Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 977 by step...@stack.nl: No widestring method definitions http://code.google.com/p/moose-technology/issues/detail?id=977
Gemstone doesn't like widestring method definitions.
MCMethodDefinition allInstances select: [ :each | (each source isKindOf: ByteString) not ]
should return an empty collection. In Pharo 3.0 it does.
In Moose 4.8 however we have
VerveineJTestResource>mse MalPorterStemmerTest>porterTestData MalStopwords>moreBasicEnglish MalGermanStemmer>performStemming: PPAnalyzerTest>grammarD
Stephan