The GitHub Actions job "Fory CI" on fory.git/fix/dynamic-num-lose has succeeded.
Run started by GitHub user ayush00git (triggered by ayush00git).

Head commit for run:
71f2f6f919c08a8319cd55bcb03e92b177ebdcdd / ayush00git <[email protected]>
fix(javascript): keep float64 precision for dynamic non-integer numbers

Dynamic number dispatch picked the float32 serializer for any non-integer
within int32 range, silently corrupting values like 0.1. Narrow to float32
only when Math.fround(v) === v; otherwise use float64.

Report URL: https://github.com/apache/fory/actions/runs/33325355303

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to