mirror of https://github.com/sbt/sbt.git
- drop fillThis: handle in injectStreams instead
- simplify InputParser construction (at the expense of implementation simplicity)
- split out ScopeKey/initialization parts of Setting with separate Initialize trait
+ makes Apply obsolete
+ makes the Initialize trait properly composable
+ this allowed splitting the InputParser definition into
an Initialize for parsing and one for the action
- implement test-only
- inject resolved scope
|
||
|---|---|---|
| .. | ||
| src/test/scala | ||
| Attributes.scala | ||
| Dag.scala | ||
| HList.scala | ||
| IDSet.scala | ||
| KList.scala | ||
| NOTICE | ||
| PMap.scala | ||
| Param.scala | ||
| Relation.scala | ||
| Settings.scala | ||
| TypeFunctions.scala | ||
| Types.scala | ||
| Util.scala | ||