[squeak-dev] Environments update

Frank Shearar frank.shearar at gmail.com
Sat Mar 9 09:09:47 UTC 2013


On 9 March 2013 02:20, Colin Putney <colin at wiresong.com> wrote:
>
>
>
> On Fri, Mar 8, 2013 at 2:44 PM, Igor Stasenko <siguctua at gmail.com> wrote:
>
>>
>> Can you be more specific, what exactly it breaks?
>
>
> Initially, I didn't realize that you were talking about changes to the
> compiler. I thought that you were proposing that we replace this code:
>
> someMethod
>     ^ Foo
>
>
> with this:
>
> someMethod
>     ^ self environment Foo
>
>
> That would break all the existing code that refers to Foo directly.

You mean in the "class references to" sense? You could still find
these by looking for senders-of.

frank

> Colin
>
>
>


More information about the Squeak-dev mailing list