Files
sbt/compile
Adriaan Moors f7be122eb4 Run apiExtractor after pickler (configurable)
Extract the api after picklers, since that way we see the same symbol
information/structure irrespective of whether we were typechecking
from source / unpickling previously compiled classes.

Previously, the apiExtractor phase ran after typer.

Since this fix is hard to verify with a test (it's based on the
conceptual argument above, and anecdotal evidence of incremental
compilation of a big codebase), we're providing a way to restore the
old behaviour: run sbt with -Dsbt.api.phase=typer.

This fixes #609.
2012-12-06 19:35:51 -05:00
..
2012-11-17 20:19:24 -05:00
2012-11-10 19:01:41 -05:00
2012-04-18 16:01:45 -04:00
2012-07-01 15:16:41 -04:00
2012-11-17 16:27:25 -05:00