<div dir="ltr"><div>Hi timothy,</div><div><br></div><div>here, too, I don't observe any issues. Is it possible that you loaded some Number/Math package from Pharo that could have introduced erroneous overrides?<br></div><div><br></div><div>All tests from Roassal3-Animation pass for me, except two that assume that `3 second` returns `0:00:03`, which it does in Pharo, while in Squeak it always returns `0:00:01`. Not sure which behavior I like more (I think I would personally prefer Squeak's behavior, iff it threw an error when I run `3 second` instead of silently discarding the two seconds). Regardless of that we should propose to change it to `#seconds`, as Roassal uses `#seconds` everywhere else in their code when referring to time spans >1 second.</div><div><br></div><div>Best,</div><div>Tom<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Oct 22, 2020 at 10:07 PM Vanessa Freudenberg <<a href="mailto:vanessa@codefrau.net">vanessa@codefrau.net</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>
<div dir="ltr">
<div dir="ltr">What does "<span style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:13.3333px;background-color:rgb(245,245,245)">BoxedFloat64 infinity</span> print?</div>
<div class="gmail_quote">
<div class="gmail_attr"><br>
</div>
<div class="gmail_attr">And what VM are you on? 32 or 64 bits?</div>
<div class="gmail_attr"><br>
</div>
<div class="gmail_attr">FWIW, it works fine on this VM:</div>
<div class="gmail_attr"><br>
</div>
<div class="gmail_attr">Open Smalltalk Cog[Spur] VM [CoInterpreterPrimitives VMMaker.oscog-nice.2715] 64 bit<br>
Mac OS X built on Mar  3 2020 08:28:30 GMT Compiler: 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)<br>
platform sources revision VM: 202003021730 <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm.git" target="_blank">
https://github.com/OpenSmalltalk/opensmalltalk-vm.git</a> Date: Mon Mar 2 18:30:55 2020 CommitHash: 6a0bc96 Plugins: 202003021730
<a href="https://github.com/OpenSmalltalk/opensmalltalk-vm.git" target="_blank">https://github.com/OpenSmalltalk/opensmalltalk-vm.git</a><br>
CoInterpreter VMMaker.oscog-nice.2715 uuid: 78e2f556-9829-42fe-963d-e19dfc43c0e9 Mar  3 2020<br>
StackToRegisterMappingCogit VMMaker.oscog-eem.2719 uuid: e40f3e94-3a54-411b-9613-5d19114ea131 Mar  3 2020<br>
</div>
<div class="gmail_attr"><br>
</div>
<div class="gmail_attr">- Vanessa -</div>
<div class="gmail_attr"><br>
</div>
<div dir="ltr" class="gmail_attr">On Thu, Oct 22, 2020 at 7:51 AM gettimothy via Squeak-dev <<a href="mailto:squeak-dev@lists.squeakfoundation.org" target="_blank">squeak-dev@lists.squeakfoundation.org</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">
<u></u>
<div>
<div style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:10pt">
<div>Hi folks,<br>
</div>
<div><br>
</div>
<blockquote style="border:1px solid rgb(204,204,204);padding:7px;background-color:rgb(245,245,245)">
<div>Version: Squeak6.0alphaUpdate: 20010<br>
</div>
</blockquote>
<div><br>
</div>
<div>Working through the Roassal3 tests  <br>
</div>
<blockquote style="border:1px solid rgb(204,204,204);padding:7px;background-color:rgb(245,245,245)">
<div>
<div>in RSAbstractAnimation>>loops: aNumber<br>
</div>
<div><b>self assert: aNumber >= 1 description: 'The number of times to repeat this animation'.    <----test fails here.</b><br>
</div>
<div>loops := aNumber<br>
</div>
</div>
</blockquote>
<div>aNumber is Infinity (inspecting displays a Boxed Float)<br>
</div>
<div><br>
</div>
<div>Poking around a bit...<br>
</div>
<div><br>
</div>
<blockquote style="border:1px solid rgb(204,204,204);padding:7px;background-color:rgb(245,245,245)">
<div>(BoxedFloat64 infinity) >= 1  -> false<br>
</div>
</blockquote>
<div><br>
</div>
<div>then....<br>
</div>
<div><br>
</div>
<blockquote style="border:1px solid rgb(204,204,204);padding:7px;background-color:rgb(245,245,245)">
<div>(BoxedFloat64 infinity) < 1 ->true<br>
</div>
</blockquote>
<div><br>
</div>
<div>Is this expected?<br>
</div>
<div><br>
</div>
<div>If so, suggestions on how  I should I make the test reflect reality?</div>
<div><br>
</div>
<div>thx in advance.</div>
</div>
<br>
</div>
<br>
</blockquote>
</div>
</div>
</div>

</blockquote></div>