Skip to content

ABI checking tool should ignore the renaming of anonymous structs #2203

@mdboom

Description

@mdboom

When transitioning libraries from cython-gen to cybind, the name of anonymous structs necessarily must change. However, as long as their contents are the same, this is not an ABI breakage, and Cython does not check the name at import time (as it does for functions).

This would just eliminate some unnecessary noise from the ABI checking tool.

Metadata

Metadata

Assignees

No one assigned

    Labels

    triageNeeds the team's attention

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions