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
This test printed an error message in the log output which was extremely
misleading since it looked like a weird test failure. Removing it
instead of fixing it because it's not actually testing anything useful:
it's supposed to check that we don't get a cascade of error messages if
scala3-library is missing from the classpath, but after
24eb6cf this only worked by chance
because the code we're compiling is extremely simple (Foo.scala only
contains "class Foo"), so it's doubly misleading.
0 commit comments