The Inbox: MorphicExtras-ct.261.mcz

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

The Inbox: MorphicExtras-ct.261.mcz

commits-2
A new version of MorphicExtras was added to project The Inbox:
http://source.squeak.org/inbox/MorphicExtras-ct.261.mcz

==================== Summary ====================

Name: MorphicExtras-ct.261
Author: ct
Time: 21 September 2019, 7:34:12.697935 pm
UUID: 6381ba1a-b2cd-d54c-b594-46c89466d88c
Ancestors: MorphicExtras-mt.259

Move #asSimpleSetter from MorphicExtras to Collections (step 1/2)

This is a common Symbol transformation and can be used in many scenarios apart from Flaps.

dep:feat-ol

=============== Diff against MorphicExtras-mt.259 ===============

Item was removed:
- ----- Method: Symbol>>asSimpleSetter (in category '*MorphicExtras-Flaps') -----
- asSimpleSetter
- ^ (self, ':') asSymbol!