[squeak-dev] The Trunk: Morphic-eem.1340.mcz

Jakob Reschke jakob.reschke at student.hpi.de
Sat Jun 3 09:32:52 UTC 2017


2017-06-01 22:22 GMT+02:00 commits at source.squeak.org
<commits at source.squeak.org>:
> Eliot Miranda uploaded a new version of Morphic to project The Trunk:
> http://source.squeak.org/trunk/Morphic-eem.1340.mcz
>
> =============== Diff against Morphic-eem.1339 ===============
>
> +                       (anEntry isBehavior and: [anEntry name == aSymbol]) ifFalse: "When is this ever false?"
> +                               [anEntry := anEntry class].
> -                       (anEntry isKindOf: Class)
> -                               ifFalse:        [anEntry := anEntry class].

How nice, this saves me a tour to the inbox. Now you can hassle-freely
go to traits mentioned in a uses: clause via browseIt, instead of
being taken to the class Trait.

The condition is false for globals such as Smalltalk and SystemOrganization.


More information about the Squeak-dev mailing list