[Pharo-project] FieldNode
Hi, I suppose that the class FieldNode should be removed. It is a Tweak hack: "FieldNode handles field access in Tweak, e.g. self fieldName := foo => self fieldName: foo." it is used only in Encoder >>Â #init:context:notifying: where it supposes nil offset. There's no such case in Pharo. Cheers -- Pavel
Thanks. Do you have a snippet to remove it cleanly? Stef On Mar 9, 2010, at 10:02 AM, Pavel Krivanek wrote:
Hi,
I suppose that the class FieldNode should be removed. It is a Tweak hack:
"FieldNode handles field access in Tweak, e.g. self fieldName := foo => self fieldName: foo."
it is used only in Encoder >> #init:context:notifying: where it supposes nil offset. There's no such case in Pharo.
Cheers -- Pavel
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Pavel Krivanek -
Stéphane Ducasse