summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow `Cross`-builds to themselves be `Module`s so you can nest stuff insideLi Haoyi2018-01-122-2/+9
* split up travis build into 3 workers, one testing each stage of the bootstrap...Li Haoyi2018-01-124-4/+34
* fix testsLi Haoyi2018-01-122-3/+3
* Add some doccommentsLi Haoyi2018-01-123-0/+26
* Allow implicit `crossModule()` syntax to automatically find a set of cross-co...Li Haoyi2018-01-123-5/+47
* - Make `sources` and `resources` able to take multiple roots, so we can imple...Li Haoyi2018-01-123-22/+52
* - Better error reporting in `ReplApplyHandler`Li Haoyi2018-01-123-6/+32
* Clean up `Logger.scala` a bitLi Haoyi2018-01-121-32/+16
* Properly close file inputstreams after hashing files, and eagerly close class...Li Haoyi2018-01-112-0/+3
* collapse unnecessary generateXSources helper methodsLi Haoyi2018-01-111-7/+4
* Add generated sources target (#109)Minghao Liu2018-01-115-21/+40
* fix some typos in readmerockjam2018-01-101-2/+2
* update readme with pretified REPL examplesrockjam2018-01-101-10/+57
* add command line examples to readme.mdrockjam2018-01-101-0/+65
* ability to run multiple tasks via bash/zsh braces expansion (#104) fixes #31Nikolay Tatarinov2018-01-105-49/+415
* prepare ci builds - fix tests (#107)Vadim Chelyshov2018-01-083-15/+59
* Tidy up `Cross` implementationLi Haoyi2018-01-081-37/+24
* Simplify `Evaluator.Mapping` and consolidate logic within the `Segments` data...Li Haoyi2018-01-0819-109/+110
* Consolidate `Cross` and `CrossModule`, eliminate now-unused `map`/`flatMap`/`...Li Haoyi2018-01-0813-215/+44
* Swap over to a new, concise `CrossModule[T](..cases)` macro syntax that autom...Li Haoyi2018-01-0710-83/+90
* Generate the `Segments` list at definition time rather than discovery time, b...Li Haoyi2018-01-0724-292/+244
* Break out `Module.scala` from `Task.scala`Li Haoyi2018-01-078-66/+70
* Get `--help` workingLi Haoyi2018-01-071-2/+16
* Remove `--repl` flag, running `mill` without a task selector now drops you in...Li Haoyi2018-01-072-13/+5
* [WIP] Basic CI infrastructure (#100)Piotr Kwiecinski2018-01-071-0/+24
* Rename `resource/` folders `resources/` to properly match SBT convention, mak...Li Haoyi2018-01-079-3/+3
* First pass at implicitly propagating a `def basePath: Path` up the `Module` h...Li Haoyi2018-01-0722-154/+228
* fix compilation error in integration testsrockjam2018-01-061-1/+1
* Forward bulk output to `stderr` when `--show` is called, reserving `stdout` f...Li Haoyi2018-01-058-35/+93
* Fix scalatest support (#101)Vadim Chelyshov2018-01-053-1/+6
* Update `jsbridges` to use `CrossModule`Li Haoyi2018-01-041-3/+2
* First pass at a ticker-based progress logger to reduce the spamminess of the ...Li Haoyi2018-01-048-27/+110
* fix idea... againLi Haoyi2018-01-041-1/+1
* tweak cross pprinterLi Haoyi2018-01-031-1/+1
* First pass at providing new pretty-prints for build `Module`s/`Target`s/`Cros...Li Haoyi2018-01-0318-41/+146
* remove unused cross-build demo code from build.scLi Haoyi2018-01-021-15/+0
* Swap over to new `CrossModule` class to simplify the cross module syntaxLi Haoyi2018-01-028-21/+27
* lowercase build module names in `integration/` tests to line up with SBT conv...Li Haoyi2018-01-024-28/+28
* Make `--watch` properly handle the case where the evaluator is cached, where ...Li Haoyi2018-01-023-44/+52
* fix-test-compilationLi Haoyi2018-01-011-2/+8
* Fix `idea` project generation, and make `Result.Exception` display the offend...Li Haoyi2018-01-016-14/+15
* don't fail with match error on empty selector (#98)Nikolay Tatarinov2018-01-011-2/+4
* return non zero return code when task fails in batch mode (#97)Nikolay Tatarinov2018-01-021-1/+2
* = core use NonFatal (#95)kerr2018-01-011-2/+4
* 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