summaryrefslogtreecommitdiff
path: root/core/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* Move `JavaCompilerJarTests` over to new `Target.ctx()` syntaxLi Haoyi2017-11-091-11/+10
* Make `Applicative` macros able to inject a configurable `Ctx` object, used in...Li Haoyi2017-11-091-3/+7
* First full metacircular compile-build-execute workflow now works using the `b...Li Haoyi2017-11-071-2/+2
* - Allow main methods to return `Target[T]`s, so they can then be evaled by an...Li Haoyi2017-11-071-1/+50
* Break out reusable JVM specific stuff into its own fileLi Haoyi2017-11-051-53/+2
* Crib `createJar` code from CBT to properly set manifestLi Haoyi2017-11-051-16/+46
* Break out `Cacher.scala` from `Applicative.scala` to fully separate the gnarl...Li Haoyi2017-11-051-1/+0
* Add a simple consistency checker on `Discovered` to test if any of the observ...Li Haoyi2017-11-051-39/+48
* Add test to verify before-hand evaluation order of `Applyable#apply` callsLi Haoyi2017-11-051-0/+15
* Add multiple-identical-apply-calls unit testLi Haoyi2017-11-051-0/+10
* Fix up owner chains to allow `Applyable#apply()` calls to work within lambdasLi Haoyi2017-11-051-0/+12
* More `ApplicativeTests`Li Haoyi2017-11-051-4/+15
* First set of standalone tests for the gnarly `Applicative` logicLi Haoyi2017-11-052-41/+88
* Rename `ApplicativeMacros` and contents to shorter namesLi Haoyi2017-11-051-2/+34
* Split out `ApplicativeMacros` from `Target`Li Haoyi2017-11-052-1/+11
* Re-organize `forge/` folder according to ordering of build phases: target def...Li Haoyi2017-11-057-2/+17
* Split out `MacroErrorTests` into it's own fileLi Haoyi2017-11-042-53/+63
* 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-042-0/+11
* Add some tests to verify Cacher happy-pathsLi Haoyi2017-11-041-0/+50
* First experiment using `Cacher interface` combined with `Caller` implicits to...Li Haoyi2017-11-043-13/+101
* Rename `IntegrationTests` to `JavaCompileJarTests`, make use of new `T{...}` ...Li Haoyi2017-11-031-5/+4
* Split up forge into `scalaplugin` an `core` subprojects, to allow us to use t...Li Haoyi2017-11-038-0/+778