summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for external modules, useful for things `GenIdea` supportLi Haoyi2018-02-0415-62/+136
* catch compile-failure exceptions to avoid showing the stack traceLi Haoyi2018-02-044-49/+51
* Fix ScalaWorker test runs to make them properly break the buildLi Haoyi2018-02-042-4/+7
* Fix `HelloJsWorld` testsLi Haoyi2018-02-045-41/+40
* Test fixes...Li Haoyi2018-02-042-7/+6
* try to fix git head in test4.shLi Haoyi2018-02-041-0/+3
* Use the full path of a ScalaModule in it's default artifact name, rather than...Li Haoyi2018-02-043-2/+11
* fix compileLi Haoyi2018-02-041-0/+1
* add a travis builder that exercises the releaseAssemblyLi Haoyi2018-02-042-0/+25
* fix mill_version use siteLi Haoyi2018-02-041-1/+1
* Embed the `MILL_VERSION` to the `releaseAssembly` CLI flags so it knows which...Li Haoyi2018-02-042-2/+2
* Publish all modules to support intellij navigation within build files, and re...Li Haoyi2018-02-043-2/+6
* wip auto publishing...Li Haoyi2018-02-046-7/+113
* Remove the default `publishVersion` from `PublishModule`, and add `--batch` t...Li Haoyi2018-02-045-7/+8
* Fix GenIdea testsLi Haoyi2018-02-032-6/+6
* Show a proper error message when invoking a command failsLi Haoyi2018-02-033-12/+30
* flexiblize T.sources and use it widely, which lets us fix --watchLi Haoyi2018-02-039-64/+96
* flesh out some docsunstableLi Haoyi2018-02-031-0/+100
* Make use of `CrossScalaModule` in `HelloWorldTests`Li Haoyi2018-02-0315-108/+166
* fix the externalOutPath for RunScript/GenIdea/ReplApplyHandlerLi Haoyi2018-02-033-3/+3
* fix scalalib testsLi Haoyi2018-02-0312-152/+167
* Make `TestEvaluator` infer it's `outPath` from the `sourcecode.FullName` and ...Li Haoyi2018-02-0312-103/+65
* - Renamed `Ctx.FooCtx` => `Ctx.Foo`Li Haoyi2018-02-0222-87/+86
* Enforce that only one task in a group can use `T.ctx().dest` https://github.c...Li Haoyi2018-02-023-16/+50
* automatically create dest directory for targets to useLi Haoyi2018-02-026-43/+3
* use an implicit to indicate whether a ctx is within an external moduleLi Haoyi2018-02-027-49/+29
* - Rename `basePath` -> `millSourcePath`Li Haoyi2018-02-0222-112/+119
* consolidate test initialization logic into TestEvaluatorLi Haoyi2018-02-029-76/+74
* compile zinc compiler bridges on demand to remove restriction on supported sc...Li Haoyi2018-02-0214-147/+151
* Move `ScalaWorkerApi`/`ScalaJSBridge` over to new `ExternalModule` classLi Haoyi2018-02-026-9/+69
* Fix propagation of overriden `Module#basePath` and add a test to verify it's ...Li Haoyi2018-02-023-3/+23
* WIP: Scala js testing (#119)Nikolay Tatarinov2018-02-0118-98/+409
* Extract out `ScriptTestSuite` from `IntegrationTestSuite` and use it to creat...Li Haoyi2018-01-284-24/+138
* DRY up test suite by making `Discover` generation implicitLi Haoyi2018-01-2817-97/+83
* Add a simple set of evaluation tests for the various cross builds in `TestGra...Li Haoyi2018-01-283-5/+100
* Fix gen idea testsLi Haoyi2018-01-282-17/+21
* Make `idea` task work with releaseAssembly and publishLocalLi Haoyi2018-01-276-9/+25
* Fix publishLocal of Mill's own buildLi Haoyi2018-01-274-6/+24
* Make `idea` task configure the root module to have IntelliJ properly handle t...Li Haoyi2018-01-277-37/+96
* First incomplete pass at writing docsLi Haoyi2018-01-2711-383/+1586
* Fix `dest`-assignment for overriden `T.command`s, and add basic unit tests to...Li Haoyi2018-01-2619-66/+187
* Migrate `scalajslib` over to a `T.worker` setup similar to `scalalib`Li Haoyi2018-01-259-111/+126
* remove unneeded ivy depsLi Haoyi2018-01-241-3/+1
* Remove obsolete `Loader` context APILi Haoyi2018-01-243-21/+6
* Make `T.worker`s compute their signature based on their inputs, rather than t...Li Haoyi2018-01-232-32/+35
* Make `T.worker`s compute their signature based on their inputs, rather than t...Li Haoyi2018-01-232-19/+28
* Add some basic tests for `T.{persistent,input,worker}` behavior, including a ...Li Haoyi2018-01-231-0/+104
* update mill build to work with new isolated scalaworkerLi Haoyi2018-01-237-61/+79
* fix scalajslib buildLi Haoyi2018-01-231-1/+1
* fixjsbuildLi Haoyi2018-01-231-1/+1