View Single Post
Old 01-14-2025, 09:15 AM   #22
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,885
Karma: 6120478
Join Date: Nov 2009
Device: many
I have actually turned off those deprecations (they have been there for years and years) in our Sigil version of hunspell as the code they deprecated would break the entire C interface to hunspell and are required for python code to use hunspell and so should never go away.

Whoever deprecated that interface, clearly was not thinking clearly.

If that C interface ever does get actually removed, we will simply move to our own version of hunspell.

You must be building with system hunspell on Linux as both Windows and Mac use our own supplied hunspell.

You can safely ignore those deprecations.

Last edited by KevinH; 01-14-2025 at 09:40 AM.
KevinH is offline   Reply With Quote