Issue 7354 in pharo: [BUG]: Creating a class with empty category should be an error

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

Issue 7354 in pharo: [BUG]: Creating a class with empty category should be an error

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Bug

New issue 7354 by [hidden email]: [BUG]: Creating a class with empty  
category should be an error
http://code.google.com/p/pharo/issues/detail?id=7354

Pharo2.0a
Latest update: #20495

Object subclass: #MyClass
        instanceVariableNames: ''
        classVariableNames: ''
        poolDictionaries: ''
        category: ''.

The above succeeds and puts the class in category ''.


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