Skip to content

Extractor outputs are different in Scala 2.13.0-RC1 #653

@eed3si9n

Description

@eed3si9n

In #651, I bumped the 2.13 used for compiler bridge testing to 2.13.0-RC1, but the extractor output have changed.

For example:

  • acme.Tupler (where acme is a package name) doesn't extract acme as used name.
  • spurious names like package, Class, and Sealed are extracted.

These would lead to either under compilation or over compilation since name hashing uses these information to determine where incremental compilation is necessary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions