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

feat(dict): September updates #844

Merged
merged 1 commit into from
Oct 2, 2023
Merged

feat(dict): September updates #844

merged 1 commit into from
Oct 2, 2023

Conversation

epage
Copy link
Collaborator

@epage epage commented Oct 2, 2023

  • The correction to usefull and becuase has existed from the initial implementation, as far as I could tell.
  • busses is a valid variation of buses
  • Had to put in a hack so that aligning would be preferred over alining because of how the preference algorithm works

Fixes #823

- The correction to `usefull` and `becuase` has existed from the initial implementation,
  as far as I could tell.
- `busses` is a valid variation of `buses`
- Had to put in a hack so that `aligning` would be preferred over
  `alining` because of how the preference algorithm works

Fixes crate-ci#823
@epage epage force-pushed the sept branch 2 times, most recently from 9a567f4 to 8b4d196 Compare October 2, 2023 15:14
@szepeviktor
Copy link
Contributor

szepeviktor commented Oct 2, 2023

At the current rate of adding words, when do you expect Typos to get really slow?

@epage
Copy link
Collaborator Author

epage commented Oct 2, 2023

At the current rate of adding words, when do you expect Typos to get really slow?

Considering the dictionary is a trie, the slope of growth should be relatively shallow.

@epage epage merged commit a6010c8 into crate-ci:master Oct 2, 2023
14 checks passed
@epage epage deleted the sept branch October 2, 2023 15:25
@szepeviktor
Copy link
Contributor

This release really works!
https://github.com/percona/percona-toolkit/pull/691/files

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

Successfully merging this pull request may close these issues.

Non-critical corrections - September 2023 Edition
2 participants