[Pharo-project] Creating a class with an empty category
Object subclass: #MyClass instanceVariableNames: '' classVariableNames: '' poolDictionaries: '' category: '' The above succeeds and puts the class in category ''. Shouldn't it be an error? -- View this message in context: http://forum.world.st/Creating-a-class-with-an-empty-category-tp4666167.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
On 2013-01-29, at 14:42, "Sean P. DeNigris" <sean@clipperadams.com> wrote:
Object subclass: #MyClass instanceVariableNames: '' classVariableNames: '' poolDictionaries: '' category: ''
The above succeeds and puts the class in category ''. Shouldn't it be an error?
I'd prefer throwing an error.. => bug report?
Camillo Bruni-3 wrote
I'd prefer throwing an error.. => bug report?
Done. Issue 7354: [BUG]: Creating a class with empty category should be an error -- View this message in context: http://forum.world.st/Creating-a-class-with-an-empty-category-tp4666167p4666... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
why? historically that goes into one empty category... why is that an error? On Jan 29, 2013, at 2:48 PM, "Sean P. DeNigris" <sean@clipperadams.com> wrote:
Camillo Bruni-3 wrote
I'd prefer throwing an error.. => bug report?
Done. Issue 7354: [BUG]: Creating a class with empty category should be an error
-- View this message in context: http://forum.world.st/Creating-a-class-with-an-empty-category-tp4666167p4666... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (3)
-
Camillo Bruni -
Esteban Lorenzano -
Sean P. DeNigris