Closed Bug 1917157 Opened 1 month ago Closed 1 month ago

Remove the workaround for serializing large numbers from `skv::Value`

Categories

(Core :: SQLite and Embedded Database Bindings, task, P3)

task

Tracking

()

RESOLVED FIXED
132 Branch
Tracking Status
firefox132 --- fixed

People

(Reporter: lina, Assigned: lina)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

A kind stranger pointed out that serde_json has a float_roundtrip feature, that should work for us here!

@0f-0b taught me about the float_roundtrip feature in
https://github.com/serde-rs/json/issues/1170 (thank you!)

Unlike arbitrary_precision, float_roundtrip doesn't change the
serialized representation.

Pushed by lbutler@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/0fef0a44b506 Remove the workaround for serializing large numbers from `skv::Value`. r=nanj
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: