On 12 July 2012 21:01, Jonathan M Davis <[email protected]> wrote: > On Thursday, July 12, 2012 11:51:44 GitHub wrote: >> durn, forgot elfobj > > I don't know exactly what your process is in terms of how you manage adding > files and how you use git and whatnot, but if you run > > git status > > it will tell you which files have been changed and which have not been added. > So, unless you routinely have files sitting in your local repository which > aren't supposed to be added (and which don't make sense to put in .gitignore > for whatever reason),
Well I have that situation 100% of the time, and I bet Walter does too. Working on the compiler is currently impossible without modifying the makefile, largely thanks to some pedant who insisted that 'make' should make a release build. _______________________________________________ dmd-internals mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/dmd-internals
