-
Notifications
You must be signed in to change notification settings - Fork 53
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
aspell_dict_info_list_size always returns zero #155
Comments
Nathan Fredrickson <noif@sf> commented on 2004-09-09 01:56:58 UTC |
Kevin Atkinson <kevina@sf> updated the issue on 2004-09-10 11:56:55 UTC
|
Kevin Atkinson <kevina@sf> commented on 2004-09-10 11:56:55 UTC Logged In: YES Yeah I know. Its unimplemented. |
Enchant maintainer here: I just looked at this issue because it tripped me up some years ago when I was working on the Enchant aspell back-end. As far as I can see, this API is still not marked as unimplemented. Could it be removed from the header file and/or marked as unimplemented, please? (Or even better, just implement it?) Thanks for working on aspell all these years, @kevina ! |
I can mark it as unimplemented. I don't want to remove the function as that will break ABI comparability, and removing them from the header file will be difficult as the header file is automatically generated. |
Removing a function that always returns zero seems to be a fairly small break, but I understand! Marking as unimplemented would have saved me the trouble I've had, so that would be great. |
Thanks! |
Nathan Fredrickson <noif@sf> created a bug report on 2004-09-09 01:56:57 UTC
(Orig. from https://sourceforge.net/p/aspell/bugs/98)
aspell_dict_info_list_size always returns zero
reguardless of how many dictionaries are actually
described in the list.
Test progam attached.
gcc -o test -laspell test.c
The text was updated successfully, but these errors were encountered: