[squeak-dev] The Trunk: Monticello-cmm.726.mcz

Levente Uzonyi leves at caesar.elte.hu
Wed Jul 1 00:59:11 UTC 2020


On Tue, 30 Jun 2020, Chris Muller wrote:

> Hi Eliot,
> The order of repositories is part of the model, sorting them conceptually breaks a couple of MC's use-cases.  Would list-filtering help you find the repository you seek amongst your list of 40 repositories?

What model is it part of?
And if it is, how come the GUI doesn't let you change that order?


Levente

> 
>  - Chris
> 
> On Tue, Jun 30, 2020 at 5:21 PM <commits at source.squeak.org> wrote:
>       Chris Muller uploaded a new version of Monticello to project The Trunk:
>       http://source.squeak.org/trunk/Monticello-cmm.726.mcz
>
>       ==================== Summary ====================
>
>       Name: Monticello-cmm.726
>       Author: cmm
>       Time: 30 June 2020, 5:21:11.609668 pm
>       UUID: 1a529d96-0be7-45a8-a65e-b9dcae087b85
>       Ancestors: Monticello-mt.725
>
>       Revert incorrect implementation of sorting repositories, because it broke "demote to bottom" which broke "browse revisions" and "browse origin".
>
>       =============== Diff against Monticello-mt.725 ===============
>
>       Item was changed:
>         ----- Method: MCWorkingCopyBrowser>>repositories (in category 'morphic ui') -----
>         repositories
>       +       ^ self repositoryGroup repositories!
>       -       | repositories |
>       -       repositories := self repositoryGroup repositories.
>       -       ^{repositories first}, (repositories allButFirst sort: [:r1 :r2| r1 description < r2 description])!
> 
> 
> 
>


More information about the Squeak-dev mailing list