summaryrefslogtreecommitdiff
path: root/core/src/main/scala/forge/Target.scala
Commit message (Expand)AuthorAgeFilesLines
* Re-organize `forge/` folder according to ordering of build phases: target def...Li Haoyi2017-11-051-173/+0
* Turn on `lihaoyi:acyclic` plugin, enforce it, and break up whatever import cy...Li Haoyi2017-11-051-1/+2
* Synchronize `Target.Cacher#cachedTarget` call, to match the thread-safety we ...Li Haoyi2017-11-041-1/+1
* First pass at providing good compile errors to invalid uses of the `T{...}` m...Li Haoyi2017-11-041-3/+23
* Swap over to `typingTransformer`Li Haoyi2017-11-041-15/+14
* Collapse `LocalDef` into `T{...}` macro, make it more flexible so it only cac...Li Haoyi2017-11-041-20/+26
* Add some basic compile-time checks to enforce usage of `T{...}` within traitsLi Haoyi2017-11-041-4/+12
* Mark `Cacher#T`-related things as protected, since you shouldn't access them ...Li Haoyi2017-11-041-3/+3
* - Get rid of lazy `Target` wrapper since we're using lazy `def`s everywhereLi Haoyi2017-11-041-11/+5
* First experiment using `Cacher interface` combined with `Caller` implicits to...Li Haoyi2017-11-041-1/+14
* `Target#apply[T](t: => Target[T])` doesn't need to be implicitLi Haoyi2017-11-031-1/+1
* Split up forge into `scalaplugin` an `core` subprojects, to allow us to use t...Li Haoyi2017-11-031-0/+132