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

Serde support sketch for integer64 #20

Closed
wants to merge 1 commit into from
Closed

Serde support sketch for integer64 #20

wants to merge 1 commit into from

Conversation

sfackler
Copy link
Member

Since this will add a second 64 bit integer type that's serialized
differently, we need some special handling. Once specialization is
stable, we can handle this statically, but for now, we have a secret
thread local used to disambiguate between safelongs and integer64s.

Since this will add a second 64 bit integer type that's serialized
differently, we need some special handling. Once specialization is
stable, we can handle this statically, but for now, we have a secret
thread local used to disambiguate between safelongs and integer64s.
@stale
Copy link

stale bot commented Sep 23, 2019

This PR has been automatically marked as stale because it has not been touched in the last 14 days. If you'd like to keep it open, please leave a comment or add the 'long-lived' label, otherwise it'll be closed in 7 days.

@stale stale bot added the stale label Sep 23, 2019
@sfackler sfackler added long-lived and removed stale labels Sep 24, 2019
@sfackler sfackler closed this Mar 17, 2022
@sfackler sfackler deleted the integer64 branch January 20, 2024 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant