summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Discover - break overridesRoutes into fixed size chunks (#509)Gregor Uhlenheuer2018-12-146-3/+325
| | | | | | | | | | * Discover - break overridesRoutes into fixed size chunks * Discover - simplify lambda creation * add LargeProjectTests * LargeProjectTests: remove Ydelambdafy
* Fixed plugin usage docs for mill-osgiTobias Roeser2018-12-141-2/+5
|
* Added doc to version targetTobias Roeser2018-12-141-0/+4
|
* Bump Mill Scala version to 2.12.8 (#507)Li Haoyi2018-12-121-2/+2
|
* collapse boilerplate folder structure within src/ folders (#505)Li Haoyi2018-12-12170-2/+2
| | | | | | * collapse boilerplate folder structure within src/ folders * .
* First pass at splitting out worker-api from mill core. (#504)Li Haoyi2018-12-1279-523/+878
| | | | | | | | | This reduces the {scala,scalajs,scalanative}-worker dependency from the entirety of Mill to a much narrower `mill.api` module. This reduces the amount of classpath pollution within these workers, should mean they're much faster to download the first time, and reduces the amount of random junk they would pull in if they were to be used outside of the Mill project. The interactions between the various *Modules and their *WorkerImpls has been narrowed down to the `*.api` modules, which only depend on other `*.api` modules. A lot of things have been moved around; user code is unlikely to break, but it's possible some will if it references classes that have been moved around. Forwarders have been left for the few internal classes that Mill uses in it's own `build.sc`, to support bootstrapping. Third-party code which breaks should be a straightforward to fix just by updating imports The `*.api` modules have minimal dependencies (mostly uPickle and os-lib) and minimal code. There is still a bunch of implementation code in there: some of it defining data-types that are commonly sent across the module/worker interface (`Agg`, `PathRef`, ...), and some of it just general helper functions that are needed both in modules and workers. The latter code isn't strictly API definitions, but for now is small enough it's not worth splitting into it's own module
* Added note about experimental Evaluator commandsTobias Roeser2018-12-121-1/+4
| | | | See https://github.com/lihaoyi/mill/issues/502
* fix testsLi Haoyi2018-12-122-2/+2
|
* bump ammonite versionLi Haoyi2018-12-112-2/+2
|
* Added info about skipped mill server in `-i` cmdline optionTobias Roeser2018-12-101-1/+1
| | | | See https://github.com/lihaoyi/mill/issues/497
* Add Gitlab to VersionControl (#489)Leonard Ehrenfried2018-12-071-2/+9
|
* update-readmeLi Haoyi2018-11-191-2/+2
|
* bump Ammonite version0.3.5Li Haoyi2018-11-198-21/+20
|
* fix docs build for realLi Haoyi2018-11-071-6/+6
|
* fix docs buildLi Haoyi2018-11-071-6/+5
|
* .0.3.4Li Haoyi2018-11-061-3/+3
|
* .Li Haoyi2018-11-061-1/+1
|
* bump ammonite/os-libLi Haoyi2018-11-061-1/+1
|
* Merge branch 'rebootstrap' into testLi Haoyi2018-11-067-25/+26
|\
| * bump bootstrap versionLi Haoyi2018-11-061-1/+1
| |
| * 0.3.4Li Haoyi2018-11-066-24/+25
| |
| * mergeLi Haoyi2018-11-065-116/+111
| |\
* | \ mergeLi Haoyi2018-11-067-134/+113
|\ \ \ | |/ / |/| / | |/
| * improving twirl (#473)Iurii Malchenko2018-11-025-118/+115
| | | | | | | | | | | | * improving twirl support: default imports, better `compileTwirl().classes` value * twirl module doc edits
* | bump ammonite integration test version, remove 2.11.8 build since it blows ↵Li Haoyi2018-11-064-37/+196
| | | | | | | | up mysteriously
* | fix assembly path handling, swap out Jvm.scala's custom subprocess handling ↵Li Haoyi2018-11-0510-123/+121
| | | | | | | | with os.proc
* | WIP migrating over from `ammonite.ops` to `os` module.Li Haoyi2018-11-05105-796/+708
|/ | | | __.compile works, haven't run tests yet
* 0.3.30.3.3Li Haoyi2018-11-021-1/+3
|
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-11-0223-107/+734
|\
| * Add tut contrib module (#464)David Gregory2018-10-317-1/+337
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add tut contrib module * Add TutModule tests and documentation * Use Path instead of PathRef for tut target directory * Use the correct scala version in TutModule * Ensure resolving tut doesn't bring in extra scala-library jars * Ensure MILL_VERSION system property is set in tut tests * Fork to run tut to fix classpath problems, add test with library usage * Follow convention w.r.t. publishVersion in testArgs * Add Scaladoc to TutModule * Don't supply a default version of Tut * Update docs to account for mandatory tutVersion setting * Inline tutArgs, otherwise Tut does not recompile when sources change
| * Added a section about debug logging to documentationTobias Roeser2018-10-301-0/+3
| |
| * Added changelog entryTobias Roeser2018-10-301-0/+7
| |
| * Added new cmdline option --debug,-d to enable debug logTobias Roeser2018-10-305-9/+24
| |
| * Added additional debug log channel (default: log-file only)Tobias Roeser2018-10-307-19/+47
| |
| * Added some source docsTobias Roeser2018-10-291-1/+12
| |
| * Fixed typoTobias Roeser2018-10-291-1/+3
| |
| * Add createJar() ScalaDocJim Lawson2018-10-281-0/+13
| |
| * Evaluate filterJar() task.Jim Lawson2018-10-281-1/+1
| |
| * Add a filter parameter (default true for all files) to createJar().Jim Lawson2018-10-282-2/+13
| | | | | | | | Add createJar() filter test.
| * adding TwirlModule docsIurii Malchenko2018-10-281-1/+149
| |
| * Added docs for TestNG support and sorted contrib modulesTobias Roeser2018-10-281-25/+42
| |
| * Fixed links in documentationTobias Roeser2018-10-261-4/+3
| |
| * Fixed formatting of code blockTobias Roeser2018-10-261-13/+13
| |
| * Re-organized thirdparty plugin sectionTobias Roeser2018-10-261-77/+91
| | | | | | | | | | Each plugin is a level-3 section, that appears also in TOC. Plugins are in alphabetical order.
| * Fixed some markdown formattingTobias Roeser2018-10-211-17/+19
| |
| * Added mill-osgi module to documentation, contrib modulesTobias Roeser2018-10-211-0/+21
| |
* | bump ammonite versionLi Haoyi2018-11-021-1/+1
| |
* | Fix https://github.com/lihaoyi/mill/issues/475Li Haoyi2018-11-023-15/+53
|/
* 0.3.20.3.2Li Haoyi2018-10-202-2/+2
|
* Added mill-publishM2 module (#467)Tobias Roeser2018-10-201-0/+36
|