This repository was archived by the owner on Apr 28, 2025. It is now read-only.
This repository was archived by the owner on Apr 28, 2025. It is now read-only.
Transient bug in jn
#225
Closed
Description
When running the randomized jn
tests of our lib against musl the following was produced
'INPUT: [140, 4603707074953425158] EXPECTED: [24658263201] ACTUAL 0.0'
However, since the test data is randomly generated, the following build batch didn't generate that particular input and then passed. So there's some sort of small edge case lurking in there.
The bug was discovered during #224, but since we re-started the build I guess it cleared the log that contained the failure and overwrite it with the restarted build log.