Actually, I got the same behavior also by trying with the version from the PharoRB repository. The issue comes from some classes being moved from Refactoring-Tests-Core to AST-Tests-Core. Because of this you get a warning. Of course, if you proceed, everything loads, but there are some Obsolete classes still around and OB is broken.
I guess this will be a non-issue once the new Pharo 1.3 is available. Cheers, Doru On 17 Oct 2011, at 09:20, Tudor Girba wrote: > Hi Stef, > > The issue seems to be with the ConfigurationOfRefactoringBrowser from > MetacelloRepository. I just took a Pharo 1.3 image and then: > > Gofer new > squeaksource: 'MetacelloRepository'; > package: 'ConfigurationOfRefactoringBrowser'; > load. > (ConfigurationOfRefactoringBrowser project version: #stable) load > > Cheers, > Doru > > > On 16 Oct 2011, at 22:57, Stéphane Ducasse wrote: > >> People should tell me what is not working because do me it is working. I >> spent time merging your changes and >> updating the configurationOfRefactoringBrowser. >> >>> There is kind of a mess for 1.3: >>> >>> There are various ambiguous versions of OB, Shout and eCompletion >>> floating around that break some parts of the system, because of the >>> text editor changes. >>> >>> Also there are also various versions of RB that do not work in 1.3, >>> because of the changes in 1.4. >> >> My version does not load the change in 1.4. >> >>> I've been building 1.3 images for a while, so you "just" have to take >>> the same versions to get a working image. >> >> >>> This seems to be the case for AST and Refactoring that were posted above. >> >> ??? >> >> For me I want a configurationOfXXX working. the one I did is working >> or people should tell me why it is not. >> >> >> Stef > > -- > www.tudorgirba.com > > "Live like you mean it." > -- www.tudorgirba.com "If you interrupt the barber while he is cutting your hair, you will end up with a messy haircut."
