Re: Cross compilation, warnings and errors
Ken Collins <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Great point Luis! Hopefully someone can get the Git repo up to date. - Ken >> Luis, >> >> In the past I have just seen patches come directly in the email body and sometimes links. I'm not sure this project is VCS crazy like we are with tickets and patches, etc. Unless someone says otherwise, I would just attach patches or links to gists or something to the mailing list. Seems to have worked for others in the past. >> > > cp file.ext to file.ext.orig > # edit file.ext > diff -u file.ext.orig file.ext > > There is a lot of manual overhead on that simple action. There is also > the lack of history of the changes or against which version/revision > was it implemented. > > I can do it, but sometimes I want to take advantage of the tools and > not the tools take advantage of me.