-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_windows_full in the CI is broken: pickling difference in stdlibPatches #11654
Comments
[test_windows_full]
[test_windows_full]
When we compile scala.runtime.stdLibPatches.language, we apply stdlibPatches on that file itself, which changes the owner of its members to scala.language, this doesn't really make sense and apparently doesn't survive unpickling (but why only on Windows? I think we need to:
|
That's the most mysterious thing. I conjectured it's related to However, when I disable the |
Fix #11654: disable pickling test for language.scala
Reopened since the underlying issue isn't fixed. |
[test_windows_full]
Fix #11654: create new symbol for stdlib patches
It seems like I see something similar here in #22824 - https://github.com/scala/scala3/actions/runs/13907893536/job/38915103820?pr=22824 UPD: my issue isn't related to Windows at all, reproducible on MacOS also |
It appears to have started with 96ced02, the CI run is https://github.com/lampepfl/dotty/runs/2057136722:
The text was updated successfully, but these errors were encountered: