summaryrefslogtreecommitdiff
path: root/main/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-03-251-10/+7
|\
| * try to fix classloading issues on runLocal and test with java 9 (#255)Nikolay Tatarinov2018-03-251-10/+7
* | update bump Ammonite to 1.1.0 stableLi Haoyi2018-03-251-1/+1
* | update to latest Ammonite using latest upickle RCLi Haoyi2018-03-241-1/+1
|/
* Batch (.bat) file generation for assembly, launcher, and release (#243)Robby2018-03-202-11/+26
* Java 9 optimization by caching rt.jar (#239)Robby2018-03-195-6/+14
* Skip signature files in assembly (#232)Gabriele Petronella2018-03-171-3/+8
* Windows non-interactive (client/server) support, and fix assembly and posix f...Robby2018-03-161-11/+15
* MainModule/resolve: print results sorted alphabetically (#216)Shani Elharrar2018-03-101-1/+1
* Changes to make {clientserver,main,scalalib,scalajslib}.test work under Java ...Robby2018-03-101-2/+2
* Fixes for Windows. (#205)Robby2018-03-061-3/+3
* - Rename `describe` to `inspect` for consistency with SBTLi Haoyi2018-03-041-5/+71
* Introduced the `mill plan foo.bar` command, which shows you what the executio...Li Haoyi2018-03-041-0/+16
* Split out `upstreamAssembly` from `assembly`Li Haoyi2018-03-032-72/+83
* Port Mill client over to JavaLi Haoyi2018-02-262-55/+2
* force build REPL to be run using -i/--interactiveLi Haoyi2018-02-261-27/+33
* bump Ammonite versionLi Haoyi2018-02-251-30/+30
* print help text & parse errors to the correct output streamLi Haoyi2018-02-251-2/+2
* A few attempts at micro-optimizing the current hot spotsLi Haoyi2018-02-252-20/+40
* 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
* Changed the default home location (#163)Olivier Mélois2018-02-251-3/+5
* Fix `-w` using the new client-server modeLi Haoyi2018-02-242-10/+2
* Properly propagate exit codes from server output to clientLi Haoyi2018-02-241-2/+2
* better error messages when you run interactive commands without -iLi Haoyi2018-02-242-18/+28
* Implement `-i` flag to allow interactive usageLi Haoyi2018-02-242-3/+21
* Clean up the provisional client-server code with unit tests and proper file-s...Li Haoyi2018-02-246-322/+129
* revert back to mill.Main by defaultLi Haoyi2018-02-201-1/+0
* Only invalidate Evaluator.State cache if the `interpWatched` files we used to...Li Haoyi2018-02-201-8/+6
* Cleanup...Li Haoyi2018-02-203-23/+14
* First pass at cleaning up evaluator caching systemLi Haoyi2018-02-205-43/+44
* 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-192-8/+137
* Update resolution tests in `MainTests.scala`Li Haoyi2018-02-171-21/+40
* WIP getting tests passing againLi Haoyi2018-02-171-15/+29
* 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
* fix evaluateTasksLi Haoyi2018-02-101-1/+3
* fix docsLi Haoyi2018-02-101-2/+2
* fix testsLi Haoyi2018-02-101-6/+11