summaryrefslogtreecommitdiff
path: root/main/core/src/eval/Evaluator.scala
Commit message (Collapse)AuthorAgeFilesLines
* Introduced new failFast parameter to Evaluator with default `true`Tobias Roeser2018-12-211-10/+26
| | | | Added Aborted result type.
* Avoid unnecessary dependency downloading by providing fetches per cache ↵gehnaphore2018-12-201-3/+9
| | | | | | | | | | | | policy (#494) * Avoid unnecessary dependency downloading by providing fetches per cache policy; add ticker logging when they are downloading * Fix GenIdeaTests by making the Log context Option[]al * Add some comments * Rebase and resolve
* 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/+443
* collapse boilerplate folder structure within src/ folders * .