summaryrefslogtreecommitdiff
path: root/core/src/main/scala/mill/util/Ctx.scala
Commit message (Expand)AuthorAgeFilesLines
* Swap over to simplified Mill module/source layout from SBT'sLi Haoyi2018-01-201-60/+0
* - Convert `T.source` into a generic `Target` that flushes the cache every timeLi Haoyi2017-12-311-4/+14
* - Shift `MappingCtx` into a magic `LoaderCtx` `Loader` to avoid circular depe...Li Haoyi2017-12-261-8/+3
* WIP: provide Mapping as a Ctx argument that can be accessed from within Tasks...Li Haoyi2017-12-251-2/+11
* Add Sonatypype publishing;rockjam2017-12-201-0/+5
* Move `Evaluator`s to be long lived, and make tests passLi Haoyi2017-12-141-8/+8
* First pass at implementing long-lived `Worker` objects. These currently are m...Li Haoyi2017-12-131-2/+9
* Standardize on a `mill.util.Logger` classLi Haoyi2017-12-041-2/+2
* - Make `T.ctx()` available implicitlyLi Haoyi2017-12-041-0/+34