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
Comment #1 on issue 977 by tu...@tudorgirba.com: No widestring method definitions http://code.google.com/p/moose-technology/issues/detail?id=977
What can we do about this?
Comment #2 on issue 977 by step...@stack.nl: No widestring method definitions http://code.google.com/p/moose-technology/issues/detail?id=977
Remove method and retype it without the offending characters, or the programmatic equivalent. I don't know how other projects did this