Feb. 25, 2015
4:22 p.m.
Hi, Todays small improvement: ExampleSlotWithDefaultValue now allows to set the default in the definition (it was before just hard coding a value). e.g. Object subclass: #GG slots: { #gg => ExampleSlotWithDefaultValue default: 5 } classVariables: { } category: âPlayGround' When inspecting GG new â> the slot is initialised to 5. https://pharo.fogbugz.com/f/cases/14991/ExampleSlotWithDefaultValue-allow-de... - Slot: storeOn: calls printOn: - PropertyBaseSlot: use mangeled name: #_propertyBaseSlot - ExampleSlotWithDefaultValue: set default in definition Marcus