Skip to content

Wrapped typeCheckErrors is causing pickling test error #13545

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

Open
soronpo opened this issue Sep 16, 2021 · 0 comments
Open

Wrapped typeCheckErrors is causing pickling test error #13545

soronpo opened this issue Sep 16, 2021 · 0 comments
Labels
area:pickling backlog No work planned on this by the core team for the time being. itype:bug

Comments

@soronpo
Copy link
Contributor

soronpo commented Sep 16, 2021

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

***** 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>
*****

Expectation

No difference in pickling.

soronpo added a commit to soronpo/scala3 that referenced this issue Sep 16, 2021
@nicolasstucki nicolasstucki self-assigned this Sep 16, 2021
olsdavis pushed a commit to olsdavis/dotty that referenced this issue Apr 4, 2022
@nicolasstucki nicolasstucki removed their assignment Apr 29, 2022
@nicolasstucki nicolasstucki added the backlog No work planned on this by the core team for the time being. label Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:pickling backlog No work planned on this by the core team for the time being. itype:bug
Projects
None yet
Development

No branches or pull requests

2 participants