[squeak-dev] The Inbox: Monticello-ul.726.mcz

Jakob Reschke forums.jakob at resfarm.de
Mon Jun 29 06:14:52 UTC 2020


Am Mo., 29. Juni 2020 um 01:43 Uhr schrieb <commits at source.squeak.org>:
>
> + ----- Method: MCDirectoryRepository>>includesVersionNamed: (in category 'versions') -----
> + includesVersionNamed: aString
> +
> +       | comparable |
> +       comparable := ((aString endsWith: '.mcz') and: [ aString size > 4 ])
> +               ifTrue: [ aString allButLast: 4 ]
> +               ifFalse: [ aString ].

Thank you for the suggestion. Why not use aString asMCVersionName
versionName here?

Doesn't the repository include the version even if it is just a diffy
version? You might say no because there is no complete snapshot, but
the diffy version has the same versionInfo after all, doesn't it?


More information about the Squeak-dev mailing list