summaryrefslogtreecommitdiff
path: root/main/test/src/util
Commit message (Collapse)AuthorAgeFilesLines
* Parameter formattingTobias Roeser2019-05-031-3/+11
|
* Accept sysprops via cmdline and forward to mill serverTobias Roeser2019-05-031-1/+2
| | | | | See https://github.com/lihaoyi/mill/issues/498 See https://github.com/lihaoyi/mill/issues/499
* Beginning of Bloop integration (#595)Olivier Mélois2019-04-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Sync with latest versions, started bloop connection * BloopModule back to the bare minimum * Added first Bloop related unit-tests * More tests * Fixed global module usage. * Added resolution in bloop config * More tests, using correct repository list * revert dev change * Changed moduleSourceMap implementation * Using path-dependant trait for the module This facilitates testing by preventing the trait from referencing a global module. * Added semanticDB to bloopConfig * Added documentation * Install returns pathRefs instead of paths * bumped semanticDB * Better use of mill's cache, avoid duplication of work * addressing comments
* Also added failFast test casesTobias Roeser2018-12-211-2/+2
|
* Added cmdline option -k/--keep-goingTobias Roeser2018-12-211-1/+2
| | | | See https://github.com/lihaoyi/mill/issues/477
* Generalize Zinc Worker (#514)Li Haoyi2018-12-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | * 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-125-0/+744
* collapse boilerplate folder structure within src/ folders * .