Oct. 10, 2014
12:36 p.m.
Yes, evaluate: (Behavior new) compile: 'thisIsATest ^2' Bests, Jordi
On 10 Oct
2014, at 13:01, jdelgado@lsi.upc.edu wrote:
Hi,
Some simple reflection tests (those using
Behavior>>#compile:) do not
work in Pharo 3.0 because Behavior>>#basicLocalSelectors and
Behavior>>#basicLocalSelectors: do not longer exist.
I added the methods to TBehavior and the tests
worked again. Thus, my
question is: Is there any deep/good reason why these methods were removed? Because nothing seems to be broken after I added them back.
Can you give some examples?
Marcus