<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><font size="4">Hi, </font></p>
<p><font size="4">The changes of 15.05.2026 to the
groupsOf:atATimeDo: method breaks my code in Dybo.</font></p>
<p><font size="4">It occurs with groupsOf 1.</font></p>
<p><font size="4">See :</font></p>
<pre><font size="4">
</font><font size="4">#(1) groupsOf: 1 atATimeDo: [:groups | groups do: [:each | each print]]
</font>=> break</pre>
<pre>
<font size="4">#(1 2) groupsOf: 1 atATimeDo: [:groups | groups do: [:each | each print]]
</font>=> break</pre>
<pre><font size="4">#(1 2) groupsOf: 2 atATimeDo: [:groups | groups do: [:each | each print]]
</font>=> ok</pre>
<p>The two first examples were working fine with the previous
version of this method.</p>
<p>Looking at the method, I think the passArray is wrong.</p>
<p>Thanks</p>
<p>Hilaire</p>
<pre class="moz-signature" cols="72">--
<a class="moz-txt-link-freetext" href="http://mamot.fr/@drgeo">http://mamot.fr/@drgeo</a></pre>
</body>
</html>