-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
chore: merge beta into master A18S1 #11332
Conversation
- reverts 04a6e16 for k_102_keytest.xml
- update ldml test with an exception for k_102_keytest
- move the reset table into its own cpp - update function signatures per review comments Fixes: #10955
- update comments per review Fixes: #10955
- correct invalidate logic Fixes: #10955
- updates to debug_api test for rearranged items - try to rearrange the action queue to match prior behavior Fixes: #10955
- reset for ctrl or alt modifiers, but NOT for key-up Fixes: #10955
- it was the check for deletion that was unneeded Fixes: #10955
- mark event flags as unused for now Fixes: #10955
Co-authored-by: rc-swag <[email protected]>
- fixup comment
- range check vk - split modifier test out to separate function
- fix range check vk to use a static instead of c++17 function
- clear the app context as well as the cached context Fixes: #10955
…dows not installed Fixes #11199.
- current code would only delete a single marker and fall through - should loop consuming all markers until a non-marker char is hit
- don't invalidate on keyup - don't check context()->empty() - clean up structure and comments Fixes: #10955
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see any entries for the stuff newly-merged shortly before this PR. Will we need another pass to handle that, or will it come out in the history-wash on release?
* (#11322) | ||
* (#11321) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* (#11322) | |
* (#11321) | |
* chore(web): removes old reference-doc from alpha that has completed its purpose (#11322) | |
* fix(web): gesture-model initial-state, callback failure handling (#11321) |
Can you be more specific? |
These two PRs, at least, have no entry in history.md despite their inclusion as part of the changeset. |
history.md is updated at release build time. So that will come through overnight. |
So, they'll end up as part of... stable-17.0's history.md, I guess? (Assuming we do get to press the big button today, anyway.) I forget if/when we copy that over to master's history.md - that's what's on my mind with this line of discussion. |
They'll be copied over from beta to master when we do one final merge of beta into master. Or we may do it manually if that's the only change. |
Ah, see, that's what I thought this was. My mistake, I suppose. |
Changes in this pull request will be available for download in Keyman version 18.0.26-alpha |
@keymanapp-test-bot skip