summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Simplify `MainRunner` and `RunScript` codeLi Haoyi2017-12-264-54/+49
* Greatly simplify `CustomCodeWrapper`Li Haoyi2017-12-263-36/+15
* 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-269-33/+38
* WIP: provide Mapping as a Ctx argument that can be accessed from within Tasks...Li Haoyi2017-12-2517-80/+87
* Refactor `mill.Main` to avoid going through Ammonite's main-method-dispatch s...Li Haoyi2017-12-258-190/+303
* prepare mill-bridges to be published to maven central (#78)Nikolay Tatarinov2017-12-243-15/+24
* Fix Idea project for cross-modules (#80)Roman Timushev2017-12-241-3/+11
* Remove `Router.scala`, whose changes have been upstreamed into the Ammonite m...Li Haoyi2017-12-249-459/+98
* Allow Target creation from Result[T] (#79)Roman Timushev2017-12-242-1/+17
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2017-12-2020-33/+798
|\
| * Add Sonatypype publishing;rockjam2017-12-2020-276/+630
| * publishLocal - looks like it worksdos652017-12-2011-12/+369
| * Report errors when dependency resolution fails (#71)Grant2017-12-185-22/+76
* | 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
|\