I figured I'd try to update the Magritte Tutorial
on the VW side
(Magritte is now running well on VW care of yesterday's efforts --
Thanks!)
Great news!
(and I'll see if I can move the changes over to
Squeak if
there's interest) to no longer issue complaints about using deprecated
methods and was wondering if someone could point me in the right
direction for one of the updates as a sample..
Where do you get those warnings?
Below is one of the complaining methods:
MADescription>>auto: aSelector label: aString priority: aNumber
self deprecated: 'Obsolete, use instance side configuration
methods.'.
^ self accessor: (MAAutoSelectorAccessor selector: aSelector)
label:
aString priority: aNumber
Basically I expect all those ugly long constructor methods to be
split up in simple cascaded. I found that the code becomes much
easier to read like this. Please try the fixed version:
Name: Magritte-Tutorial-lr.5
Author: lr
Time: 14 July 2007, 9:22:09 am
UUID: 57bc0745-71f8-469d-aa5e-7e59d0ad8015
Ancestors: Magritte-Tutorial-lr.4
- fixed deprecated code
--
Lukas Renggli
http://www.lukas-renggli.ch