We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue #12656 is fixed by #13543 but surfaces a pickling issue of wrapped compiletime.testing.typeCheckErrors
compiletime.testing.typeCheckErrors
Master branch
See issue #12656
This output is from the pickling test comparison of run/i12656.scala
***** before-pickling.txt < <[ : scala.compiletime.testing.Error]:scala.Array[scala.compiletime.testing.Error]>@ tests\run\i12656.scala<108..108> ***** AFTER-PICKLING.TXT < <[ : scala.compiletime.testing.Error]:Seq[scala.compiletime.testing.Error]>@ tests\run\i12656.scala<108..108> *****
No difference in pickling.
The text was updated successfully, but these errors were encountered:
blacklist to workaround scala#13545
bdab0c8
5c3b707
No branches or pull requests
Issue #12656 is fixed by #13543 but surfaces a pickling issue of wrapped
compiletime.testing.typeCheckErrors
Compiler version
Master branch
Minimized code
See issue #12656
Output
This output is from the pickling test comparison of run/i12656.scala
Expectation
No difference in pickling.
The text was updated successfully, but these errors were encountered: