summaryrefslogtreecommitdiff
path: root/core/src/test/scala/forge/CacherTests.scala
Commit message (Expand)AuthorAgeFilesLines
* rename forge -> millLi Haoyi2017-11-101-53/+0
* Migrate over to the new `Task`/`Target`/`Command` splitLi Haoyi2017-11-091-3/+3
* Re-organize `forge/` folder according to ordering of build phases: target def...Li Haoyi2017-11-051-0/+3
* Split out `MacroErrorTests` into it's own fileLi Haoyi2017-11-041-53/+0
* add another negative test to ensure we give good error messages when trying t...Li Haoyi2017-11-041-0/+15
* First pass at providing good compile errors to invalid uses of the `T{...}` m...Li Haoyi2017-11-041-2/+33
* Collapse `LocalDef` into `T{...}` macro, make it more flexible so it only cac...Li Haoyi2017-11-041-4/+1
* Add some basic compile-time checks to enforce usage of `T{...}` within traitsLi Haoyi2017-11-041-0/+10
* Add some tests to verify Cacher happy-pathsLi Haoyi2017-11-041-0/+50