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
When compiling expressions that involve functions with int64 type parameters, I got an error with the message:
int64
constant 1 overflows int64
This issue appears to have been introduced by this commit
The text was updated successfully, but these errors were encountered:
Nice catch! Looks like I forgot to delete panic call ಠ_ಠ
Sorry, something went wrong.
I've adopted your test case in #663
eca9bd7
Successfully merging a pull request may close this issue.
When compiling expressions that involve functions with
int64
type parameters, I got an error with the message:constant 1 overflows int64
This issue appears to have been introduced by this commit
The text was updated successfully, but these errors were encountered: