summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* better error messages when you run interactive commands without -iLi Haoyi2018-02-249-49/+67
* Implement `-i` flag to allow interactive usageLi Haoyi2018-02-248-45/+79
* .Li Haoyi2018-02-248-36/+69
* Clean up the provisional client-server code with unit tests and proper file-s...Li Haoyi2018-02-2424-402/+776
* Fix documentation about passing args to test runner (#158)Jeremy Apthorp2018-02-241-1/+1
* Allow specifying classifiers in ivy deps (#159)Jeremy Apthorp2018-02-242-7/+31
* use DepSyntax in Scala.js tests (#155)Nikolay Tatarinov2018-02-241-2/+2
* v. minor fix (#150)Sid Nt2018-02-221-1/+1
* Update 1 - Intro to Mill.mdLi Haoyi2018-02-221-1/+1
* support multiple test frameworks (#148)Nikolay Tatarinov2018-02-2216-57/+63
* GenIdea updates including a fix for #147 (#149)Andrew Richards2018-02-214-30/+71
* Merge branch 'master' into server-clientLi Haoyi2018-02-211-1/+3
|\
| * Update build.scLi Haoyi2018-02-191-1/+1
| * Mention the ::: variant of ivy deps (#141)Bjørn Madsen2018-02-191-1/+3
* | fix-testsLi Haoyi2018-02-2114-31/+29
* | revert back to mill.Main by defaultLi Haoyi2018-02-202-2/+2
* | Only invalidate Evaluator.State cache if the `interpWatched` files we used to...Li Haoyi2018-02-201-8/+6
* | Cleanup...Li Haoyi2018-02-204-24/+15
* | First pass at cleaning up evaluator caching systemLi Haoyi2018-02-208-48/+52
* | WIPLi Haoyi2018-02-201-140/+233
* | Properly propagate io streams to the server main0Li Haoyi2018-02-202-14/+28
* | Properly propagate interactiveness to the server main0Li Haoyi2018-02-202-13/+22
* | Simpler, apparently bug-free stdout/stderr multiplexingLi Haoyi2018-02-201-27/+50
* | `--watch` now works in client-server mode, with the server probing the lockfi...Li Haoyi2018-02-193-9/+42
* | Successful management of hot evaluators in the mill.Server, client latency do...Li Haoyi2018-02-193-52/+95
* | Basic working server-client model based on flat files communicationsLi Haoyi2018-02-194-17/+139
|/
* Improve error reporting for NamedTasks with the wrong number of parametersLi Haoyi2018-02-195-7/+98
* Add missing import and clarify docs on testing framework (#140)Bjørn Madsen2018-02-191-18/+19
* Better error messages when publishing to Sonatype (#138)Andrew Richards2018-02-193-2/+5
* start a changelog0.1.1Li Haoyi2018-02-191-21/+6
* more configuration examplesLi Haoyi2018-02-191-0/+35
* Rename `docsJar` -> `docJar`Li Haoyi2018-02-185-16/+16
* Add `mill dev` support to our own buildLi Haoyi2018-02-184-9/+46
* Try to make ScalaModule#console work...Li Haoyi2018-02-181-1/+1
* Update 1 - Intro to Mill.mdLi Haoyi2018-02-181-2/+4
* Fixed small bug in example (#133)Alf Richter2018-02-181-2/+2
* explicitly pass in a non-null working dir to ScalaModule#consoleLi Haoyi2018-02-181-1/+2
* tweak-docsLi Haoyi2018-02-183-30/+149
* attempt to git pull when doing publish-local.sh to ensure tags appear locally0.1.0Li Haoyi2018-02-184-16/+29
* tweak-docsLi Haoyi2018-02-171-0/+16
* Update resolution tests in `MainTests.scala`Li Haoyi2018-02-174-37/+93
* WIP getting tests passing againLi Haoyi2018-02-175-28/+44
* 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
* 0.1.0 docsLi Haoyi2018-02-171-1/+1
* Avoid printing unnecessary newlines in `Logger`Li Haoyi2018-02-171-28/+48
* Avoid printing top-level tasks twice in `mill resolve __`Li Haoyi2018-02-173-4/+21
* Improve error reporting for unresolved `ExternalModule`sLi Haoyi2018-02-171-14/+17