summaryrefslogtreecommitdiff
path: root/test/files/run/treePrint.scala
Commit message (Collapse)AuthorAgeFilesLines
* There is a lot of housecleaning to be done.Paul Phillips2011-01-291-3/+3
| | | | | | | | | | | | up the stray interpreter files and put them in the interpreter package. Would really love to change the name of that package. Went looking for some consistent divisions of responsibility and consistent naming. Made some progress. There are deprecated versions of most everything I changed so hopefully the carnage will be limited. This isn't completely baked but I just realized I broke the build earlier and this should fix it. I'll keep the oven on. No review.
* Some overdue organization and cleanups in the r...Paul Phillips2011-01-271-1/+3
| | | | | Some overdue organization and cleanups in the repl. No review.
* Fixing the test I broke with the last commit.Paul Phillips2010-04-271-1/+1
|
* A compact tree printer, for primitives like mys...Paul Phillips2010-01-301-0/+40
A compact tree printer, for primitives like myself who do all their debugging in the console and need extraneous information filtered out. New option: -Ycompact-trees. Supply that in conjunction with -Xprint:all and suddenly the output is a (relative) masterpiece of concision. Review by anyone who is game to review such a thing. Community?