It looks like the load scripts in Pharo load a very old and incompatible version of the Refactoring Engine. The package RefactoringEngine is deprecated for a long time and shouldn't be used anymore. Load Refactoring-Core instead.
Also I would load AST-lr.160, newer versions of that package do not work in my images. Lukas On Tue, Feb 3, 2009 at 9:16 AM, Lukas Renggli <[email protected]> wrote: >> In a 10204, using OBAlpha (I did not try with OB). > > What is OBAlpha? What is the difference to OB? > >> I created a class >> FooBar with a variable 'abc'. Right click on the class, 'Refactor >> instance variable / rename'. What ever the new name, I get an error. > > What kind of Error? Can you provide a stack-trace? I cannot reproduce. > > Lukas > > -- > Lukas Renggli > http://www.lukas-renggli.ch > -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
