Feb. 24, 2010
11:36 p.m.
----- "Alexandre Bergel" <alexandre@bergel.eu> wrote: | But I get an error raised by MetacelloPackageSpec>>instVarNames:put: | | apparently some reflective operations try to access a non-existing | variable. | | I know that Pharo is meant to be built from a stable core. But I would | like to benefit from the snappy interface and the nice menu. Anyone | tried ? Odd... there's one spot where Metacello uses instVarNamed:put: and the names being used should correspond 1 to 1 with instance variables of the specs. Do you have more detail about the error? The receiver's class and the value and class of the args to instVarNamed:put: might help. Dale