Skip to content

Don't report ReversedMissingMethodProblem for sealed traits #817

@raboof

Description

@raboof

If I understand correctly, we report ReversedMissingMethodProblem when checking for backwards compatibility because if a method was added to trait A, and trait B is compiled against an older version of A, trait B might be missing forwarders that a project that depends on both B and the newer A could run into.

If I understand that correctly, then we could suppress ReversedMissingMethodProblem for sealed traits, right?

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