summaryrefslogtreecommitdiff
path: root/moduledefs
Commit message (Collapse)AuthorAgeFilesLines
* - Convert `T.source` into a generic `Target` that flushes the cache every timeLi Haoyi2017-12-311-10/+12
| | | | | | - Prepare `T.ctx().base: Path` that `Task`s (including `T.source`) can use to find a "default" path for source files. - Simplify `Cacher`
* `Core` -> `core`, for consistency with SBT naming schemesLi Haoyi2017-12-303-0/+95
`ScalaPlugin` -> `scalalib`, to avoid confusion with Scala compiler plugins `ScalaModule` -> `module`, to be used via `scalalib.Module`, avoid unnecessary duplication in th name prefix `plugin` -> `moduledefs`, to more accurately describe what it does (since it includes `Cacher` as well)