summaryrefslogtreecommitdiff
path: root/core/test
Commit message (Expand)AuthorAgeFilesLines
* vendor ammonite.main code so we can properly handle arity-0 CLI args, fix Gen...Li Haoyi2018-02-087-8/+3
* wipLi Haoyi2018-02-077-25/+30
* attempt to fix publishAllLi Haoyi2018-02-074-7/+7
* CleanupLi Haoyi2018-02-042-4/+4
* add upstream dependencies to ivy.xmlLi Haoyi2018-02-041-2/+2
* allow Result.Failure to take a valueLi Haoyi2018-02-042-5/+7
* Fix testsLi Haoyi2018-02-041-15/+27
* Add support for external modules, useful for things `GenIdea` supportLi Haoyi2018-02-043-3/+8
* catch compile-failure exceptions to avoid showing the stack traceLi Haoyi2018-02-042-3/+3
* Fix ScalaWorker test runs to make them properly break the buildLi Haoyi2018-02-041-1/+1
* flexiblize T.sources and use it widely, which lets us fix --watchLi Haoyi2018-02-032-9/+9
* Make use of `CrossScalaModule` in `HelloWorldTests`Li Haoyi2018-02-033-3/+6
* fix scalalib testsLi Haoyi2018-02-034-29/+42
* Make `TestEvaluator` infer it's `outPath` from the `sourcecode.FullName` and ...Li Haoyi2018-02-038-65/+51
* - Renamed `Ctx.FooCtx` => `Ctx.Foo`Li Haoyi2018-02-028-31/+21
* Enforce that only one task in a group can use `T.ctx().dest` https://github.c...Li Haoyi2018-02-021-2/+17
* use an implicit to indicate whether a ctx is within an external moduleLi Haoyi2018-02-022-3/+4
* - Rename `basePath` -> `millSourcePath`Li Haoyi2018-02-024-17/+17
* consolidate test initialization logic into TestEvaluatorLi Haoyi2018-02-025-73/+69
* Move `ScalaWorkerApi`/`ScalaJSBridge` over to new `ExternalModule` classLi Haoyi2018-02-023-4/+53
* Fix propagation of overriden `Module#basePath` and add a test to verify it's ...Li Haoyi2018-02-021-1/+18
* WIP: Scala js testing (#119)Nikolay Tatarinov2018-02-011-1/+1
* Extract out `ScriptTestSuite` from `IntegrationTestSuite` and use it to creat...Li Haoyi2018-01-283-0/+127
* DRY up test suite by making `Discover` generation implicitLi Haoyi2018-01-287-50/+49
* Add a simple set of evaluation tests for the various cross builds in `TestGra...Li Haoyi2018-01-282-0/+95
* Make `idea` task work with releaseAssembly and publishLocalLi Haoyi2018-01-271-2/+2
* Fix `dest`-assignment for overriden `T.command`s, and add basic unit tests to...Li Haoyi2018-01-267-34/+86
* Migrate `scalajslib` over to a `T.worker` setup similar to `scalalib`Li Haoyi2018-01-251-1/+1
* Make `T.worker`s compute their signature based on their inputs, rather than t...Li Haoyi2018-01-231-0/+2
* Add some basic tests for `T.{persistent,input,worker}` behavior, including a ...Li Haoyi2018-01-231-0/+104
* Implement basic wildcard task running via e.g. `mill _.compile`Li Haoyi2018-01-211-35/+175
* Swap over to simplified Mill module/source layout from SBT'sLi Haoyi2018-01-2020-0/+1891