[squeak-dev] The Trunk: Monticello-eem.717.mcz

Marcel Taeumel marcel.taeumel at hpi.de
Mon May 4 09:09:21 UTC 2020


+1 !! :-)

Best,
Marcel
Am 01.05.2020 19:20:48 schrieb commits at source.squeak.org <commits at source.squeak.org>:
Eliot Miranda uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-eem.717.mcz

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

Name: Monticello-eem.717
Author: eem
Time: 10 March 2020, 4:08:29.610546 pm
UUID: b9e3f028-0530-472b-8122-a356375f2d4a
Ancestors: Monticello-nice.716

Sort repositories in the Monticello browser, useful if, as in a VMMaker image with Squeak trunk github support included, one has nearly 40 repositories.

=============== Diff against Monticello-nice.716 ===============

Item was changed:
----- Method: MCWorkingCopyBrowser>>repositories (in category 'morphic ui') -----
repositories
+ | repositories |
+ repositories := self repositoryGroup repositories.
+ ^{repositories first}, (repositories allButFirst sort: [:r1 :r2| r1 description
- ^ self repositoryGroup repositories!


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200504/48291c57/attachment-0001.html>


More information about the Squeak-dev mailing list