Skip to content

Wrapped typeCheckErrors is causing pickling test error #13545

Open
@soronpo

Description

@soronpo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:picklingbacklogNo work planned on this by the core team for the time being.itype:bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions