summaryrefslogtreecommitdiff
path: root/contrib/twirllib
Commit message (Collapse)AuthorAgeFilesLines
* Bump ammonite to 1.6.7 (#610)Li Haoyi2019-05-191-2/+2
| | | | | | | | | | | | | | | | * bump ammonite to 1.6.7 * upgrade all the things * add scalaj-http shims for bootstrapping * wip * tweak-error-message * tweak coursier * .
* Keep twirllib moduleGuillaume Grossetie2019-02-141-0/+6
|
* Create a Play! module to compile the routerGuillaume Grossetie2019-02-141-6/+0
|
* adding support for customizable constructor annotations, codec and ↵Iurii Malchenko2019-01-046-45/+129
| | | | "inclusive dot" (#481)
* 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-123-0/+0
| | | | | | * collapse boilerplate folder structure within src/ folders * .
* First pass at splitting out worker-api from mill core. (#504)Li Haoyi2018-12-122-7/+6
| | | | | | | | | 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
* mergeLi Haoyi2018-11-064-23/+89
|\
| * improving twirl (#473)Iurii Malchenko2018-11-024-25/+93
| | | | | | | | | | | | * improving twirl support: default imports, better `compileTwirl().classes` value * twirl module doc edits
* | WIP migrating over from `ammonite.ops` to `os` module.Li Haoyi2018-11-052-19/+17
|/ | | | __.compile works, haven't run tests yet
* Remove useless type parameters for {Test,}Evaluator (#416)Guillaume Martres2018-09-151-3/+3
| | | | | | * Remove useless type parameters for {Test,}Evaluator * Update Evaluator.scala
* isolate twirl classloader from mill classpathLi Haoyi2018-08-221-1/+1
|
* tidy up root folderLi Haoyi2018-08-174-0/+256