Aug. 11, 2009
9:58 p.m.
Alexandre Bergel wrote:
Great to hear. However, pharo gets upset by putting 'eureka'. 'EUREKA' into the method finder.
Says that is EVIL.
Interesting bug. The problem comes from the deprecation of String>>asCharacter
http://code.google.com/p/pharo/issues/detail?id=1062
I gotta assume that that is just a simple bug, right, or is that facility no longer to be supported for some reason.
Apparently, a number of deprecations in String are problematic
Try: 'abc' . 'd'. 'abcd'
Alexandre
I get ByteString(SequenceableCollection)>>upTo: has been deprecated. Use #copyUpTo: Lawson