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

Keysyms: Fix missing hpYdiaeresis #383

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

wismill
Copy link
Member

@wismill wismill commented Sep 29, 2023

The handling of keysym name guards (e.g. #ifndef XK_Ydiaeresis) was incomplete and led to a missing keysym.

Make sripts/makeheader more robust to CPP handling.

@wismill wismill added bug Indicates an unexpected problem or unintended behavior keysyms generator labels Sep 29, 2023
@wismill wismill added this to the 1.6.0 milestone Sep 29, 2023
@wismill wismill requested a review from whot September 29, 2023 09:38
@wismill
Copy link
Member Author

wismill commented Sep 29, 2023

I detected this issue while working on deprecated keysym PR. The bug is due to the new format used in xorgproto.

@wismill wismill marked this pull request as ready for review September 29, 2023 10:24
The handling of keysym name guards (e.g. `#ifndef XK_Ydiaeresis`) was
incomplete and led to a missing keysym.

Make `sripts/makeheader` more robust to C macros handling.
@wismill wismill force-pushed the keysyms/fix-duplicate-handling branch from c1f4625 to a9b43e0 Compare September 29, 2023 14:18
@wismill wismill merged commit 238d132 into xkbcommon:master Oct 6, 2023
4 checks passed
@wismill wismill deleted the keysyms/fix-duplicate-handling branch October 6, 2023 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior keysyms generator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants