----- "Alexandre Bergel" <[email protected]> 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 _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
