Re: [Pharo-project] Fwd: about sensor vs. InputSensor in primitiveError:

2009-07-07 Thread Stéphane Ducasse
>>> should not this method use InputSensor? > > Sensor is a global pointing to the current sensor instance. > > Michael > P.S. We should remove the old Sensor classes to avoid confusion. what is the "old sensor class" ? so we have Sensor -> to InputSensor default or InputEventSensor? __

Re: [Pharo-project] Fwd: about sensor vs. InputSensor in primitiveError:

2009-07-07 Thread Michael Rueger
Stéphane Ducasse wrote: >> >> should not this method use InputSensor? Sensor is a global pointing to the current sensor instance. Michael P.S. We should remove the old Sensor classes to avoid confusion. >> >> primitiveError: aString >> "This method is called when the error handling results

[Pharo-project] Fwd: about sensor vs. InputSensor in primitiveError:

2009-07-07 Thread Stéphane Ducasse
> > > should not this method use InputSensor? > > primitiveError: aString > "This method is called when the error handling results in a > recursion in > calling on error: or halt or halt:." > > | context | > (String > streamContents: > [