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

Signed zig-zag codecs for variable-length ints/longs #439

Merged
merged 1 commit into from
Jan 3, 2023

Conversation

aartigao
Copy link
Contributor

As mentioned in #438 this PR adds missing zig-zag codecs for signed numbers.

I've cherry-picked the commit from #438 (it's absolutely necessary). Just because I'm always uncertain about the implications on merging things, I'll leave it as a draft to avoid the merge. Once #438 is approved/merged, I'll rebase this branch with main to have a clean history.

@aartigao aartigao marked this pull request as draft December 15, 2022 11:15
Signed zig-zag codecs for variable-length ints/longs.
@aartigao aartigao marked this pull request as ready for review December 15, 2022 14:46
@aartigao
Copy link
Contributor Author

Green light to review! 🟢

@mpilquist
Copy link
Contributor

Awesome, thanks!

@mpilquist mpilquist merged commit 1bd2808 into scodec:main Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants