2009/2/27 Stéphane Ducasse <stephane.ducasse@inria.fr>:
May be this can be useful to have that defined in ContextPart
this is definitely useful to hackers, who playing with contexts. But code which deals with contexts is uncommon thing.
From this point i see it worth adding only to have a complete coverage of ways to access context-related state.
arguments     "returns the arguments of a message invocation"
    | arguments numargs |     numargs :=  self method numArgs.     arguments := Array new: numargs.     1 to: numargs do: [:i | arguments at: i put: (self tempAt: i) ].     ^ arguments
Let me know I can prepare a enh entry in the bug tracker.
stef
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Best regards, Igor Stasenko AKA sig.