stanford-ppl / Forge

A prototype meta DSL that generates Delite DSL implementations from a specification-like program.
49 stars 23 forks source link

Fixed ValidationSuite test compilation failure #64

Closed perovic closed 8 years ago

perovic commented 8 years ago

This was failing because OptiMLApplication* traits were changed to abstract classes in order to improve compilation times -> abstract classes need to be first in the inheretance / mix-in chain.