Issue 977 in moose-technology: No widestring method definitions

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 977 in moose-technology: No widestring method definitions

moose-technology
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 977 by [hidden email]: 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

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 977 in moose-technology: No widestring method definitions

moose-technology

Comment #1 on issue 977 by [hidden email]: No widestring method  
definitions
http://code.google.com/p/moose-technology/issues/detail?id=977

What can we do about this?

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 977 in moose-technology: No widestring method definitions

moose-technology

Comment #2 on issue 977 by [hidden email]: 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

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev