You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments