summaryrefslogtreecommitdiff
path: root/scalalib/test/src/mill/scalalib/HelloWorldTests.scala
Commit message (Expand)AuthorAgeFilesLines
* collapse boilerplate folder structure within src/ folders (#505)Li Haoyi2018-12-121-934/+0
* First pass at splitting out worker-api from mill core. (#504)Li Haoyi2018-12-121-1/+1
* WIP migrating over from `ammonite.ops` to `os` module.Li Haoyi2018-11-051-54/+56
* .Li Haoyi2018-10-181-1/+1
* Dedicated scalaDoc plugins and options (#433)Guillaume Grossetie2018-09-191-3/+100
* Remove useless type parameters for {Test,}Evaluator (#416)Guillaume Martres2018-09-151-4/+4
* Add support for Dotty projects (#397)Guillaume Martres2018-08-051-5/+21
* avoid duplicating core scala libraries during artifact resolution to fix http...Li Haoyi2018-06-091-1/+1
* fix #233 add append and exclude rules to assembly (#309)Nikolay Tatarinov2018-06-011-12/+259
* Fixes #336: pass scalac options to ScalaDoc during docJar stage (#337)Anton Sviridov2018-05-181-0/+29
* avoid printing useless stacktraces when subprocess runs failLi Haoyi2018-04-171-5/+1
* Properly support test frameworks which spawn child tasksLi Haoyi2018-04-081-0/+36
* bump test case to 2.12.4 for java9 compatLi Haoyi2018-04-081-1/+1
* Fix #282 by passing plugins as arguments to scaladocjulianmichael2018-04-081-0/+32
* avoid recursionLi Haoyi2018-04-071-2/+0
* basic support for version pinning (used by default for scala-library/compiler...Li Haoyi2018-04-061-0/+37
* Ensure that transitive ivy jars are not directly aggregated under a module's ...Li Haoyi2018-03-261-0/+25
* Support scala milestone releases (with fixes for 2.13.0-M3) (#247)Nikolay Tatarinov2018-03-201-1/+2
* Changes to make {clientserver,main,scalalib,scalajslib}.test work under Java ...Robby2018-03-101-2/+2
* Split out `upstreamAssembly` from `assembly`Li Haoyi2018-03-031-18/+6
* Add dsl for SCM (now called VersionControl) (#168)Guillaume Massé2018-02-281-4/+2
* Add predefined licenses from spdx (#144)Guillaume Massé2018-02-261-3/+1
* fix-testsLi Haoyi2018-02-211-4/+4
* Add unit test for main method discoveryLi Haoyi2018-02-171-9/+25
* Discover main class(es) via zincajrnz2018-02-161-4/+27
* attempt to fix publishAllLi Haoyi2018-02-071-1/+1
* allow Result.Failure to take a valueLi Haoyi2018-02-041-3/+3
* Fix testsLi Haoyi2018-02-041-8/+3
* Make use of `CrossScalaModule` in `HelloWorldTests`Li Haoyi2018-02-031-87/+108
* fix scalalib testsLi Haoyi2018-02-031-101/+104
* Make `TestEvaluator` infer it's `outPath` from the `sourcecode.FullName` and ...Li Haoyi2018-02-031-24/+6
* - Renamed `Ctx.FooCtx` => `Ctx.Foo`Li Haoyi2018-02-021-12/+6
* - Rename `basePath` -> `millSourcePath`Li Haoyi2018-02-021-12/+12
* DRY up test suite by making `Discover` generation implicitLi Haoyi2018-01-281-7/+1
* Fix `dest`-assignment for overriden `T.command`s, and add basic unit tests to...Li Haoyi2018-01-261-1/+7
* WIP splitting `mill.scalaworker` out of `mill.scalalib` and into it's own iso...Li Haoyi2018-01-231-6/+6
* - Make `forkTest` and `forkRun` the default, renaming `test` and `run` to `te...Li Haoyi2018-01-211-4/+4
* Swap over to simplified Mill module/source layout from SBT'sLi Haoyi2018-01-201-0/+400