[squeak-dev] A puzzle

Marcel Taeumel marcel.taeumel at hpi.de
Mon Aug 8 10:17:09 UTC 2022


Probably because Player subclasses are expected to be uni-classes, each with their own environment. See Player class >> #environment.

Best,
Marcel
Am 07.08.2022 22:55:49 schrieb Stéphane Rollandin <lecteur at zogotounga.net>:
Does anyone know why, in 6.0, evaluating

Player subclass: #PlayerSubclass
instanceVariableNames: ''
classVariableNames: ''
poolDictionaries: ''
category: 'SomeCategory'

results in PlayerSubclass actually having a nil category?
(already happening in 5.3 BTW)

Stef

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220808/6c8732d7/attachment.html>


More information about the Squeak-dev mailing list