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

Constant 1 overflows int64 when compiling expressions with int64 type parameters #661

Closed
Unixeno opened this issue May 27, 2024 · 2 comments

Comments

@Unixeno
Copy link

Unixeno commented May 27, 2024

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

@antonmedv
Copy link
Member

Nice catch! Looks like I forgot to delete panic call ಠ_ಠ

@antonmedv
Copy link
Member

I've adopted your test case in #663

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 a pull request may close this issue.

2 participants