summaryrefslogtreecommitdiff
path: root/src/test/scala/forge/TestUtil.scala
Commit message (Expand)AuthorAgeFilesLines
* Split up forge into `scalaplugin` an `core` subprojects, to allow us to use t...Li Haoyi2017-11-031-36/+0
* Sketched out structure of Scala subprojectsLi Haoyi2017-10-311-2/+18
* Split up `Utils.scala` and move the pieces into the `utils/` packageLi Haoyi2017-10-291-0/+1
* split out TestGraph from TestUtilLi Haoyi2017-10-281-56/+0
* Get rid of `DefCtx` for good. All tests passing entirely using the new `Disco...Li Haoyi2017-10-281-21/+18
* Implemented member-reflection-based naming, set to replace the old `DefCtx`/`...Li Haoyi2017-10-281-1/+1
* Got grouped evaluation workingLi Haoyi2017-10-271-4/+4
* Migrate everything which shouldn't have duplicates over to a new `OSet` data ...Li Haoyi2017-10-271-2/+2
* - Split out `ForgeTests` into `EvaluatioNTests` and `GraphTests`Li Haoyi2017-10-261-0/+78