Commit 7f27eaf
authored
chore: use pinned scala3 files instead of the directories in the build (#23518)
Follows #23517
The compiler adds the `sourceDirectories` as an option so that it can
load the definitions from the stdlib.
Now, instead of adding the directories, we just add the pinned files.
This has been missing when I merged locally the scala 2 history. With
this change, everything behaves as expected when I opened #23517.1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1127 | 1127 | | |
1128 | 1128 | | |
1129 | 1129 | | |
1130 | | - | |
| 1130 | + | |
| 1131 | + | |
1131 | 1132 | | |
1132 | 1133 | | |
1133 | 1134 | | |
| |||
0 commit comments