Skip to content

Use system locale in Checker::new and make Checker !Send - #17

Merged
rtmongold merged 1 commit into
masterfrom
fix/checker-defaults-and-send
Aug 25, 2026
Merged

Use system locale in Checker::new and make Checker !Send#17
rtmongold merged 1 commit into
masterfrom
fix/checker-defaults-and-send

Conversation

@rtmongold

Copy link
Copy Markdown
Owner

Checker::new() now follows LANG/LC_* on Linux and the user locale on Windows, falling back to English when no dictionary or OS checker is available. The type is no longer Send/Sync so Hunspell and NSSpellChecker cannot be used across threads by accident.

Checker::new() now follows LANG/LC_* on Linux and the user locale on
Windows, falling back to English when no dictionary or OS checker is
available. The type is no longer Send/Sync so Hunspell and
NSSpellChecker cannot be used across threads by accident.
@rtmongold
rtmongold force-pushed the fix/checker-defaults-and-send branch from 4b89271 to 04d4b14 Compare August 25, 2026 02:11
@rtmongold
rtmongold merged commit f5617ec into master Aug 25, 2026
4 checks passed
@rtmongold
rtmongold deleted the fix/checker-defaults-and-send branch August 25, 2026 02:16
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