We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently a uint64 is used to track required fields. This limits a struct to fields with ID < 64. Ideally this limit should be removed.
The text was updated successfully, but these errors were encountered:
Is this still an issue?
Sorry, something went wrong.
JSON tag AST fields + use bitset for tracking required.
301b1af
Fixes samuel#62.
Unfortunately so: https://github.com/samuel/go-thrift/blob/master/thrift/thrift.go#L204
@alecthomas thanks for your PR, for now, will use your branch. @samuel could we please merge it? Sounds like a reasonable change.
No branches or pull requests
Currently a uint64 is used to track required fields. This limits a struct to fields with ID < 64. Ideally this limit should be removed.
The text was updated successfully, but these errors were encountered: