The Inbox: MorphicExtras-ct.283.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.283.mcz

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

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

Name: MorphicExtras-ct.283
Author: ct
Time: 1 November 2020, 2:13:44.005544 pm
UUID: 50d9e7fa-55ad-4c4c-acd4-6ba27932b25a
Ancestors: MorphicExtras-pre.279

Proposal: Override Bag >> #asMorph to create a HistogramMorph.

Usage example:
        ((PackageInfo named: #Morphic) methods collect: [:method |
                method timeStamp findTokens ifEmpty: nil ifNotEmpty: #first] as: Bag) openAsMorph

=============== Diff against MorphicExtras-pre.279 ===============

Item was added:
+ ----- Method: Bag>>asMorph (in category '*MorphicExtras-converting') -----
+ asMorph
+
+ ^ HistogramMorph on: self!