Skip to content

Removed symbols without soname bump #177

@ViviCoder

Description

@ViviCoder

Between 7.2.0 and 7.3.2, some symbols have been removed from the library:

  • those starting with GB__AemultB_08__, replaced with ones starting with GB__AemultB__;
  • those starting with GB_emult_08_, replaced with ones starting with GB_emult_;
  • GB_flip_binop_code and GB_flip_op (replaced with GB_flip_binop?);
  • those starting with GB_ph, replaced with ones starting with GB_phy.

Removing symbols may cause backward incompatibility, and would normally require a soname bump.
If the symbols above are private, they should not be exported.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions