Skip to content

Calls to interface methods/abstract methods should validate that all implementations have it defined #33

@aldexis

Description

@aldexis

If an interface defines a new method (or a class defines a new abstract method), this is not an ABI break by default (see #32).

However, if that method then gets called and the instance happens to be on a class that did not implement the method, this will break at runtime.

As such, when an interface method or an abstract method are called, we should validate that all reachable implementations actually implement that method (or it exists in a super class or in some other way).

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