summaryrefslogtreecommitdiff
path: root/scalaplugin
Commit message (Expand)AuthorAgeFilesLines
* Slightly simplify `test.sh` matrix and cache more evaluators in `HelloWorldTe...Li Haoyi2017-12-263-103/+88
* Cache scala compiler jars in a separate classloader from the compiler plugin ...Li Haoyi2017-12-262-7/+21
* Simplify `AcyclicTests` a bit to speed it upLi Haoyi2017-12-261-2/+2
* Fix `HelloWorldTests.scala`Li Haoyi2017-12-261-6/+5
* - Shift `MappingCtx` into a magic `LoaderCtx` `Loader` to avoid circular depe...Li Haoyi2017-12-261-5/+9
* WIP: provide Mapping as a Ctx argument that can be accessed from within Tasks...Li Haoyi2017-12-256-47/+41
* prepare mill-bridges to be published to maven central (#78)Nikolay Tatarinov2017-12-242-5/+8
* Fix Idea project for cross-modules (#80)Roman Timushev2017-12-241-3/+11
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2017-12-2014-23/+759
|\
| * Add Sonatypype publishing;rockjam2017-12-2013-261/+589
| * publishLocal - looks like it worksdos652017-12-206-6/+355
| * Report errors when dependency resolution fails (#71)Grant2017-12-184-17/+76
* | Remove implicit `Discovered.apply[T]` method. This forces people to pass arou...Li Haoyi2017-12-206-38/+33
|/
* - Swap `Task.traverse` implementation to match behavior of other `traverse` i...Li Haoyi2017-12-181-16/+13
* - Remove `GenIdea` dependency on compiled output (fixes https://github.com/li...Li Haoyi2017-12-171-3/+4
* Bump Ammonite version in `build.sc` to fix upickle bugLi Haoyi2017-12-171-5/+5
* fix build.sc to build itself with newer version of ammonite (#70)Nikolay Tatarinov2017-12-171-2/+2
* upgrade to new version of uPickle/AmmoniteLi Haoyi2017-12-161-3/+8
* Ensure `ScalaModule#resources` files are properly propagated through classpat...Li Haoyi2017-12-151-1/+1
* First pass at using a compiler plugin to remove the need for the `override` k...Li Haoyi2017-12-154-25/+25
* First pass adding a Jawn build to the test suite. Jawn's own test suite doesn...Li Haoyi2017-12-1456-0/+4529
* 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