Closed
Description
It apparently simply uses the stock Scala compiler fetched from Maven. The ant build uses the compiler compiled from source to compile the JUnit tests (in ant test.junit
).
This means that, when fixing an issue in the compiler, and using a JUnit test to test the fix, sbt test
fails while ant test.junit
succeeds.