You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have RARS 1.5 (rars_46ab74d.jar) installed and ran into an issue when comparing 2 floats with the fgt.s t0, f1, f2 command.
I would expect that the command checks if f1 > f2 but it appears to check if f1 < f2.
You are right that this is a bug. It was fixed in #131; the continuous release has the update for this, but it is not included in a numbered release yet. Let me know if that release does not fix this.
This is a well written issue though. It would have been easy to track down the issue if this had been the first I heard of it.
As far as I can see, I have the Continuous Release installed. That's why I included the name of the jar.
So it seems that the bug is still present in the Continuous Release because #131 is not included in the release because commit 46ab74d (where the release is) comes before the commit done in #131. (See Commit History on Master)
I didn't find any issue that addressed this bug directly, and I didn't look through the PRs, my bad.
I have RARS 1.5 (
rars_46ab74d.jar
) installed and ran into an issue when comparing 2 floats with thefgt.s t0, f1, f2
command.I would expect that the command checks if
f1 > f2
but it appears to check iff1 < f2
.Here is a little program to reproduce this:
Let me know if you need anything else from me.
The text was updated successfully, but these errors were encountered: