summaryrefslogtreecommitdiff
path: root/main/src/main/ReplApplyHandler.scala
Commit message (Collapse)AuthorAgeFilesLines
* Accept sysprops via cmdline and forward to mill serverTobias Roeser2019-05-031-6/+14
| | | | | See https://github.com/lihaoyi/mill/issues/498 See https://github.com/lihaoyi/mill/issues/499
* Added cmdline option -k/--keep-goingTobias Roeser2018-12-211-2/+4
| | | | See https://github.com/lihaoyi/mill/issues/477
* Generalize Zinc Worker (#514)Li Haoyi2018-12-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | * Generalize Zinc worker - Compiler bridges can now be either pre-compiled or on-demand-compiled - Scala library/compiler jar discovery is now configurable - Zinc compiler cache is now configurable, rather than being hardcoded at n=1 * . * update constructor args * remove duplicate util/AggWrapper.scala file * fix * fix * fix * cleanup
* collapse boilerplate folder structure within src/ folders (#505)Li Haoyi2018-12-121-0/+163
* collapse boilerplate folder structure within src/ folders * .