Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decode bignums properly #454

Merged
merged 6 commits into from
Mar 22, 2023
Merged

Decode bignums properly #454

merged 6 commits into from
Mar 22, 2023

Conversation

ybasket
Copy link
Collaborator

@ybasket ybasket commented Feb 26, 2023

Add support for bignum decoding to match the encoding logic for high-level integer values and hence enable roundtrip for them.

Closes #452

Add support for bignum decoding to match the encoding logic for high-level integer values and hence enable roundtrip for them.

Closes #452
@ybasket ybasket requested a review from satabin March 8, 2023 09:43
@satabin satabin added the cbor label Mar 10, 2023
@satabin satabin added this to the 1.7.0 milestone Mar 10, 2023
@satabin satabin added the enhancement New feature or request label Mar 10, 2023
ybasket and others added 3 commits March 15, 2023 12:07
Float.floatToIntBits and Double.doubleToLongBits started making trouble linking on JS after an unrelated change.
@satabin satabin marked this pull request as ready for review March 22, 2023 07:41
@satabin satabin requested a review from a team as a code owner March 22, 2023 07:41
@ybasket ybasket merged commit a4ab8cc into main Mar 22, 2023
@ybasket ybasket deleted the fix/bignum-decoding branch March 22, 2023 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cbor enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CBOR doesn't round trip bignums
2 participants