Manuscript (Case [Issue]22758) Crosscutting and Misc - Uncategorized classes should be tagged correctly

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

Manuscript (Case [Issue]22758) Crosscutting and Misc - Uncategorized classes should be tagged correctly

Pharo Issue Tracker
Manuscript Notification
avatar
Torsten Bergmann revised a previous entry on Case 22758: Uncategorized classes should be tagged correctly:
Bug in Project:  Crosscutting and Misc: 1. Pharo Image  •  You are subscribed to this case
Classes within a package should be tagged, otherwise they stay as "Uncategorized":

|uncategorizedClasses|
uncategorizedClasses := OrderedCollection new.
Object allSubclassesDo: [:cls |
(cls category = cls package name)
if
Fals Tru e: [ uncategorizedClasses add: cls ]].
uncategorizedClasses inspect

We should solve this step by step. If we do not have a special tag we should be
using tag called "Base" as these classes then reflect the base part of the package.

Priority Priority: 4 – Would be nice Status Status: Work Needed
Assigned To Assigned to: Torsten Bergmann Milestone Milestone: Pharo7.0

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want Manuscript notifications anymore? Update your preferences.

Manuscript

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