[squeak-dev] The Inbox: MorphicExtras-ct.283.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Nov 1 13:13:50 UTC 2020


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!



More information about the Squeak-dev mailing list