On 17/01/12 4:44 PM, Mariano Martinez Peck wrote:
I have already opened an issue several months ago: http://code.google.com/p/pharo/issues/detail?id=5005
I have also made it as much reproducable as I could and I have also asked for help: http://forum.world.st/Help-with-cleanUpForRelease-is-broken-MessageNotUnders...
Yep, that's what I'm seeing. You end up with a Symbol where something else (a CompiledMethod?) is expected. I tried the code from the bug report: ClassOrganizer cleanUp: true. Smalltalk allClassesAndTraitsDo: [ :class | [ :each | each removeEmptyCategories; sortCategories ] value: class organization; value: class class organization ]. It did not cause any problem in either my new or old image (i.e. new is image derived from current build, and old is the base image I have been using, which did not have a problem before).