summaryrefslogtreecommitdiff
path: root/scalaplugin/src/test
Commit message (Expand)AuthorAgeFilesLines
* [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
* Implement `ScalaDep` ADT to encapsulate handling on scala cross-version suffixesLi Haoyi2017-11-041-7/+9
* `T.apply{}` -> `T{}`Li Haoyi2017-11-041-1/+1
* Remove unnecessary deps in `MetacircularTests`Li Haoyi2017-11-041-11/+0
* Split up forge into `scalaplugin` an `core` subprojects, to allow us to use t...Li Haoyi2017-11-031-0/+68