Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pairing of functions by type. #5227

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 6, 2023

  1. Fix pairing of functions by type.

    Change `Differ::MatchFunctions` to use `GroupIdsAndMatchByMappedId`,
    instead of calling `GroupIdsAndMatch` with
    `Differ::GroupIdsHelperGetTypeId`, which is never correct: doing so
    compares src and dst type ids directly, rather than consulting the
    established mapping.
    
    Fixes KhronosGroup#5226.
    jimblandy committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    6226f04 View commit details
    Browse the repository at this point in the history