Hi,

I attached here a DNU implementation I took from an older image. After filing this one in, I can debug DNU problems.

Cheers,
Doru

Attachment: Object-doesNotUnderstand.st
Description: Binary data





On 23 May 2009, at 13:04, Stéphane Ducasse wrote:

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

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

--
www.tudorgirba.com

"Not knowing how to do something is not an argument for how it cannot be done."

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to