summaryrefslogtreecommitdiff
path: root/core/src/test/scala/forge/CacherTests.scala
Commit message (Expand)AuthorAgeFilesLines
* 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