Sept. 9, 2014
7:53 a.m.
On 08 Sep 2014, at 20:19, Nicolai Hess <nicolaihess@web.de> wrote:
TxHorizontalSlider>>#extent: writes to method argument
extent: newExtent
newExtent := newExtent x @ self defaultWidth.
super extent: newExtent
This can not be loaded in Pharo4.0 anymore.
We should have made a compiler setting for this too :)
I think we should make it fail in such a way that when you load code non-interactively it just prints an error on the transcript, while is raises a real error when in interactive mode. (like what happens with non-exisitng variables) Marcus