Dear List,

The following code freeze the image, and I have no idea why.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Object compile: 'foo ^ Point new'.
pointAssociation := (Object >> #foo) literals first.
self assert: [pointAssociation isKindOf: Association].
self assert: [pointAssociation value == Point].
pointAssociation value: Color.    "<-- this is the dangerous line"
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

If I try to do "Object new foo", the whole image freezes.

Any idea why?

Cheers,
Alexandre
-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






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

Reply via email to