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.'



Reply via email to