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

Support more than 64 fields in a struct #62

Open
samuel opened this issue Sep 25, 2015 · 3 comments
Open

Support more than 64 fields in a struct #62

samuel opened this issue Sep 25, 2015 · 3 comments

Comments

@samuel
Copy link
Owner

samuel commented Sep 25, 2015

Currently a uint64 is used to track required fields. This limits a struct to fields with ID < 64. Ideally this limit should be removed.

@alecthomas
Copy link
Contributor

Is this still an issue?

alecthomas added a commit to alecthomas/go-thrift that referenced this issue Apr 7, 2016
@samuel
Copy link
Owner Author

samuel commented Apr 7, 2016

@lc0
Copy link

lc0 commented Sep 2, 2016

@alecthomas thanks for your PR, for now, will use your branch.
@samuel could we please merge it? Sounds like a reasonable change.

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

No branches or pull requests

3 participants