Oct. 10, 2014
11:01 a.m.
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. Bests, Jordi