Hi 

I finished the integration of the new class organizer, and I need people who 
can test it before integration. 
Please, merge the SLICE 6757 

https://pharo.fogbugz.com/f/cases/6757/

and after that execute this script:

Smalltalk allClassesAndTraitsDo: [:c || org proOrg |
    org := c theNonMetaClass organization.
    proOrg := ClassOrganization importFrom: org.
    c theNonMetaClass organization: proOrg.

    org := c theMetaClass organization.
    proOrg := ClassOrganization importFrom: org.
    c theMetaClass organization: proOrg ].

This is an important step not just to have a better class organizer (current is 
pre-existance of dictionaries... so... :P)
It is important also for the next step in RPackage stuff.

Esteban


Reply via email to