HairyFotr / linter

Static Analysis Compiler Plugin for Scala
Apache License 2.0
268 stars 34 forks source link

Run tests faster and more controlled #16

Closed HairyFotr closed 10 years ago

HairyFotr commented 10 years ago

Don't run the compiler phases that don't need to run (anything after refchecks, etc), check out Global.Run instead of IMain interpreter, where you can possibly also get positions and strings, allowing mixed tests. Non-compiling negative tests pass right now!