summaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* First pass at implicitly propagating a `def basePath: Path` up the `Module` h...Li Haoyi2018-01-0710-85/+142
* First pass at providing new pretty-prints for build `Module`s/`Target`s/`Cros...Li Haoyi2018-01-038-17/+22
* fix-test-compilationLi Haoyi2018-01-011-2/+8
* Fix `idea` project generation, and make `Result.Exception` display the offend...Li Haoyi2018-01-012-2/+2
* Split out generic `T.input` tasks from the `T.source` helpers, allowing `T.so...Li Haoyi2017-12-312-6/+6
* - Convert `T.source` into a generic `Target` that flushes the cache every timeLi Haoyi2017-12-315-15/+18
* Make use of `T.command`s `T.ctx().dest` in `ScalaPlugin#test.test` and `forkT...Li Haoyi2017-12-301-1/+1
* Re-organize `out/` directory to keep all files related to a particular `Targe...Li Haoyi2017-12-291-2/+2
* Assign different overrides of a Target different cache directories and paths,...Li Haoyi2017-12-294-3/+22
* Move TestEvaluator to coreRoman Timushev2017-12-291-0/+29
* Tidy up Task.scala macros...Li Haoyi2017-12-291-1/+1
* Kill old `LabelledTarget` classesLi Haoyi2017-12-296-30/+28
* WIP Migrating `Target` name/pickler generation from the `Mirror` discovery in...Li Haoyi2017-12-295-39/+58
* Generate zipmap definitions for higher arities (#81)Duncan Mak2017-12-271-34/+3
* WIP: provide Mapping as a Ctx argument that can be accessed from within Tasks...Li Haoyi2017-12-254-5/+5
* Refactor `mill.Main` to avoid going through Ammonite's main-method-dispatch s...Li Haoyi2017-12-251-1/+1
* Remove `Router.scala`, whose changes have been upstreamed into the Ammonite m...Li Haoyi2017-12-241-3/+3
* Allow Target creation from Result[T] (#79)Roman Timushev2017-12-241-0/+7
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2017-12-201-0/+3
|\
| * Add Sonatypype publishing;rockjam2017-12-202-1/+4
| * publishLocal - looks like it worksdos652017-12-201-1/+1
* | Remove implicit `Discovered.apply[T]` method. This forces people to pass arou...Li Haoyi2017-12-2010-109/+113
|/
* upgrade to new version of uPickle/AmmoniteLi Haoyi2017-12-162-1/+2
* First pass at using a compiler plugin to remove the need for the `override` k...Li Haoyi2017-12-151-1/+14
* Move `Evaluator`s to be long lived, and make tests passLi Haoyi2017-12-142-17/+24
* `Core.compile()` now works in the build REPLLi Haoyi2017-12-101-2/+2
* First pass at simplifying Ammonite integration and enabling the REPL. Can que...Li Haoyi2017-12-101-1/+1
* Add support for compiler plugins and enable acyclic plugin in buildTin Pavlinic2017-12-091-1/+3
* pass compile analysis of projectDeps to zinc, fixes #29rockjam2017-12-071-0/+3
* Standardize on a `mill.util.Logger` classLi Haoyi2017-12-044-11/+11
* Make more stuff use the implicit `T.ctx()`Li Haoyi2017-12-041-6/+7
* - Make `T.ctx()` available implicitlyLi Haoyi2017-12-043-3/+8
* Fix error messages on resolving cross-built modules and re-enable relevant ne...Li Haoyi2017-11-261-2/+2
* Refactor `build.sc` to pull out common `ScalaModule` code into a separate traitLi Haoyi2017-11-262-1/+24
* bring back ScalaModule#run, bring back TaskModule now with a new defaultComma...Li Haoyi2017-11-261-2/+0
* - Make `Discovered` logic use the public getter of a `val` field, instead of ...Li Haoyi2017-11-256-126/+162
* Streamline cross-build Scala syntax to avoid the unnecessary `List(...)` wrapperLi Haoyi2017-11-252-13/+13
* Fix cross-build discoveryLi Haoyi2017-11-251-3/+1
* Swap out all our `Either[String, Seq[String]]`s for `Mirror.Segment`sLi Haoyi2017-11-251-12/+12
* First pass at some cross-build resolving tests, not all passing yetLi Haoyi2017-11-251-2/+65
* Unit tests for `Main.resolve`Li Haoyi2017-11-251-0/+49
* Targets living in cross modules can now be properly discovered, run and cached.Li Haoyi2017-11-224-16/+62
* First hack pass at cross-build discovery and command-running now works.Li Haoyi2017-11-182-2/+84
* dry-up-workspaceLi Haoyi2017-11-181-3/+3
* Refactor `eval/FailureTests` to DRY it upLi Haoyi2017-11-181-36/+48
* Shift mixed task/target group-count tests into `GraphTests` with the other `g...Li Haoyi2017-11-183-76/+104
* Add some basic tests for failure/exception handling during evaluation...Li Haoyi2017-11-182-2/+94
* Move graph algorithms on tasks into `define/Graph.scala`, and move `GraphTest...Li Haoyi2017-11-182-36/+37
* Move some test cases that are testing `mill/discover/` code, into that packageLi Haoyi2017-11-183-79/+107
* Add basic unit tests for `T.command` discoveryLi Haoyi2017-11-181-1/+43