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
{{ message }}
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
We are planning to make eq attribute to be an atom objectionary/eo#2547.
Attributes is-float and is-int of object number assumes, that 0.0 is not equals to -0.0. After closing objectionary/eo#2547 this won't be true. Thus, we need to move logic of 0.0 and -0.0 comparison from current eq attribute to is-float and is-int attributes, and compare this values "as-bytes".
The text was updated successfully, but these errors were encountered:
We are planning to make
eq
attribute to be an atom objectionary/eo#2547.Attributes
is-float
andis-int
of objectnumber
assumes, that0.0
is not equals to-0.0
. After closing objectionary/eo#2547 this won't be true. Thus, we need to move logic of0.0
and-0.0
comparison from currenteq
attribute tois-float
andis-int
attributes, and compare this values "as-bytes
".The text was updated successfully, but these errors were encountered: