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 is exactly the same issue than #545, it was fixed in b0856fe but in the same pull request 32a7004 caused a regression.
In the example from #545, the enclosing class is the module class Test$ and the top class is also the module class Test$, so the test encClass.isProperlyContainedIn(topClass) fails.
The fix causes the build to fail. ClassPath does not compile anymore. This is what I have been seeing all along. It shows the value of a test infrastructure we can rely on. Without it we are flying blind.
This is exactly the same issue than #545, it was fixed in b0856fe but in the same pull request 32a7004 caused a regression.
In the example from #545, the enclosing class is the module class
Test$
and the top class is also the module classTest$
, so the testencClass.isProperlyContainedIn(topClass)
fails.Assigned to @DarkDimius .
The text was updated successfully, but these errors were encountered: