sbt/compile/inc
Martin Duhem 82152b8905 Don't hardcode existing relations in TextAnalysisFormat
The previous implementation of TextAnalysisFormat contained the list
of all the existing relations that sbt knew of, and used this
information to write to and read from the disk the persisted analyses.

In this knew implementation, TextAnalysisFormat gets from the
Relations object what are the existing relations, and then persists
them to disk.

The previous situation was not optimal since it meant that, in order
to add a new dependency kind, one had to modify both the Relations
and TextAnalysisFormat.

Using this new implementation, no change to TextAnalysisFormat is
required whenever a new dependency kind is added.
2014-09-11 14:45:47 +02:00
..
src Don't hardcode existing relations in TextAnalysisFormat 2014-09-11 14:45:47 +02:00
NOTICE - Stuart's improvements to triggered execution 2010-07-05 12:53:37 -04:00
notes - Stuart's improvements to triggered execution 2010-07-05 12:53:37 -04:00