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

chore: merge beta into master A18S1 #11332

Merged
merged 83 commits into from
May 2, 2024
Merged

Conversation

mcdurdin
Copy link
Member

@mcdurdin mcdurdin commented May 2, 2024

srl295 and others added 30 commits April 4, 2024 12:14
- 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
- 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
- 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
- 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
Copy link
Contributor

@jahorton jahorton left a 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?

Comment on lines +113 to +114
* (#11322)
* (#11321)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
* (#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)

@mcdurdin
Copy link
Member Author

mcdurdin commented May 2, 2024

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?

Can you be more specific?

@jahorton
Copy link
Contributor

jahorton commented May 2, 2024

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?

Can you be more specific?

These two PRs, at least, have no entry in history.md despite their inclusion as part of the changeset.

@mcdurdin
Copy link
Member Author

mcdurdin commented May 2, 2024

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.

@jahorton
Copy link
Contributor

jahorton commented May 2, 2024

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.

@mcdurdin
Copy link
Member Author

mcdurdin commented May 2, 2024

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.

@jahorton
Copy link
Contributor

jahorton commented May 2, 2024

They'll be copied over from beta to master when we do one final merge of beta into master.

Ah, see, that's what I thought this was. My mistake, I suppose.

@mcdurdin mcdurdin merged commit 0c9a028 into master May 2, 2024
25 checks passed
@mcdurdin mcdurdin deleted the chore/a18s1-merge-beta-into-master branch May 2, 2024 07:58
@keyman-server
Copy link
Collaborator

Changes in this pull request will be available for download in Keyman version 18.0.26-alpha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants