summaryrefslogtreecommitdiff
path: root/main/src/modules
Commit message (Collapse)AuthorAgeFilesLines
* Support dependency type maven-plugin (#637)Tobias Roeser2019-06-211-1/+2
|
* Support 'eclipse-plugin' type dependencies (#636)Nathaniel Fischer2019-06-211-1/+2
|
* more fixes for scalajs envLi Haoyi2019-06-131-1/+8
|
* Merge branch '609'Li Haoyi2019-05-201-3/+1
|\
| * Downstream files overwrite upstream files on assemblyNathan Fischer2019-05-161-3/+1
| | | | | | resolves #608
* | Bump ammonite to 1.6.7 (#610)Li Haoyi2019-05-192-19/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bump ammonite to 1.6.7 * upgrade all the things * add scalaj-http shims for bootstrapping * wip * tweak-error-message * tweak coursier * .
* | Added exit code to exception messageTobias Roeser2019-05-161-1/+1
|/
* Properly strip scaladoc end tagsTobias Roeser2019-02-111-0/+2
| | | | Fixes https://github.com/lihaoyi/mill/issues/451
* Fixed typo and added class linkTobias Roeser2018-12-201-2/+2
|
* Avoid unnecessary dependency downloading by providing fetches per cache ↵gehnaphore2018-12-201-5/+74
| | | | | | | | | | | | 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-182-3/+4
| | | | | | | | | | | | | | | | | | | | | | * 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-123-0/+680
* collapse boilerplate folder structure within src/ folders * .