Sept. 11, 2009
10:20 a.m.
Hi Folks, In the latest pharo-web image (pharo1.0-10440-BETAweb09.09.1), the BrowserEnvironment is acting strangely: (BrowserEnvironment new forClasses: (Boolean withAllSubclasses)) selectMethods: [:method | method sendsToSuper ]; label: 'super sends'; open. This lists a whole bunch of methods that do *not* send super, including Boolean>>#&. If I check: (Boolean>>#&) sendsToSuper --> false So what is wrong? This worked ok back at the beginning of July ... - on