Hi folks, start with a pristine image, following pass: BoxedFloat64 infinity (BoxedFloat64 infinity) >= 1 (BoxedFloat64 infinity) < 1
Run the Roassal3 install steps, checking the Infinity tests as I go.
save and quit. re-open image and it errs out.
Funny, If I do a save-and-quit, then re-run the image, the error sometimes goes away. ok...the Save and Quit toggles the bug. Every other run introduces the error. odd! Next up, I am going to remove the Squeak-Launcher as a possible source of the error. |
Hi Timothy,
what is the value of { (Float infinity basicAt: 1) hex. (Float infinity basicAt: 2) hex. (BoxedFloat64 infinity basicAt: 1) hex. (BoxedFloat64 infinity basicAt: 2) hex. BoxedFloat64 infinity == Float infinity } before and after the change? _,,,^..^,,,_ (phone) On Oct 23, 2020, at 6:45 AM, gettimothy via Squeak-dev <[hidden email]> wrote:
|
Hi Eliot. While things are working as expected....
After the save and quit, then re-run when things are broken...
cheers, ---- On Fri, 23 Oct 2020 10:15:21 -0400 Eliot Miranda <[hidden email]> wrote ----
|
Free forum by Nabble | Edit this page |