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(core): ldml backspace processing should delete all markers 🙀 #11254

Merged
merged 3 commits into from
Apr 26, 2024

Conversation

srl295
Copy link
Member

@srl295 srl295 commented Apr 18, 2024

  • current code would only delete a single marker and fall through

  • should loop consuming all markers until a non-marker char is hit

  • needs unit test

  • needs user test

split from #11172

- current code would only delete a single marker and fall through
- should loop consuming all markers until a non-marker char is hit
@srl295 srl295 added this to the B17S6 milestone Apr 18, 2024
@srl295 srl295 self-assigned this Apr 18, 2024
@srl295 srl295 requested review from mcdurdin and rc-swag as code owners April 18, 2024 13:59
@keymanapp-test-bot keymanapp-test-bot bot added the user-test-missing User tests have not yet been defined for the PR label Apr 18, 2024
@srl295 srl295 marked this pull request as draft April 18, 2024 13:59
@github-actions github-actions bot added core/ Keyman Core fix labels Apr 18, 2024
srl295 added 2 commits April 25, 2024 16:59
- current code only deletes a single marker and falls through
- update the ldml test code, get rid of 'expected character' backspace logic (now that we have context object)
- update test cases
Copy link
Contributor

@rc-swag rc-swag left a comment

Choose a reason for hiding this comment

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

LGTM

@srl295
Copy link
Member Author

srl295 commented Apr 26, 2024

@mcdurdin didn't get user tests yet but otherwise ready

@srl295
Copy link
Member Author

srl295 commented Apr 26, 2024

@keymanapp-test-bot skip

@keymanapp-test-bot keymanapp-test-bot bot removed the user-test-missing User tests have not yet been defined for the PR label Apr 26, 2024
@srl295
Copy link
Member Author

srl295 commented Apr 26, 2024

@rc-swag ok go ahead and merge this once the parent is merged..

Base automatically changed from fix/core/10955-reset-on-frame to beta April 26, 2024 08:35
@mcdurdin mcdurdin merged commit 93d4e60 into beta Apr 26, 2024
17 checks passed
@mcdurdin mcdurdin deleted the fix/core/10955-double-marker-on-delete branch April 26, 2024 08:36
@keyman-server
Copy link
Collaborator

Changes in this pull request will be available for download in Keyman version 17.0.315-beta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core/ Keyman Core fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants