summaryrefslogtreecommitdiff
path: root/main/src/mill/main/RunScript.scala
Commit message (Expand)AuthorAgeFilesLines
* bump Ammonite version0.3.5Li Haoyi2018-11-191-4/+3
* WIP migrating over from `ammonite.ops` to `os` module.Li Haoyi2018-11-051-10/+9
* Remove useless type parameters for {Test,}Evaluator (#416)Guillaume Martres2018-09-151-7/+7
* move graphviz interactions onto a single worker thread to satisfy J2V8 limita...Li Haoyi2018-05-251-2/+10
* 0.2.20.2.2Li Haoyi2018-05-201-1/+0
* Preserve caches between interactive and client/server mode (#342)Li Haoyi2018-05-191-0/+1
* don't fail command when there is no build.sc file in directory. Lets the user...Nikolay Tatarinov2018-05-071-3/+8
* rename Cached#v -> valueLi Haoyi2018-04-101-1/+1
* Adds envVars propagation client -> serverOlivier Melois2018-03-291-2/+4
* update to latest Ammonite using latest upickle RCLi Haoyi2018-03-241-1/+1
* Java 9 optimization by caching rt.jar (#239)Robby2018-03-191-2/+3
* A few attempts at micro-optimizing the current hot spotsLi Haoyi2018-02-251-13/+2
* cache hashCodes as part of meta.json to avoid needlessly re-hashing thingsLi Haoyi2018-02-251-2/+2
* Save the signature of a `PathRef` to avoid re-stating files every time they a...Li Haoyi2018-02-251-1/+1
* Cleanup...Li Haoyi2018-02-201-17/+6
* First pass at cleaning up evaluator caching systemLi Haoyi2018-02-201-19/+20
* DRY up `Resolve.scala`Li Haoyi2018-02-171-1/+1
* Improve error reporting for unresolved `ExternalModule`sLi Haoyi2018-02-171-14/+17
* DRY up task resolution between MainModule and RunScriptLi Haoyi2018-02-171-32/+47
* - DRY up `Resolve.scala`Li Haoyi2018-02-091-16/+21
* CleanupLi Haoyi2018-02-091-8/+8
* Parse args directly in MainModule commands to allow for ``--all`-style argume...Li Haoyi2018-02-091-9/+14
* .Li Haoyi2018-02-091-0/+240