summaryrefslogtreecommitdiff
path: root/scalaplugin/src/test
Commit message (Expand)AuthorAgeFilesLines
* 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