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

Enforce int size #106

Closed
coffeepots opened this issue Aug 14, 2018 · 1 comment
Closed

Enforce int size #106

coffeepots opened this issue Aug 14, 2018 · 1 comment

Comments

@coffeepots
Copy link
Contributor

coffeepots commented Aug 14, 2018

For int32 there were some issues with overflow when int is used in some cases.
To resolve this, it may be worth introducing a WordInt or Int alias in a similar vein to GasInt.

This allows us to enforce int64 where appropriate and have a central place to change this if required.

For more information, see #101

@jangko
Copy link
Contributor

jangko commented Aug 6, 2023

no longer relevant. closing

@jangko jangko closed this as completed Aug 6, 2023
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

2 participants