Re: [Pharo-dev] Some methods missing in Behavior
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
On 10 Oct 2014, at 15:25, Marcus Denker <marcus.denker@inria.fr> wrote:
On 10 Oct 2014, at 14:36, jdelgado@lsi.upc.edu <mailto:jdelgado@lsi.upc.edu> wrote:
Yes, evaluate:
(Behavior new) compile: 'thisIsATest ^2'
ah, that indeed should work⦠I will check and fix it in Pharo3 and Pharo4
For Pharo4: https://pharo.fogbugz.com/f/cases/14215/Fix-for-Behavior-new-compile
This is is fixed in Pharo4... is this important enough for a back port? If yes, please submit a slice... On Sat, Oct 11, 2014 at 10:22 AM, Marcus Denker <marcus.denker@inria.fr> wrote:
On 10 Oct 2014, at 15:25, Marcus Denker <marcus.denker@inria.fr> wrote:
On 10 Oct 2014, at 14:36, jdelgado@lsi.upc.edu wrote:
Yes, evaluate:
(Behavior new) compile: 'thisIsATest ^2'
ah, that indeed should work⦠I will check and fix it in Pharo3 and Pharo4
For Pharo4:
https://pharo.fogbugz.com/f/cases/14215/Fix-for-Behavior-new-compile
-- -- Marcus Denker -- denker@acm.org http://www.marcusdenker.de
participants (2)
-
jdelgado@lsi.upc.edu -
Marcus Denker