[BUG][FIX] Character>>sameAs: missing in 3.8 ([closed] already on Mantis ID 1597)

Ken Causey ken at kencausey.com
Tue Aug 2 19:57:52 UTC 2005


Danie Roux has taken it upon himself to diagnose this issue and produce
a proposed fix.  He kindly posted his fix and a version of the report on
Mantis at

http://bugs.impara.de/view.php?id=1597

I added your report as a note to that for what information it provides.

Please use the Mantis database for all bugs, fixes, and enhancements in
the future.

Ken

On Tue, 2005-08-02 at 18:19 +0200, Ragnar Hojland Espinosa wrote:
> It is used by Rexeg. Try evaluating the following for a MNU.
> 
> 'a' matchesRegexIgnoringCase: 'a'
> 
> which I guess can be fixed in the Regex package, or in Character
> (since there's already a String>>sameAs:)
> 
> Character>>sameAs: aChar
> sameAs: aCharacter 
>         "Answer whether the receiver is equal to aCharacter, ignoring
> case"
>         ^ (self asLowercase = aCharacter asLowercase)   
> -- 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20050802/085ddbc5/attachment.pgp


More information about the Squeak-dev mailing list