summaryrefslogtreecommitdiff
path: root/test/files/buildmanager/t2649
Commit message (Collapse)AuthorAgeFilesLines
* Updated Flags toString/documentation.Paul Phillips2012-02-021-2/+2
| | | | | | | | | | | | In a stunningly unusual demonstration of farsightedness, I was able to generate these changes only by running: scala scala.tools.nsc.util.FlagsUtilCompiler With this much time in between runs: -// Generated by mkFlagsTable() at Mon Oct 11 10:01:09 PDT 2010 +// Generated by mkFlagsTable() at Thu Feb 02 20:31:52 PST 2012
* Since I don't want to commit anything "interest...Paul Phillips2011-05-011-2/+2
| | | | | | | | Since I don't want to commit anything "interesting" until we ship 2.9, a few uninteresting cleanups involving how types are printed, getting some debugging code in shape to prepare for the long winter ahead, etc. No review.
* Changed the info statements in refined build ma...Hubert Plociniczak2010-01-265-0/+23
Changed the info statements in refined build manager to print the information in more consistent way, so that we can test it using partest. Added more tests for build manager, more to follow... No review.