[squeak-dev] The Trunk: Monticello-ct.755.mcz

Marcel Taeumel marcel.taeumel at hpi.de
Tue Nov 30 16:27:35 UTC 2021


Changes also backported to Squeak 5.2 and 5.3.

Best,
Marcel
Am 30.11.2021 17:18:50 schrieb commits at source.squeak.org <commits at source.squeak.org>:
Marcel Taeumel uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-ct.755.mcz

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

Name: Monticello-ct.755
Author: ct
Time: 27 October 2021, 7:34:45.607494 pm
UUID: beab3269-c89b-7b49-a0d3-987f24acd2b4
Ancestors: Monticello-ul.753

On MCRepositoryGroup, implements further selectors for compatibility with MCRepository (#cacheAllFileNamesDuring: and #isValid).

This is required for https://github.com/hpi-swa/Squot/pull/328.

(Just asking, would it be possible to backport this to 5.3 and 5.2? This would testing much easier on the Squot side.)

=============== Diff against Monticello-ul.753 ===============

Item was added:
+ ----- Method: MCRepositoryGroup>>cacheAllFileNamesDuring: (in category 'private') -----
+ cacheAllFileNamesDuring: aBlock
+ ^ (repositories
+ inject: aBlock
+ into: [ :innerBlock :repository |
+ [ repository cacheAllFileNamesDuring: innerBlock ]
+ ]) value!

Item was added:
+ ----- Method: MCRepositoryGroup>>isValid (in category 'testing') -----
+ isValid
+
+ ^ repositories allSatisfy: #isValid!


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20211130/92b6c9e7/attachment.html>


More information about the Squeak-dev mailing list