<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;"><div>Hi folks,<br></div><div><br></div><div><br></div><div><br></div><div>start with a pristine image, following pass:<br></div><div><br></div><div>BoxedFloat64 infinity <br></div><div>(BoxedFloat64 infinity) >= 1<br></div><div>(BoxedFloat64 infinity) < 1 <br></div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><div>Image<br></div><div>-----<br></div><div>/home/wm/Squeak/images/RoassalSqueak6.0alpha-2001022-64bit/RoassalSqueak6.0alpha-2001022-64bit.image<br></div><div>Squeak6.0alpha<br></div><div>latest update: #20019<br></div><div>Current Change Set: HomeProject<br></div><div>Image format 68021 (64 bit)<br></div><div><br></div><div>Virtual Machine<br></div><div>---------------<br></div><div>/home/wm/Squeak/vms/sqcogspur64linuxht20201018/lib/squeak/5.0-202010180357/squeak<br></div><div>Open Smalltalk Cog[Spur] VM [CoInterpreterPrimitives VMMaker.oscog-eem.2847]<br></div><div>Unix built on Oct 18 2020 04:01:26 Compiler: 4.2.1 Compatible Clang 7.0.0 (tags/RELEASE_700/final)<br></div><div>platform sources revision VM: 202010180357 <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm.git" target="_blank">https://github.com/OpenSmalltalk/opensmalltalk-vm.git</a> Date: Sat Oct 17 20:57:51 2020 CommitHash: 712cfe6 Plugins: 202010180357 <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm.git" target="_blank">https://github.com/OpenSmalltalk/opensmalltalk-vm.git</a><br></div><div>CoInterpreter VMMaker.oscog-eem.2847 uuid: 7737c3b2-b284-4437-8070-d692253551e5 Oct 18 2020<br></div><div>StackToRegisterMappingCogit VMMaker.oscog-eem.2847 uuid: 7737c3b2-b284-4437-8070-d692253551e5 Oct 18 2020<br></div></div></blockquote><div><br></div><div>Run the Roassal3 install steps, checking the Infinity tests as I go.<br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div>pristine image<br></div><div><br></div><div>Preference Wizard last page install git, refactor etc.<br></div><div><br></div><div>Installer ensureRecentMetacello<br></div><div><br></div><div>SquitAddRemote >>remoteName<br></div><div><br></div><div>^ remoteName ifNil: [String empty] ifNotNil: [remoteName asString]<br></div><div><br></div><div>Manually unload all three tonel packages using the Monticello Browser<br></div><div><br></div><div>MonticelloTonel-Core<br></div><div>MonticelloTonel-FileSystem<br></div><div>MonticelloTonel-Tests<br></div><div><br></div><div><br></div><div><br></div><div>and then running:<br></div><div>Metacello new<br></div><div>     repository: 'github://squeak-smalltalk/squeak-tonel:squeak';<br></div><div>     baseline: 'Tonel';<br></div><div>     load.<br></div><div><br></div><div>TonelFileUtils<br></div><div><br></div><div>TonelFileSystemUtils initialize<br></div><div>TonelFileUtils current<br></div><div><br></div><div><br></div><div>BoxedFloat64 infinity   Infinity<br></div><div>(BoxedFloat64 infinity) >= 1  true<br></div><div>(BoxedFloat64 infinity) < 1   false<br></div><div><br></div><div><br></div><div>Transcript clear.<br></div><div>Metacello new<br></div><div>    repository: 'github://tom95/Roassal3';<br></div><div>    baseline: 'Roassal3';<br></div><div>    load.<br></div><div><br></div><div>BoxedFloat64 infinity   Infinity<br></div><div>(BoxedFloat64 infinity) >= 1  true<br></div><div>(BoxedFloat64 infinity) < 1   false<br></div><div><br></div></blockquote><div><br></div><div>save and quit.<br></div><div><br></div><div>re-open image and it errs out.<br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><div>BoxedFloat64 infinity  Infinity<br></div><div>(BoxedFloat64 infinity) >= 1  false<br></div><div>(BoxedFloat64 infinity) < 1   true<br></div><div><br></div><div><br></div></div></blockquote><div><br></div><div>Funny, If I do a save-and-quit, then re-run the image, the error sometimes goes away.<br></div><div><br></div><div>ok...the Save and Quit toggles the bug.<br></div><div><br></div><div><b>Every other run introduces the error.</b><br></div><div><br></div><div><br></div><div>odd!</div><div><br></div><div><br></div><div>Next up, I am going to remove the Squeak-Launcher as a possible source of the error.<br></div><div><br></div><div><br></div></div><br></body></html>