summaryrefslogtreecommitdiff
path: root/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* Get rid of `DefCtx` for good. All tests passing entirely using the new `Disco...Li Haoyi2017-10-284-129/+71
* Implemented member-reflection-based naming, set to replace the old `DefCtx`/`...Li Haoyi2017-10-283-34/+83
* Move java-compile example supporting code into test suiteLi Haoyi2017-10-282-10/+59
* Got grouped evaluation workingLi Haoyi2017-10-273-21/+15
* Migrate everything which shouldn't have duplicates over to a new `OSet` data ...Li Haoyi2017-10-273-64/+64
* - Split out `ForgeTests` into `EvaluatioNTests` and `GraphTests`Li Haoyi2017-10-264-309/+403
* Fleshed out basic `groupAroundNamedTargets` logicLi Haoyi2017-10-261-3/+36
* Serialization using play-json now mostly in placeLi Haoyi2017-10-261-7/+21
* Flesh out `evaluate` tests for `diamond` and `anonDiamond` casesLi Haoyi2017-10-251-26/+63
* Macro-based anonymous `Target` naming now works: we use the `T{...}` macro lo...Li Haoyi2017-10-241-25/+118
* Add some basic `compileError` tests to make sure mis-using `T{}` doesn't compileLi Haoyi2017-10-221-0/+5
* Swap over to new macro-based `DefCtx` injection, rather than relying on `Stat...Li Haoyi2017-10-222-94/+59
* Move to caching based on label instead of Target objectLi Haoyi2017-10-221-5/+37
* - Basic dirty-checking of targets works; targets can now request to be recomp...Li Haoyi2017-10-221-0/+28
* Extract `topoSortedTransitiveTargets` into `Evaluator` companion objectLi Haoyi2017-10-221-1/+1
* - `Target.Noop -> Target.Test`Li Haoyi2017-10-221-24/+29
* Add simple unit tests for `topoSortedTransitiveTargets`Li Haoyi2017-10-221-11/+22
* Fix `Evaluator#prepareTransitiveTargets`Li Haoyi2017-10-221-9/+9
* update to utest 0.6.0, enable stacktrace highlightingLi Haoyi2017-10-222-9/+17
* Things compile again...Li Haoyi2017-10-221-1/+5
* rename hbt -> forgeLi Haoyi2017-10-225-20/+48
* - Nest `StaticContext` into `DefCtx`Li Haoyi2017-10-211-1/+1
* Add `StaticContext` macro to let us distinguish top-level targets from dynami...Li Haoyi2017-10-211-0/+36
* - Convert example workflow to `javac` since `scalac` is slowLi Haoyi2017-10-192-0/+24
* Include Tarjan's algorithm, for doing a topological sort which elegantly hand...Li Haoyi2017-10-171-0/+89