summaryrefslogtreecommitdiff
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
...
* Successful management of hot evaluators in the mill.Server, client latency ↵Li Haoyi2018-02-193-52/+95
| | | | down to 600ms or so
* Basic working server-client model based on flat files communicationsLi Haoyi2018-02-192-8/+137
|
* Improve error reporting for NamedTasks with the wrong number of parametersLi Haoyi2018-02-191-0/+62
|
* Rename `docsJar` -> `docJar`Li Haoyi2018-02-181-9/+9
|
* Update resolution tests in `MainTests.scala`Li Haoyi2018-02-173-36/+92
| | | | Added test cases for new "Did you mean...", "Try `mill.resolve ...`" hints
* WIP getting tests passing againLi Haoyi2018-02-172-18/+32
|
* DRY up `Resolve.scala`Li Haoyi2018-02-174-113/+181
|
* WIP improving the error reporting of failed resolutionsLi Haoyi2018-02-171-23/+69
|
* cleanupLi Haoyi2018-02-171-9/+0
|
* improve error reporting when you mistype a selector and it can't be resolvedLi Haoyi2018-02-171-8/+45
|
* Avoid printing top-level tasks twice in `mill resolve __`Li Haoyi2018-02-172-4/+16
|
* Improve error reporting for unresolved `ExternalModule`sLi Haoyi2018-02-171-14/+17
|
* DRY up task resolution between MainModule and RunScriptLi Haoyi2018-02-173-58/+60
|
* make test-mill-release run integration tests using the release assemblyLi Haoyi2018-02-113-8/+16
|
* Refactor ScalaModule to simplify it and delay ivy resolution until the last ↵Li Haoyi2018-02-111-2/+2
| | | | moment
* fix evaluateTasksLi Haoyi2018-02-101-1/+3
|
* fix docsLi Haoyi2018-02-101-2/+2
|
* fix testsLi Haoyi2018-02-104-31/+38
|
* - DRY up `Resolve.scala`Li Haoyi2018-02-096-167/+237
| | | | | - Add a version of `Resolve` that resolves names only, but works on entrypoints/etc. without needing arguments - Fix tests to compile with new `multiSelect` parsing flag
* CleanupLi Haoyi2018-02-094-52/+63
|
* Parse args directly in MainModule commands to allow for ``--all`-style ↵Li Haoyi2018-02-093-74/+70
| | | | argument parsing
* get rid of external watch flagLi Haoyi2018-02-094-34/+18
|
* Some long-overdue renamingsLi Haoyi2018-02-094-55/+58
|
* .Li Haoyi2018-02-0936-0/+3659