summaryrefslogtreecommitdiff
path: root/scalaplugin
Commit message (Expand)AuthorAgeFilesLines
* Move `Evaluator`s to be long lived, and make tests passLi Haoyi2017-12-142-6/+14
* First pass at implementing long-lived `Worker` objects. These currently are m...Li Haoyi2017-12-131-11/+17
* Skip missing source directoriesRoman Timushev2017-12-131-1/+1
* Resolve compiler bridge jar (#45)Roman Timushev2017-12-112-11/+23
* [issue-39] add logging output to file (#53)Ilya Murzinov2017-12-111-0/+6
* Implement a `SbtScalaModule` helper trait, to conveniently set up the default...Li Haoyi2017-12-104-197/+208
* fix console command; add interactiveSubprocess in Jvm (#52)Nikolay Tatarinov2017-12-091-2/+2
* Add support for compiler plugins and enable acyclic plugin in buildTin Pavlinic2017-12-091-2/+10
* robustify gen-idea against pre-existing filesLi Haoyi2017-12-081-1/+1
* pass compile analysis of projectDeps to zinc, fixes #29rockjam2017-12-073-32/+54
* Explicitly pass built compiler-bridge jar locations from the build system int...Li Haoyi2017-12-062-10/+16
* Hackily speed up repeated Scala compiles by keeping a global cache of hot Sca...Li Haoyi2017-12-052-23/+12
* merge cross-bridge into masterLi Haoyi2017-12-056-82/+95
|\
| * Avoid `inheritIO` in `Jvm.subprocess`, and instead feed it into the proper `l...Li Haoyi2017-12-041-3/+3
| * Standardize on a `mill.util.Logger` classLi Haoyi2017-12-044-16/+22
| * Make more stuff use the implicit `T.ctx()`Li Haoyi2017-12-041-3/+1
| * - Make `T.ctx()` available implicitlyLi Haoyi2017-12-041-15/+13
| * Update test caseLi Haoyi2017-12-041-1/+1
| * Flesh out `bridges` pre-compilation in Mill build, getting the cross-minor-ve...Li Haoyi2017-12-041-4/+6
| * Cross building acyclic now works, using a locally compiled cross-versioned co...Li Haoyi2017-12-042-4/+15
* | swap run and runMain commandsrockjam2017-11-302-9/+9
* | implment runMain commandrockjam2017-11-302-1/+29
* | mainClass supportrockjam2017-11-302-2/+23
|/
* first pass at building better-files using MillLi Haoyi2017-11-2941-0/+6014
* - Re-enable zinc compiler cache, since the OOMing it used to cause seems to h...Li Haoyi2017-11-281-40/+66
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2017-11-275-20/+279
|\
| * fix #8 simple 'hello world' scala module with tests on it; extract test evalu...Nikolay Tatarinov2017-11-275-20/+279
* | Acyclic cross-version tests are runningLi Haoyi2017-11-272-9/+38
|/
* Tweak readme, fix SBT executable assembly prefixLi Haoyi2017-11-271-8/+9
* Get acyclic's tests running after compilation failures, fixing a metadata.mil...Li Haoyi2017-11-262-13/+6
* Acyclic test suite works now that we can fork and set a proper working direct...Li Haoyi2017-11-263-32/+85
* Isolate TestRunner classloader to try and get AcyclicTests working...Li Haoyi2017-11-262-3/+5
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2017-11-261-2/+2
|\
| * upgrade zinc 1.0.3 -> 1.0.5 (#26)Nikolay Tatarinov2017-11-261-2/+2
* | Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2017-11-261-26/+25
|\|
| * Cleaner logging of Zinc activities. (#25)Iulian Dragos2017-11-261-12/+4
| * pass scalacOptions and javacOptions to compile (#23)Nikolay Tatarinov2017-11-261-3/+14
| * fix console command in scala plugin; use subprocess for run (#21)Nikolay Tatarinov2017-11-261-11/+7
* | WIP getting Acyclic build working in Mill. Test suite doesn't work, neither d...Li Haoyi2017-11-262-119/+98
|/
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2017-11-261-5/+8
|\
| * fix #6 include project classes to incremental compilation classpath (#20)Nikolay Tatarinov2017-11-261-5/+8
* | bring back ScalaModule#run, bring back TaskModule now with a new defaultComma...Li Haoyi2017-11-261-4/+11
|/
* Remove `TaskModule`, make default-task selection to be by-name (tentatively h...Li Haoyi2017-11-252-14/+8
* - Make `Discovered` logic use the public getter of a `val` field, instead of ...Li Haoyi2017-11-251-1/+1
* Swap over to using `java.nio` APIs to make self-executable jars, instead of s...Li Haoyi2017-11-251-1/+1
* Allow the definition of a prependShellScript in a ScalaModule (#13)André Duarte2017-11-251-1/+9
* First pass at simplifying test suite definition & runningLi Haoyi2017-11-251-2/+5
* First pass at simplifying test suite definition & runningLi Haoyi2017-11-252-7/+23
* Fix idea project generation again...Li Haoyi2017-11-231-1/+1
* unwrap Segments when generating Intellij project filesLi Haoyi2017-11-231-2/+3