summaryrefslogtreecommitdiff
path: root/scalaworker
Commit message (Expand)AuthorAgeFilesLines
* Properly print out done message after tests finishLi Haoyi2018-03-221-1/+1
* Support scala milestone releases (with fixes for 2.13.0-M3) (#247)Nikolay Tatarinov2018-03-201-8/+4
* mergeLi Haoyi2018-03-191-12/+16
|\
| * Java 9 optimization by caching rt.jar (#239)Robby2018-03-191-14/+18
* | properly pass arguments to forked tests in a way that doesn't botch whitespacesLi Haoyi2018-03-181-8/+17
|/
* Changes to make {clientserver,main,scalalib,scalajslib}.test work under Java ...Robby2018-03-101-3/+3
* fix #174 skip interfaces when finding tests (#210)Francis De Brabandere2018-03-081-2/+2
* Fixes for Windows. (#205)Robby2018-03-061-8/+11
* Add message to inform users mill is compiling (#193)Lionel Parreaux2018-03-031-0/+2
* avoid showing a stack trace if there aren't any tests to runLi Haoyi2018-03-011-1/+4
* use outputStream for test logs (#169)Nikolay Tatarinov2018-02-261-4/+4
* Clean up the provisional client-server code with unit tests and proper file-s...Li Haoyi2018-02-241-1/+2
* support multiple test frameworks (#148)Nikolay Tatarinov2018-02-221-27/+33
* Merge branch '130'Li Haoyi2018-02-171-0/+16
|\
| * Discover main class(es) via zincajrnz2018-02-161-0/+16
* | Resolve individual Scala files before passing them to `ScalaModule#compile`, ...Li Haoyi2018-02-171-6/+1
|/
* more tidying upLi Haoyi2018-02-111-3/+2
* Some long-overdue renamingsLi Haoyi2018-02-091-6/+6
* allow Result.Failure to take a valueLi Haoyi2018-02-041-2/+2
* catch compile-failure exceptions to avoid showing the stack traceLi Haoyi2018-02-041-45/+47
* - Renamed `Ctx.FooCtx` => `Ctx.Foo`Li Haoyi2018-02-021-1/+1
* - Rename `basePath` -> `millSourcePath`Li Haoyi2018-02-021-0/+1
* compile zinc compiler bridges on demand to remove restriction on supported sc...Li Haoyi2018-02-021-7/+40
* WIP: Scala js testing (#119)Nikolay Tatarinov2018-02-011-6/+4
* Migrate `scalajslib` over to a `T.worker` setup similar to `scalalib`Li Haoyi2018-01-251-1/+1
* update mill build to work with new isolated scalaworkerLi Haoyi2018-01-231-3/+34
* WIP splitting `mill.scalaworker` out of `mill.scalalib` and into it's own iso...Li Haoyi2018-01-231-0/+259