Jean-Marc Lasgouttes wrote:
"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Maybe we could use pspell instead for the next windows release?
Aspell is the replacement of pspell. Pspell has been deprecated
many years ago.
Abdelrazak> double shXXXt. Ispell then?
Trying random spellcheckers until we find one that does not trigger
our memory allocation problems does not smell good IMO.
I know but I am out of idea WRT to this problem and I have spent too
much time on it already.
Abdelrazak> The thing is that JMarc won't accept any substantial
Abdelrazak> changes to 1.4. But maybe we could clean up the
Abdelrazak> spellchecker code in trunk and then backport that to 1.4
Abdelrazak> as a new aspell only controller in parallel to the
Abdelrazak> existing one. Maybe JMarc will accept a solution where we
Abdelrazak> build this new controller only for windows and keep the
Abdelrazak> old code for other platform.
I am not very keen on that. What kind of cleanups do you have in mind?
Aspell only, no more checkAlive() because we use a library...
Why would they help?
By simplifying the workflow... right now, it's very difficult to follow
what's going on WRT to the spellcker while debugging. The only way I am
going to understand the work and data flow is by simplifying the code.
What I want in 1.4 is
- well tested changes
- well understood changes
- as small as possible code modifications
I know and that's why I proposed to do this aside current work.
Abdel.