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

refactor(common/models): split trie-model implementation into separate components 📖 #12080

Merged
merged 4 commits into from
Aug 9, 2024

Conversation

jahorton
Copy link
Contributor

@jahorton jahorton commented Aug 2, 2024

This PR is work intended to help implement #10973.

We'll obviously need to model the user-specific lexicon in some manner, and as it turns out... mobile-device OSes pretty much hand us a wordlist for the data we're looking to integrate first in that regard. Thing is, to make a Trie-based model... we first need a Trie.

There's good automated-test coverage in place to validate these changes, I believe, so...

@keymanapp-test-bot skip

@jahorton jahorton requested a review from mcdurdin as a code owner August 2, 2024 03:11
@keymanapp-test-bot
Copy link

keymanapp-test-bot bot commented Aug 2, 2024

User Test Results

Test specification and instructions

User tests are not required

Test Artifacts

@jahorton jahorton force-pushed the refactor/common/models/trie-model branch from 1689a1e to 7644d38 Compare August 2, 2024 03:55
@jahorton jahorton changed the base branch from master to fix/web/worker-build-patchup August 2, 2024 03:55
@jahorton jahorton marked this pull request as ready for review August 2, 2024 04:06
@jahorton
Copy link
Contributor Author

jahorton commented Aug 2, 2024

Had a bit of a scare when testing followups locally - this scare resulted in #12082.

@darcywong00 darcywong00 modified the milestones: A18S7, A18S8 Aug 2, 2024
common/models/templates/src/common.ts Outdated Show resolved Hide resolved
common/models/templates/src/common.ts Outdated Show resolved Hide resolved
Base automatically changed from fix/web/worker-build-patchup to master August 6, 2024 05:42
@jahorton jahorton changed the base branch from master to epic/user-dict August 8, 2024 06:32
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.

3 participants