summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor `Evaluator` implementation to reduce the number of "unsafe" map lookupsLi Haoyi2017-11-181-50/+44
* Implement `T.persistent{}` targets, which have their dest directory persist b...Li Haoyi2017-11-185-15/+41
* Silence warningsLi Haoyi2017-11-181-68/+85
* CleanupLi Haoyi2017-11-188-101/+116
* Add commentsLi Haoyi2017-11-182-8/+23
* Extract out shared `Hierarchy.traverse` function for walking `Hierarchy` treeLi Haoyi2017-11-186-46/+65
* Tests appear to pass using the new `Hierarchy`-first `Discovered` data formatLi Haoyi2017-11-175-150/+155
* Flesh out a principled implementation of the cross-build monadLi Haoyi2017-11-162-98/+137
* interpreter-based `Cross` seems to workLi Haoyi2017-11-162-47/+99
* Vendor `com.lihaoyi:acyclic` codebase as a cross-building example, first non-...Li Haoyi2017-11-168-15/+80
* remove hashing printlnLi Haoyi2017-11-151-1/+0
* Allow opting in to faster/sloppier `PathRef` signatures using mtime + filesiz...Li Haoyi2017-11-151-10/+20
* Strip out `play-json` dependency in favor of `upickle`, which we are forced t...Li Haoyi2017-11-157-66/+40
* Properly time entire main methodLi Haoyi2017-11-151-4/+10
* First pass at cleaning up `build.sc` file syntaxLi Haoyi2017-11-151-12/+91
* Avoid compiling code just to get access to compiled code output pathsLi Haoyi2017-11-151-7/+12
* First pass at an `assembly` task now works, rudimentary but enough to be used...Li Haoyi2017-11-142-4/+57
* Add namespace hierarchy discovery to the `Discovered` macro, in preparation f...Li Haoyi2017-11-124-13/+44
* Tests are passing under the new group evaluation modelLi Haoyi2017-11-125-131/+132
* Clean up `mill.Main`Li Haoyi2017-11-124-31/+33
* Rename out `Task.path` to `Task.source`, use it more aggressively to get `amm...Li Haoyi2017-11-127-56/+67
* Ensure `Evaluator` can handle the case where you have more than one terminal ...Li Haoyi2017-11-122-19/+53
* cleanup `build.sc` importsLi Haoyi2017-11-111-0/+2
* `T{}` blocks can now be implicitLi Haoyi2017-11-113-3/+14
* - Smoothed out syntax for defining ivy dependenciesLi Haoyi2017-11-112-49/+57
* .Li Haoyi2017-11-111-3/+1
* Properly merge groups in `groupAroundNamedTargets` to handle cases where a gr...Li Haoyi2017-11-114-5/+28
* - Give `Target`s nicer `toString`s using `sourcecode.Enclosing`. Still not as...Li Haoyi2017-11-118-18/+57
* Swap over to new `projectDeps` mechanism for defining dependencies between va...Li Haoyi2017-11-115-4/+5
* First sketch at SBT test integration worksLi Haoyi2017-11-111-83/+69
* rename forge -> millLi Haoyi2017-11-1028-106/+106
* Add basic tests for un-cached evaluation of `Task`sLi Haoyi2017-11-104-42/+114
* Kill `Router.main` annotation and make routing dependent on the `Command` ret...Li Haoyi2017-11-101-2/+1