[Cuis-dev] Regression in groupsOf:atATimeDo:
Hilaire Fernandes
hfern at free.fr
Mon May 25 02:39:01 PDT 2026
Hi,
The changes of 15.05.2026 to the groupsOf:atATimeDo: method breaks my
code in Dybo.
It occurs with groupsOf 1.
See :
#(1) groupsOf: 1 atATimeDo: [:groups | groups do: [:each | each print]] => break
#(1 2) groupsOf: 1 atATimeDo: [:groups | groups do: [:each | each print]] => break
#(1 2) groupsOf: 2 atATimeDo: [:groups | groups do: [:each | each print]] => ok
The two first examples were working fine with the previous version of
this method.
Looking at the method, I think the passArray is wrong.
Thanks
Hilaire
--
http://mamot.fr/@drgeo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20260525/ff5c6eb8/attachment.htm>
More information about the Cuis-dev
mailing list