summaryrefslogtreecommitdiff
path: root/scalaplugin/src/test
Commit message (Expand)AuthorAgeFilesLines
* `Core` -> `core`, for consistency with SBT naming schemesLi Haoyi2017-12-30162-11909/+0
* Re-organize `out/` directory to keep all files related to a particular `Targe...Li Haoyi2017-12-291-6/+6
* Cross-publish for ScalaJSRoman Timushev2017-12-292-3/+3
* Move TestEvaluator to coreRoman Timushev2017-12-295-30/+4
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2017-12-291-18/+17
|\
| * Do not use tar for jar verification (#85)Roman Timushev2017-12-291-18/+17
* | Kill old `LabelledTarget` classesLi Haoyi2017-12-292-2/+2
|/
* Slightly simplify `test.sh` matrix and cache more evaluators in `HelloWorldTe...Li Haoyi2017-12-263-103/+88
* Simplify `AcyclicTests` a bit to speed it upLi Haoyi2017-12-261-2/+2
* Fix `HelloWorldTests.scala`Li Haoyi2017-12-261-6/+5
* WIP: provide Mapping as a Ctx argument that can be accessed from within Tasks...Li Haoyi2017-12-255-42/+37
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2017-12-204-6/+86
|\
| * Add Sonatypype publishing;rockjam2017-12-202-6/+45
| * publishLocal - looks like it worksdos652017-12-201-4/+3
| * Report errors when dependency resolution fails (#71)Grant2017-12-182-0/+42
* | Remove implicit `Discovered.apply[T]` method. This forces people to pass arou...Li Haoyi2017-12-205-26/+25
|/
* First pass at using a compiler plugin to remove the need for the `override` k...Li Haoyi2017-12-154-25/+25
* First pass adding a Jawn build to the test suite. Jawn's own test suite doesn...Li Haoyi2017-12-1456-0/+4529
* [issue-39] add logging output to file (#53)Ilya Murzinov2017-12-111-0/+6
* Implement a `SbtScalaModule` helper trait, to conveniently set up the default...Li Haoyi2017-12-102-8/+2
* pass compile analysis of projectDeps to zinc, fixes #29rockjam2017-12-072-2/+4
* Hackily speed up repeated Scala compiles by keeping a global cache of hot Sca...Li Haoyi2017-12-051-1/+1
* merge cross-bridge into masterLi Haoyi2017-12-053-29/+30
|\
| * Standardize on a `mill.util.Logger` classLi Haoyi2017-12-041-4/+3
| * Update test caseLi Haoyi2017-12-041-1/+1
| * Cross building acyclic now works, using a locally compiled cross-versioned co...Li Haoyi2017-12-041-2/+3
* | swap run and runMain commandsrockjam2017-11-301-7/+7
* | implment runMain commandrockjam2017-11-301-1/+24
* | mainClass supportrockjam2017-11-301-1/+21
|/
* first pass at building better-files using MillLi Haoyi2017-11-2941-0/+6014
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2017-11-275-20/+279
|\
| * fix #8 simple 'hello world' scala module with tests on it; extract test evalu...Nikolay Tatarinov2017-11-275-20/+279
* | Acyclic cross-version tests are runningLi Haoyi2017-11-271-2/+16
|/
* Tweak readme, fix SBT executable assembly prefixLi Haoyi2017-11-271-8/+9
* Get acyclic's tests running after compilation failures, fixing a metadata.mil...Li Haoyi2017-11-261-12/+4
* Acyclic test suite works now that we can fork and set a proper working direct...Li Haoyi2017-11-261-24/+40
* Isolate TestRunner classloader to try and get AcyclicTests working...Li Haoyi2017-11-261-2/+2
* WIP getting Acyclic build working in Mill. Test suite doesn't work, neither d...Li Haoyi2017-11-262-119/+98
* Tweak example acyclic cross-build to show off cross-dependenciesLi Haoyi2017-11-161-14/+17
* Vendor `com.lihaoyi:acyclic` codebase as a cross-building example, first non-...Li Haoyi2017-11-1660-0/+1025
* remove metacircular tests, since build.sc now serves that purposeLi Haoyi2017-11-111-62/+0
* - Smoothed out syntax for defining ivy dependenciesLi Haoyi2017-11-111-8/+8
* Swap over to new `projectDeps` mechanism for defining dependencies between va...Li Haoyi2017-11-111-2/+2
* rename forge -> millLi Haoyi2017-11-101-5/+5
* Recursive main-method resolution now works, as part of the normal discovery r...Li Haoyi2017-11-051-3/+3
* Break out reusable JVM specific stuff into its own fileLi Haoyi2017-11-051-0/+1
* Re-organize `forge/` folder according to ordering of build phases: target def...Li Haoyi2017-11-051-1/+3
* Shorted `ScalaDep.Scala(...)`/`ScalaDep.PointScala(...)` into `ScalaDep(...)`...Li Haoyi2017-11-041-5/+5
* Collapse `LocalDef` into `T{...}` macro, make it more flexible so it only cac...Li Haoyi2017-11-041-1/+1
* Migrate `MetacircularTests` over to new cached-def mechanismLi Haoyi2017-11-041-13/+13