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
|
||
|---|---|---|
| .. | ||
| classfile | ||
| classpath | ||
| collection | ||
| complete | ||
| control | ||
| datatype | ||
| env | ||
| io | ||
| log | ||
| process | ||