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

chore: move from nightly to 4.15.0-rc1 #14

Merged
merged 1 commit into from
Jan 1, 2025
Merged

chore: move from nightly to 4.15.0-rc1 #14

merged 1 commit into from
Jan 1, 2025

Conversation

govereau
Copy link
Collaborator

No description provided.

@govereau govereau requested a review from seanmcl December 31, 2024 21:45
@govereau govereau self-assigned this Dec 31, 2024
@govereau govereau requested a review from jtristan as a code owner December 31, 2024 21:45
@govereau govereau enabled auto-merge (rebase) December 31, 2024 21:45
@@ -48,8 +48,8 @@ private def take (n : Nat) : DecodeM ByteArray :=
------------------------------------------------------------------------------
-- Int64 is encoded as 8 bytes in little-endian order

private def encUInt64 (u : UInt64) : ByteArray :=
let n := u.toBitVec.toFin.val
private def encBV64 (bv : BitVec 64) : ByteArray :=
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have an abbrev BV64 for this. Maybe we can share.

@govereau govereau merged commit bf25fae into main Jan 1, 2025
1 check passed
@govereau govereau deleted the pg-415 branch January 1, 2025 16:44
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.

2 participants