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

Remove unneeded type conversions in spellchecker_hunspell.cpp #192

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

0tkl
Copy link

@0tkl 0tkl commented Dec 27, 2023

Since v1.5 (released in Nov. 2016), Hunspell has deprecated C style APIs and added a new set of C++ APIs.
hunspell/hunspell@v1.4.2...v1.5.3#diff-4c6057a8b7a2e93a0c4e414dfc8ca7cc527ab00ba2b909622bf0d3591fc146b4

Some conversions in spellchecker_hunspell.cpp are no longer needed.
GetSuggestions(), with hunspell->suggest() in it, had been refactored in Plork's modernization.

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.

1 participant