May 23, 2009
11:04 a.m.
I did the following (Object>>#doesNotUNderstand) getSourceFromFile and I get an invalid.... Now when I take another method (BalloonFontTest>>#testDefaultFont) I do not get problem. I will reread carefully the mails of nicolas to try to understand, I do not know if the fixes of yoh http://bugs.squeak.org/view.php?id=5996 is related. Nicolas
{Object>>#doesNotUnderstand:. SystemNavigation>>#browseMethodsWhoseNamesContain:. Utilities class>>#changeStampPerSe. Utilities class>>#methodsWithInitials:} collect: [:e | (e getSourceFromFile select: [:s | s charCode > 127]) asArray collect: [:c | c charCode]]
I cannot get that code running it break before with me. Stef