summaryrefslogtreecommitdiff
path: root/scalaworker
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | - Remove un-used `Evaluator#millSourcePath` parameter
* - Rename `basePath` -> `millSourcePath`Li Haoyi2018-02-021-0/+1
| | | | - Make `T.worker`s not flush out their directories between instantiations
* compile zinc compiler bridges on demand to remove restriction on supported ↵Li Haoyi2018-02-021-7/+40
| | | | scala versions
* WIP: Scala js testing (#119)Nikolay Tatarinov2018-02-011-6/+4
| | | fixes #102. Use scala js testing framework to launch tests
* 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 ↵Li Haoyi2018-01-231-0/+259
isolated module/classloader. Most scalalib test pass, tho GenIdea is still broken