Skip to content

sbt build: the junit project is not compiled with the compiler from source code #136

Closed
@sjrd

Description

@sjrd

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions