karun012 / arion

MIT License
46 stars 7 forks source link

tests should not run on compile failure #18

Open mwotton opened 9 years ago

mwotton commented 9 years ago

currently if you have a compile failure in a file that's depended on by tests, you'll get multiple reports of the compile failure as all of the tests that rely on it fail at the load step.

karun012 commented 9 years ago

Time to make a switch to hint or ide-backend I guess.