This is a heads up that negative zero -0.0 is now explicitly forbidden. It was an oversight to allow it. The DAG-CBOR spec was updated and the DASL test suite already has a PR open to update the tests.
As -0.0 and 0.0 are equal according to the IEER 754 spec, I propose serializing a -0.0 with the bytes a 0.0 has.
This is a heads up that negative zero
-0.0is now explicitly forbidden. It was an oversight to allow it. The DAG-CBOR spec was updated and the DASL test suite already has a PR open to update the tests.As
-0.0and0.0are equal according to the IEER 754 spec, I propose serializing a-0.0with the bytes a0.0has.