summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Add support for compiler plugins and enable acyclic plugin in buildTin Pavlinic2017-12-093-1/+12
* pass compile analysis of projectDeps to zinc, fixes #29rockjam2017-12-073-3/+11
* Explicitly pass built compiler-bridge jar locations from the build system int...Li Haoyi2017-12-061-2/+22
* Avoid `inheritIO` in `Jvm.subprocess`, and instead feed it into the proper `l...Li Haoyi2017-12-043-4/+50
* Standardize on a `mill.util.Logger` classLi Haoyi2017-12-049-38/+54
* Make more stuff use the implicit `T.ctx()`Li Haoyi2017-12-042-10/+12
* - Make `T.ctx()` available implicitlyLi Haoyi2017-12-049-53/+87
* Flesh out `bridges` pre-compilation in Mill build, getting the cross-minor-ve...Li Haoyi2017-12-043-14/+17
* Fix error messages on resolving cross-built modules and re-enable relevant ne...Li Haoyi2017-11-262-3/+11
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2017-11-261-1/+3
|\
| * Check owner of method instead of linear search (#28)Iulian Dragos2017-11-261-1/+3
* | Get acyclic's tests running after compilation failures, fixing a metadata.mil...Li Haoyi2017-11-261-0/+5
* | Acyclic test suite works now that we can fork and set a proper working direct...Li Haoyi2017-11-261-3/+3
|/
* Bust caches when the build itself has changed. (#24)Iulian Dragos2017-11-261-2/+10
* fix console command in scala plugin; use subprocess for run (#21)Nikolay Tatarinov2017-11-261-2/+3
* Refactor `build.sc` to pull out common `ScalaModule` code into a separate traitLi Haoyi2017-11-264-5/+31
* bring back ScalaModule#run, bring back TaskModule now with a new defaultComma...Li Haoyi2017-11-264-10/+13
* improve task failure pretty-printingLi Haoyi2017-11-251-21/+16
* Remove `TaskModule`, make default-task selection to be by-name (tentatively h...Li Haoyi2017-11-252-22/+17
* - Make `Discovered` logic use the public getter of a `val` field, instead of ...Li Haoyi2017-11-258-133/+169
* Streamline cross-build Scala syntax to avoid the unnecessary `List(...)` wrapperLi Haoyi2017-11-254-18/+26
* Fix cross-build discoveryLi Haoyi2017-11-252-5/+3
* Swap over to using `java.nio` APIs to make self-executable jars, instead of s...Li Haoyi2017-11-251-5/+9
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2017-11-251-3/+15
|\
| * Allow the definition of a prependShellScript in a ScalaModule (#13)André Duarte2017-11-251-3/+15
* | Swap out all our `Either[String, Seq[String]]`s for `Mirror.Segment`sLi Haoyi2017-11-254-32/+42
* | First pass at some cross-build resolving tests, not all passing yetLi Haoyi2017-11-252-3/+68
* | Unit tests for `Main.resolve`Li Haoyi2017-11-252-36/+95
|/
* Merge PR #15: first attempt to refactor Main.apply()Li Haoyi2017-11-252-90/+128
|\
| * commentsandrea2017-11-252-55/+53
| * first attempt to refactor Main.apply()andrea2017-11-242-77/+119
* | First pass at simplifying test suite definition & runningLi Haoyi2017-11-252-1/+16
* | First pass at simplifying test suite definition & runningLi Haoyi2017-11-251-1/+4
|/
* Fixes #1. Don't log "Running" of skipped target (#11)Nikolay Tatarinov2017-11-231-7/+26
* Targets living in cross modules can now be properly discovered, run and cached.Li Haoyi2017-11-227-38/+109
* First hack pass at cross-build discovery and command-running now works.Li Haoyi2017-11-186-83/+202
* 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-184-94/+103
* 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
* Force compile errors for missing implicits in `Discovered` materialization to...Li Haoyi2017-11-184-9/+53
* Inject logging callback into Evaluator, so we can silence the logging in our ...Li Haoyi2017-11-186-100/+36
* Organize `core/test`s into subfoldersLi Haoyi2017-11-1812-113/+108
* Tweak implicits to make `build.sc` pass againLi Haoyi2017-11-184-16/+47
* Tweak `OSet` to avoid re-creating the `.items` Vector for every operation, ma...Li Haoyi2017-11-186-14/+17
* First pass at managing failures in the evaluation graph now works. Tweaked th...Li Haoyi2017-11-188-61/+101
* Tighten up `LabelledTarget` to contain a `Target[T]` instead of a `Task[T]`Li Haoyi2017-11-187-33/+46