summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Move TestEvaluator to coreRoman Timushev2017-12-295-2/+5
| * ScalaJS plugin buildRoman Timushev2017-12-292-5/+71
* | More tidying up in TaskLi Haoyi2017-12-291-55/+61
|/
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2017-12-291-18/+17
|\
| * Do not use tar for jar verification (#85)Roman Timushev2017-12-291-18/+17
* | Tidy up Task.scala macros...Li Haoyi2017-12-292-21/+65
* | Kill old `LabelledTarget` classesLi Haoyi2017-12-2913-99/+69
|/
* WIP Migrating `Target` name/pickler generation from the `Mirror` discovery in...Li Haoyi2017-12-2910-80/+157
* Convert `build.sbt` to use ivy-resolved Ammonite to run `shared.sc`, instead ...Li Haoyi2017-12-281-32/+33
* 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
* get --repl working with bin/test:runLi Haoyi2017-12-282-2/+7
* fix repl flagLi Haoyi2017-12-281-2/+5
* Move all the source generation logic into a `shared.sc` file to avoid duplica...Li Haoyi2017-12-283-242/+159
* Generate zipmap definitions for higher arities (#81)Duncan Mak2017-12-275-110/+227
* update readme: remove `run` from command line examples (#82)Nikolay Tatarinov2017-12-271-8/+8
* Slightly simplify `test.sh` matrix and cache more evaluators in `HelloWorldTe...Li Haoyi2017-12-265-123/+90
* Cache scala compiler jars in a separate classloader from the compiler plugin ...Li Haoyi2017-12-262-7/+21
* Simplify manual testing using SBTLi Haoyi2017-12-262-6/+15
* 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