sbt/compile/inc/src
Benjy e6bf85a30b Replace binary Analysis format with a text-based one.
Reads/writes are a little faster with the text format,
and it's far more useful. E.g., it allows external manipulation
and inspection of the analysis.

We don't gzip the output. It does greatly shrink the files,
however it makes reads and writes 1.5x-2x slower, and we're
optimizing for speed over compactness.
2013-11-16 13:59:02 -08:00
..
main/scala/sbt Replace binary Analysis format with a text-based one. 2013-11-16 13:59:02 -08:00
test/scala/sbt/inc Change how test labels are combined, per code review comments. 2013-10-18 15:34:47 -07:00