summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove implicit `Discovered.apply[T]` method. This forces people to pass arou...Li Haoyi2017-12-2020-178/+185
|/
* - Swap `Task.traverse` implementation to match behavior of other `traverse` i...Li Haoyi2017-12-184-21/+39
* - Remove `GenIdea` dependency on compiled output (fixes https://github.com/li...Li Haoyi2017-12-171-3/+4
* bump ammonite version in build.sbtLi Haoyi2017-12-171-1/+1
* Bump Ammonite version in `build.sc` to fix upickle bugLi Haoyi2017-12-173-39/+38
* fix build.sc to build itself with newer version of ammonite (#70)Nikolay Tatarinov2017-12-172-3/+8
* Allow top-level targets in build files by configuring Ammonite's `codeWrapper...Li Haoyi2017-12-162-17/+38
* bump ammonite versionLi Haoyi2017-12-161-2/+1
* upgrade to new version of uPickle/AmmoniteLi Haoyi2017-12-167-25/+31
* remove unused MILL_COMPILER_PLUGIN flagLi Haoyi2017-12-152-4/+2
* 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-1511-48/+164
* 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-1411-53/+73
* First pass at implementing long-lived `Worker` objects. These currently are m...Li Haoyi2017-12-134-16/+70
* Clean up now-unused classloader cachesLi Haoyi2017-12-131-9/+2
* Allow `classPathSig` to be injected into `Evaluator`, and in `ReplApplyHandle...Li Haoyi2017-12-133-16/+20
* Merge pull request #66 from lihaoyi/binRoman Timushev2017-12-134-14/+29
|\
| * Skip missing source directoriesRoman Timushev2017-12-131-1/+1
| * Move assemble to a separate moduleRoman Timushev2017-12-133-13/+28
|/
* Do not erase cache for skipped tasks (#60)Roman Timushev2017-12-121-1/+3
* Merge pull request #55 from lihaoyi/repl-cacheRoman Timushev2017-12-121-5/+13
|\
| * Cache classloader signaturesRoman Timushev2017-12-121-5/+9
| * Fix task cache in REPLRoman Timushev2017-12-111-3/+7
|/
* Resolve compiler bridge jar (#45)Roman Timushev2017-12-113-11/+34
* [issue-39] add logging output to file (#53)Ilya Murzinov2017-12-114-19/+78
* `Core.compile()` now works in the build REPLLi Haoyi2017-12-106-11/+99
* First pass at simplifying Ammonite integration and enabling the REPL. Can que...Li Haoyi2017-12-103-202/+127
* Implement a `SbtScalaModule` helper trait, to conveniently set up the default...Li Haoyi2017-12-105-201/+209
* fix console command; add interactiveSubprocess in Jvm (#52)Nikolay Tatarinov2017-12-092-2/+10
* Add support for compiler plugins and enable acyclic plugin in buildTin Pavlinic2017-12-095-3/+28
* Update readme.mdLi Haoyi2017-12-081-0/+3
* delete un-used bridge.scLi Haoyi2017-12-081-4/+0
* robustify gen-idea against pre-existing filesLi Haoyi2017-12-081-1/+1
* Merge pull request #38 from lihaoyi/project-deps-zincNikolay Tatarinov2017-12-077-43/+70
|\
| * pass compile analysis of projectDeps to zinc, fixes #29rockjam2017-12-077-43/+70
|/
* Update self-hosting instructions (#41)Tin Pavlinic2017-12-061-3/+3
* Explicitly pass built compiler-bridge jar locations from the build system int...Li Haoyi2017-12-065-45/+80
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2017-12-060-0/+0
|\
| * merge cross-bridge into masterLi Haoyi2017-12-0526-155/+371
| |\
* | | force test:compile during scalaplugin/test:assembly, to make sure bridge jars...Li Haoyi2017-12-061-0/+4
* | | 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-0526-196/+410
|\ \ \ | |/ / |/| / | |/
| * Avoid `inheritIO` in `Jvm.subprocess`, and instead feed it into the proper `l...Li Haoyi2017-12-044-7/+53
| * Standardize on a `mill.util.Logger` classLi Haoyi2017-12-0413-54/+76
| * Make more stuff use the implicit `T.ctx()`Li Haoyi2017-12-043-13/+13
| * - Make `T.ctx()` available implicitlyLi Haoyi2017-12-0410-68/+100
| * Update test caseLi Haoyi2017-12-041-1/+1
| * Flesh out `bridges` pre-compilation in Mill build, getting the cross-minor-ve...Li Haoyi2017-12-046-26/+59
| * Cross building acyclic now works, using a locally compiled cross-versioned co...Li Haoyi2017-12-044-5/+88