On Mon, Jan 30, 2012 at 11:47 AM, St�phane Ducasse
<stephane.ducasse@inria.fr> wrote:
>
>
> Also think of getting rid of TranslatedMethod
yes we already did that one
> and BlockContext if you haven't already.
it is deprecated
> Also, collapsing ContextPart and MethodContext onto just Context (or ActivationContext (?)) would be nice.
Thanks for the suggestion I will do it. What is the best choice to avoid incompatibility? Having MethodContext I guess.
Yes. �But it is perhaps worth making the change incompatible to say goodbye to BlockContext? �One can always do
� � Smalltalk at: #MethodContext put: ActivationContext
to get older packages to load. �I don't know what's best, but for once I like the clean-up :)
�
Stef