Dec. 28, 2013
1:24 p.m.
On 28.12.2013, at 10:07, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
I guess that
#: should be #â:â
That is one way. In this particular case, self property asMutator was the better version, tho. Best -Tobias PS: Just curious, what was the reason to no longer allow #: ? Or, where can I find the respective discussion, just want to lern.
On 27 Dec 2013, at 19:44, Stephan Eggermont <stephan@stack.nl> wrote:
When trying to load Designer in Pharo 3.0 I find uncompilable code in Animations:
'updateCurrentValue: aValue
self target ifNil: [^ self].
self target perform: (self property, #:) asSymbol with: aValue.'