<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        Changes also backported to Squeak 5.2 and 5.3.<div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div><blockquote class='history_container' type='cite' style='border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;'>
                        <p style='color: #AAAAAA; margin-top: 10px;'>Am 30.11.2021 17:18:50 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style='font-family:Arial,Helvetica,sans-serif'>Marcel Taeumel uploaded a new version of Monticello to project The Trunk:<br>http://source.squeak.org/trunk/Monticello-ct.755.mcz<br><br>==================== Summary ====================<br><br>Name: Monticello-ct.755<br>Author: ct<br>Time: 27 October 2021, 7:34:45.607494 pm<br>UUID: beab3269-c89b-7b49-a0d3-987f24acd2b4<br>Ancestors: Monticello-ul.753<br><br>On MCRepositoryGroup, implements further selectors for compatibility with MCRepository (#cacheAllFileNamesDuring: and #isValid).<br><br>This is required for  https://github.com/hpi-swa/Squot/pull/328.<br><br>(Just asking, would it be possible to backport this to 5.3 and 5.2? This would testing much easier on the Squot side.)<br><br>=============== Diff against Monticello-ul.753 ===============<br><br>Item was added:<br>+ ----- Method: MCRepositoryGroup>>cacheAllFileNamesDuring: (in category 'private') -----<br>+ cacheAllFileNamesDuring: aBlock<br>+         ^ (repositories<br>+              inject: aBlock<br>+               into: [ :innerBlock :repository |<br>+                    [ repository cacheAllFileNamesDuring: innerBlock ]<br>+           ]) value!<br><br>Item was added:<br>+ ----- Method: MCRepositoryGroup>>isValid (in category 'testing') -----<br>+ isValid<br>+ <br>+  ^ repositories allSatisfy: #isValid!<br><br><br></div></blockquote>
                                        </div></body>