Hi,

Loading Gettext into Pharo2.0 crashes badly (system locks up, eventually an 
emergency debugger appears).
The reason is the class initialization of NaturalLanguageTranslator:

        Smalltalk addToStartUpList: NaturalLanguageTranslator after: 
FileDirectory.

Because the class FileDirectory is no longer in that list, it crashes.
So, my questions:

- should it not produce a nicer debugger window? 
- I can fix the load problem itself and also take a look to port this package 
to Pharo2.0 if it requires more than adapting the above. But I have no write 
access to the PharoNonCorePackages repository. Is there a new location? Or is 
there already a version for Pharo2.0 somewhere? Or should we move it out of 
that repository and give it it's own special place?

cheers
Johan

Reply via email to