Enabling 64-bit integer constants
---------------------------------
Key: THRIFT-65
URL: https://issues.apache.org/jira/browse/THRIFT-65
Project: Thrift
Issue Type: Improvement
Components: Compiler (General)
Reporter: David Reiss
Assignee: David Reiss
Attachments: 0001-Partial-handlling-of-64-bit-integer-constants.patch
The Thrift compiler currently parses integer constants as 32-bit numbers. This
patch allows 64-bit numbers to be used, but it does not verify that the
individual language generators handle them properly. What would you all think
about committing this? Should we include a warning until we verify that all of
the generators handle 64-bit numbers properly (or at least fail safely)?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.