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

Add big integer support to PVL #726

Merged
merged 2 commits into from
Sep 26, 2022
Merged

Add big integer support to PVL #726

merged 2 commits into from
Sep 26, 2022

Conversation

bobismijnnaam
Copy link
Contributor

Adds arbitrary big integer support to PVL. Support was not added to Java/C since there there are some machine integer size related concerns that are a bit out of scope of this PR (e.g. in contracts big ints are desired, whereas when initializing an int field the size of constants must be bounded). Fixes #640

@bobismijnnaam bobismijnnaam temporarily deployed to Default February 11, 2022 09:22 Inactive
@bobismijnnaam bobismijnnaam temporarily deployed to Default February 11, 2022 09:57 Inactive
@pieter-bos pieter-bos merged commit 0adca4a into dev Sep 26, 2022
@pieter-bos pieter-bos deleted the fix-numberformat-exception branch September 27, 2022 11:45
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

Successfully merging this pull request may close these issues.

NumberFormatException when initializing integer to minimum value
2 participants