[squeak-dev] A puzzle

Stéphane Rollandin lecteur at zogotounga.net
Sun Aug 7 20:55:44 UTC 2022


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


More information about the Squeak-dev mailing list