summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Get `--help` workingLi Haoyi2018-01-071-2/+16
* Remove `--repl` flag, running `mill` without a task selector now drops you in...Li Haoyi2018-01-071-11/+3
* First pass at implicitly propagating a `def basePath: Path` up the `Module` h...Li Haoyi2018-01-0714-99/+190
* Forward bulk output to `stderr` when `--show` is called, reserving `stdout` f...Li Haoyi2018-01-057-35/+92
* First pass at a ticker-based progress logger to reduce the spamminess of the ...Li Haoyi2018-01-046-25/+99
* tweak cross pprinterLi Haoyi2018-01-031-1/+1
* First pass at providing new pretty-prints for build `Module`s/`Target`s/`Cros...Li Haoyi2018-01-0316-39/+144
* Swap over to new `CrossModule` class to simplify the cross module syntaxLi Haoyi2018-01-023-1/+6
* Make `--watch` properly handle the case where the evaluator is cached, where ...Li Haoyi2018-01-023-44/+52
* fix-test-compilationLi Haoyi2018-01-011-2/+8
* Fix `idea` project generation, and make `Result.Exception` display the offend...Li Haoyi2018-01-015-9/+10
* don't fail with match error on empty selector (#98)Nikolay Tatarinov2018-01-011-2/+4
* return non zero return code when task fails in batch mode (#97)Nikolay Tatarinov2018-01-021-1/+2
* = core use NonFatal (#95)kerr2018-01-011-2/+4
* Pipe in stdin and stderr. We still need to figure out a policy for how stderr...Li Haoyi2018-01-014-8/+14
* Silence IntegrationTest stdoutLi Haoyi2018-01-012-6/+13
* Split Acyclic/Jawn/BetterFiles tests into their own `integration/` test suite.Li Haoyi2018-01-013-12/+15
* Make sure we properly catch exceptions when a `Task` returning an explicit `R...Li Haoyi2017-12-311-0/+2
* fix #57 implement eval function to evaluate multiple tasks via replrockjam2017-12-312-0/+3
* Split out generic `T.input` tasks from the `T.source` helpers, allowing `T.so...Li Haoyi2017-12-314-20/+55
* - Convert `T.source` into a generic `Target` that flushes the cache every timeLi Haoyi2017-12-3111-76/+138
* Swap out awkward quasiquotes in `Task` macros in exchange for `reify`/`splice`Li Haoyi2017-12-302-20/+60
* `Core` -> `core`, for consistency with SBT naming schemesLi Haoyi2017-12-301-5/+5
* Make use of `T.command`s `T.ctx().dest` in `ScalaPlugin#test.test` and `forkT...Li Haoyi2017-12-305-14/+43
* Re-organize `out/` directory to keep all files related to a particular `Targe...Li Haoyi2017-12-293-33/+28
* Assign different overrides of a Target different cache directories and paths,...Li Haoyi2017-12-297-37/+88
* Merge pull request #67 from lihaoyi/scalajsRoman Timushev2017-12-291-0/+29
|\
| * Move TestEvaluator to coreRoman Timushev2017-12-291-0/+29
* | More tidying up in TaskLi Haoyi2017-12-291-55/+61
|/
* Tidy up Task.scala macros...Li Haoyi2017-12-292-21/+65
* Kill old `LabelledTarget` classesLi Haoyi2017-12-2910-95/+65
* WIP Migrating `Target` name/pickler generation from the `Mirror` discovery in...Li Haoyi2017-12-2910-80/+157
* First pass at generating CLI output when you run `Target`s, based on their re...Li Haoyi2017-12-283-17/+59
* Properly propagate failures in task evaluation to the ammonite script runnerLi Haoyi2017-12-282-13/+15
* fix repl flagLi Haoyi2017-12-281-2/+5
* Generate zipmap definitions for higher arities (#81)Duncan Mak2017-12-273-109/+12
* Slightly simplify `test.sh` matrix and cache more evaluators in `HelloWorldTe...Li Haoyi2017-12-261-16/+0
* Simplify `MainRunner` and `RunScript` codeLi Haoyi2017-12-264-54/+49
* Greatly simplify `CustomCodeWrapper`Li Haoyi2017-12-263-36/+15
* - Shift `MappingCtx` into a magic `LoaderCtx` `Loader` to avoid circular depe...Li Haoyi2017-12-267-27/+28
* WIP: provide Mapping as a Ctx argument that can be accessed from within Tasks...Li Haoyi2017-12-2510-33/+45
* Refactor `mill.Main` to avoid going through Ammonite's main-method-dispatch s...Li Haoyi2017-12-257-184/+297
* Remove `Router.scala`, whose changes have been upstreamed into the Ammonite m...Li Haoyi2017-12-246-450/+88
* Allow Target creation from Result[T] (#79)Roman Timushev2017-12-242-1/+17
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2017-12-205-7/+19
|\
| * Add Sonatypype publishing;rockjam2017-12-206-7/+21
| * publishLocal - looks like it worksdos652017-12-204-6/+9
| * Report errors when dependency resolution fails (#71)Grant2017-12-181-5/+0
* | Remove implicit `Discovered.apply[T]` method. This forces people to pass arou...Li Haoyi2017-12-2014-140/+152
|/
* - Swap `Task.traverse` implementation to match behavior of other `traverse` i...Li Haoyi2017-12-181-3/+5