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

[ttx_diff] Fix incorrect subtable handling #650

Merged
merged 1 commit into from
Dec 13, 2023
Merged

Conversation

cmyr
Copy link
Member

@cmyr cmyr commented Dec 13, 2023

This now ensures that rules from all subtables in a lookup are correctly combined, and also adds the 'first hit wins' logic, ignoring any item (in the main coverage table) in a subtable that has appeared in a previous subtable for the same lookup.

This now ensures that rules from all subtables in a lookup are correctly
combined, and also adds the 'first hit wins' logic, ignoring any in a
subtable that has appeared in a previous subtable for the same lookup.
Copy link
Contributor

@rsheeter rsheeter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, one tiny nit: I suggest citing #643. The rationale there is important.

@cmyr
Copy link
Member Author

cmyr commented Dec 13, 2023

Yep good call this is progress on that, although just the subtables bit.

@cmyr cmyr added this pull request to the merge queue Dec 13, 2023
Merged via the queue into main with commit eadc694 Dec 13, 2023
10 checks passed
@cmyr cmyr deleted the normalizer-subtable-handling branch December 13, 2023 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants