summaryrefslogtreecommitdiff
path: root/scalalib/test/src/mill
Commit message (Expand)AuthorAgeFilesLines
* Rename `root` IDEA module to `mill-build` to avoid collisionsLi Haoyi2018-04-081-2/+2
* Properly support test frameworks which spawn child tasksLi Haoyi2018-04-081-0/+36
* Enable JUnit testing, via sbt-test-interface, for `JavaModule`sLi Haoyi2018-04-081-6/+37
* 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
* update travis mill versionLi Haoyi2018-04-071-1/+1
* avoid recursionLi Haoyi2018-04-071-2/+0
* clean up JavaModule/ScalaModule interactions and consolidate extensions into ...Li Haoyi2018-04-071-1/+5
* First unit tests for `JavaModule`Li Haoyi2018-04-071-0/+60
* Merge branch 'master' into restore-masterRobby2018-04-072-7/+44
|\
| * basic support for version pinning (used by default for scala-library/compiler...Li Haoyi2018-04-061-0/+37
| * fix buildLi Haoyi2018-04-061-7/+7
* | revive #254 and fix #268 (#274)Sheng Chen2018-04-023-3/+87
* | revert #254 to fix bootstrapping https://github.com/lihaoyi/mill/issues/268Li Haoyi2018-04-013-87/+3
* | fixes #173; use default(compile) configuration for deps as default (#270)Nikolay Tatarinov2018-04-011-0/+8
|/
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-03-273-3/+87
|\
| * add exclusions and custom configuration to dependencies (#254)Sheng Chen2018-03-263-3/+87
* | Ensure that transitive ivy jars are not directly aggregated under a module's ...Li Haoyi2018-03-261-0/+25
|/
* use Cache.default to determine coursier location(fixes tests on my OS X)rockjam2018-03-241-3/+2
* 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
* fix optional xml tags in POM (#198)Nikolay Tatarinov2018-03-061-0/+199
* Bugfix/version contol (#192)Guillaume Massé2018-03-031-0/+74
* 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
* Allow specifying classifiers in ivy deps (#159)Jeremy Apthorp2018-02-241-0/+7
* GenIdea updates including a fix for #147 (#149)Andrew Richards2018-02-211-1/+4
* fix-testsLi Haoyi2018-02-212-5/+5
* Add unit test for main method discoveryLi Haoyi2018-02-171-9/+25
* Discover main class(es) via zincajrnz2018-02-161-4/+27
* fix GenIdea testsLi Haoyi2018-02-111-16/+4
* attempt to fix publishAllLi Haoyi2018-02-071-1/+1
* allow Result.Failure to take a valueLi Haoyi2018-02-042-6/+6
* Fix testsLi Haoyi2018-02-041-8/+3
* Make use of `CrossScalaModule` in `HelloWorldTests`Li Haoyi2018-02-031-87/+108
* fix scalalib testsLi Haoyi2018-02-032-105/+105
* Make `TestEvaluator` infer it's `outPath` from the `sourcecode.FullName` and ...Li Haoyi2018-02-032-28/+7
* - Renamed `Ctx.FooCtx` => `Ctx.Foo`Li Haoyi2018-02-022-14/+7
* - Rename `basePath` -> `millSourcePath`Li Haoyi2018-02-022-29/+29
* compile zinc compiler bridges on demand to remove restriction on supported sc...Li Haoyi2018-02-021-1/+1
* DRY up test suite by making `Discover` generation implicitLi Haoyi2018-01-282-9/+2
* Fix gen idea testsLi Haoyi2018-01-281-3/+3
* Fix `dest`-assignment for overriden `T.command`s, and add basic unit tests to...Li Haoyi2018-01-262-2/+9
* 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
* Implement basic wildcard task running via e.g. `mill _.compile`Li Haoyi2018-01-211-1/+0
* Swap over to simplified Mill module/source layout from SBT'sLi Haoyi2018-01-203-0/+518