summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Pipe in stdin and stderr. We still need to figure out a policy for how stderr...Li Haoyi2018-01-016-12/+18
* Silence IntegrationTest stdoutLi Haoyi2018-01-013-7/+21
* Properly handle `isModule` flag on `sbt.testing.FingerPrint`Li Haoyi2018-01-013-4/+6
* Make `HelloWorldTests` take an explicit output path so they are less sensitiv...Li Haoyi2018-01-014-12/+22
* Properly set the context classloader inside `TestRunner`'s `ClassLoader`Li Haoyi2018-01-012-47/+55
* Make `forkArgs` work with `run` and `runMain`Li Haoyi2018-01-012-4/+15
* Split Acyclic/Jawn/BetterFiles tests into their own `integration/` test suite.Li Haoyi2018-01-01176-11548/+383
* Build: Bump sbt version (#91)Tim Nieradzik2018-01-011-1/+1
* readme: Fix typos (#92)Tim Nieradzik2018-01-011-4/+4
* readme: Fix Gitter badge (#90)Tim Nieradzik2018-01-011-1/+1
* Update readme.mdLi Haoyi2017-12-311-1/+4
* Make sure we properly catch exceptions when a `Task` returning an explicit `R...Li Haoyi2017-12-311-0/+2
* fix #57 implement eval function to evaluate multiple tasks via replrockjam2017-12-314-1/+36
* Split out generic `T.input` tasks from the `T.source` helpers, allowing `T.so...Li Haoyi2017-12-316-27/+62
* - Convert `T.source` into a generic `Target` that flushes the cache every timeLi Haoyi2017-12-3121-124/+193
* Swap out awkward quasiquotes in `Task` macros in exchange for `reify`/`splice`Li Haoyi2017-12-302-20/+60
* `Core` -> `core`, for consistency with SBT naming schemesLi Haoyi2017-12-30194-170/+171
* some docs for the out/ folderLi Haoyi2017-12-301-0/+28
* Make use of `T.command`s `T.ctx().dest` in `ScalaPlugin#test.test` and `forkT...Li Haoyi2017-12-308-37/+132
* Re-organize `out/` directory to keep all files related to a particular `Targe...Li Haoyi2017-12-297-51/+46
* Assign different overrides of a Target different cache directories and paths,...Li Haoyi2017-12-299-41/+94
* Merge pull request #67 from lihaoyi/scalajsRoman Timushev2017-12-2917-29/+456
|\
| * Fix running ScalaJS plugin tests from SBTRoman Timushev2017-12-292-2/+2
| * Cross-publish for ScalaJSRoman Timushev2017-12-296-29/+78
| * ScalaJS pluginRoman Timushev2017-12-299-3/+312
| * 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