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
The VInt module assumes that the int type is at most 32 bits. On 64-bit architectures this is not the case, and leads to runtime errors.
VInt
int
The text was updated successfully, but these errors were encountered:
Let's kill VInt.t. Then problem solved?
VInt.t
Sorry, something went wrong.
Next release. (Note this isn't part of the milestone.)
On Mon, Feb 24, 2014 at 10:23 AM, Nate Foster [email protected]:
Let's kill VInt.t. Then problem solved? Reply to this email directly or view it on GitHubhttps://github.com//issues/105#issuecomment-35896577 .
Reply to this email directly or view it on GitHubhttps://github.com//issues/105#issuecomment-35896577 .
No branches or pull requests
The
VInt
module assumes that theint
type is at most 32 bits. On 64-bit architectures this is not the case, and leads to runtime errors.The text was updated successfully, but these errors were encountered: