summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.1.30.1.3Li Haoyi2018-02-254-3/+14
* Lazily create `dest` folders, `log` files and `OuterStack` traces only as nec...Li Haoyi2018-02-252-13/+13
* make scala.js work with multi-module projects (#165)Nikolay Tatarinov2018-02-268-33/+178
* bump Ammonite versionLi Haoyi2018-02-253-32/+32
* `.toInt` -> `Integer.parseInt` to reduce the amount of classloading needed in...Li Haoyi2018-02-251-5/+7
* print help text & parse errors to the correct output streamLi Haoyi2018-02-251-2/+2
* avoid blocking on stdin in the client because it seems to delay exitLi Haoyi2018-02-252-6/+11
* A few attempts at micro-optimizing the current hot spotsLi Haoyi2018-02-2515-54/+87
* cache hashCodes as part of meta.json to avoid needlessly re-hashing thingsLi Haoyi2018-02-253-51/+45
* Save the signature of a `PathRef` to avoid re-stating files every time they a...Li Haoyi2018-02-253-48/+65
* attempt to robustify ClientServerTestsLi Haoyi2018-02-252-13/+22
* Changed the default home location (#163)Olivier Mélois2018-02-251-3/+5
* 0.1.20.1.2Li Haoyi2018-02-252-1/+17
* GenIdea: added generation of .idea/scala_compiler.xml (#151)Robby2018-02-251-6/+56
* Update scala-library-2.12.4-sources.jar.xmlLi Haoyi2018-02-241-2/+2
* Update scala-library-2.12.4.jar.xmlLi Haoyi2018-02-241-2/+2
* Update ScriptTestSuite.scalaLi Haoyi2018-02-241-1/+1
* Update ClientServerTests.scalaLi Haoyi2018-02-241-1/+0
* fix scala sdk annotation in genideaLi Haoyi2018-02-241-1/+1
* Fix `-w` using the new client-server modeLi Haoyi2018-02-243-12/+4
* Properly propagate exit codes from server output to clientLi Haoyi2018-02-246-9/+21
* 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