forked from scala/scala3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix classpath issues with the dotty-sbt-bridge build
When compiling and running the tests for the bridge, we should have the bootstrapped library on the classpath since this is what people will actually use in the end. This is tricky to do since the bridge itself cannot be compiled with anything bootstrapped on the classpath since the bootstrapped projects need the bridge to be compiled ! We sidestep this issue by using two separate projects for the bridge and its tests.
- Loading branch information
Showing
2 changed files
with
28 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters