<div dir="ltr">This change removes the line that returned self, letting Float>>partValues: fail if it's not finite. It actually does what the comment originally said. Let me know if you think it's not the best way to fix this.</div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Tue, Jun 16, 2026 at 2:48 AM Luciano Notarfrancesco <<a href="mailto:luchiano@gmail.com">luchiano@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>The method Object>>basicAt: goes into an infinite recursion if the argument is a float NaN. The problem is that when the primitive fails it ends up doing "self basicAt: index asInteger", Number>>asInteger is defined as "self truncated" and BoxedFloat64>>truncated returns self if it's a NaN.</div><div><br></div><div>The same happens with Object>>at:, and probably others, for example: #() at: 1.0 / 0.0 </div><div><br></div><div>How do you think we should fix this?</div></div>
</blockquote></div>