summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Make use of `T.command`s `T.ctx().dest` in `ScalaPlugin#test.test` and `forkT...Li Haoyi2017-12-305-14/+43
* Re-organize `out/` directory to keep all files related to a particular `Targe...Li Haoyi2017-12-293-33/+28
* Assign different overrides of a Target different cache directories and paths,...Li Haoyi2017-12-297-37/+88
* Merge pull request #67 from lihaoyi/scalajsRoman Timushev2017-12-291-0/+29
|\
| * Move TestEvaluator to coreRoman Timushev2017-12-291-0/+29
* | More tidying up in TaskLi Haoyi2017-12-291-55/+61
|/
* Tidy up Task.scala macros...Li Haoyi2017-12-292-21/+65
* Kill old `LabelledTarget` classesLi Haoyi2017-12-2910-95/+65
* WIP Migrating `Target` name/pickler generation from the `Mirror` discovery in...Li Haoyi2017-12-2910-80/+157
* First pass at generating CLI output when you run `Target`s, based on their re...Li Haoyi2017-12-283-17/+59
* Properly propagate failures in task evaluation to the ammonite script runnerLi Haoyi2017-12-282-13/+15
* fix repl flagLi Haoyi2017-12-281-2/+5
* Generate zipmap definitions for higher arities (#81)Duncan Mak2017-12-273-109/+12
* Slightly simplify `test.sh` matrix and cache more evaluators in `HelloWorldTe...Li Haoyi2017-12-261-16/+0
* Simplify `MainRunner` and `RunScript` codeLi Haoyi2017-12-264-54/+49
* Greatly simplify `CustomCodeWrapper`Li Haoyi2017-12-263-36/+15
* - Shift `MappingCtx` into a magic `LoaderCtx` `Loader` to avoid circular depe...Li Haoyi2017-12-267-27/+28
* WIP: provide Mapping as a Ctx argument that can be accessed from within Tasks...Li Haoyi2017-12-2510-33/+45
* Refactor `mill.Main` to avoid going through Ammonite's main-method-dispatch s...Li Haoyi2017-12-257-184/+297
* Remove `Router.scala`, whose changes have been upstreamed into the Ammonite m...Li Haoyi2017-12-246-450/+88
* Allow Target creation from Result[T] (#79)Roman Timushev2017-12-242-1/+17
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2017-12-205-7/+19
|\
| * Add Sonatypype publishing;rockjam2017-12-206-7/+21
| * publishLocal - looks like it worksdos652017-12-204-6/+9
| * Report errors when dependency resolution fails (#71)Grant2017-12-181-5/+0
* | Remove implicit `Discovered.apply[T]` method. This forces people to pass arou...Li Haoyi2017-12-2014-140/+152
|/
* - Swap `Task.traverse` implementation to match behavior of other `traverse` i...Li Haoyi2017-12-181-3/+5
* Allow top-level targets in build files by configuring Ammonite's `codeWrapper...Li Haoyi2017-12-161-17/+35
* upgrade to new version of uPickle/AmmoniteLi Haoyi2017-12-165-20/+19
* First pass at using a compiler plugin to remove the need for the `override` k...Li Haoyi2017-12-153-38/+18
* Move `Evaluator`s to be long lived, and make tests passLi Haoyi2017-12-149-47/+59
* First pass at implementing long-lived `Worker` objects. These currently are m...Li Haoyi2017-12-133-5/+53
* Clean up now-unused classloader cachesLi Haoyi2017-12-131-9/+2
* Allow `classPathSig` to be injected into `Evaluator`, and in `ReplApplyHandle...Li Haoyi2017-12-132-14/+18
* Do not erase cache for skipped tasks (#60)Roman Timushev2017-12-121-1/+3
* Cache classloader signaturesRoman Timushev2017-12-121-5/+9
* Fix task cache in REPLRoman Timushev2017-12-111-3/+7
* [issue-39] add logging output to file (#53)Ilya Murzinov2017-12-113-19/+72
* `Core.compile()` now works in the build REPLLi Haoyi2017-12-105-11/+44
* First pass at simplifying Ammonite integration and enabling the REPL. Can que...Li Haoyi2017-12-103-202/+127
* fix console command; add interactiveSubprocess in Jvm (#52)Nikolay Tatarinov2017-12-091-0/+8
* Add support for compiler plugins and enable acyclic plugin in buildTin Pavlinic2017-12-093-1/+12
* pass compile analysis of projectDeps to zinc, fixes #29rockjam2017-12-073-3/+11
* Explicitly pass built compiler-bridge jar locations from the build system int...Li Haoyi2017-12-061-2/+22
* Avoid `inheritIO` in `Jvm.subprocess`, and instead feed it into the proper `l...Li Haoyi2017-12-043-4/+50
* Standardize on a `mill.util.Logger` classLi Haoyi2017-12-049-38/+54
* Make more stuff use the implicit `T.ctx()`Li Haoyi2017-12-042-10/+12
* - Make `T.ctx()` available implicitlyLi Haoyi2017-12-049-53/+87
* Flesh out `bridges` pre-compilation in Mill build, getting the cross-minor-ve...Li Haoyi2017-12-043-14/+17
* Fix error messages on resolving cross-built modules and re-enable relevant ne...Li Haoyi2017-11-262-3/+11