FogBugz (Case [Issue]6757) Kernel - Should enable the new class organizer

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

FogBugz (Case [Issue]6757) Kernel - Should enable the new class organizer

Pharo Issue Tracker
A FogBugz case was edited by Esteban Lorenzano.

Case ID:      6757
Title:        Should enable the new class organizer
Status:       Work Needed
Category:     Feature
Project:      Kernel
Area:         Misc
Priority:     6 - On Hold
Milestone:    Pharo3.0: 30/03/2014
Assigned To:  Everyone

URL:          https://pharo.fogbugz.com/default.asp?6757

POST LOAD:

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 ].
"There is an error classifying this one"
(ClassDescription>>#updateOrganizationDescription:oldCategory:newCategory:changed:) protocol: 'organization updating'


You are subscribed to this case.  If you do not want to receive automatic notifications in the future, unsubscribe (https://pharo.fogbugz.com/default.asp?pre=preUnsubscribe&pg=pgEditBug&command=view&ixBug=6757) from this case.

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker