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 overflows int' after update to go1.13 #2640

Closed
1xch opened this issue Sep 4, 2019 · 2 comments
Closed

'constant overflows int' after update to go1.13 #2640

1xch opened this issue Sep 4, 2019 · 2 comments

Comments

@1xch
Copy link

1xch commented Sep 4, 2019

On update to go1.13, a package using generated code begins to error

/home/o/go/src/github.com/antonmedv/expr/parser/gen/expr_parser.go:2231: constant 4228579072 overflows int
/home/o/go/src/github.com/antonmedv/expr/parser/gen/expr_parser.go:2249: constant 4228579072 overflows int
/home/o/go/src/github.com/antonmedv/expr/parser/gen/expr_parser.go:2300: constant 4228579072 overflows int

There was no problem previously until the update, i was using the expr package and have almost zero experience with the details this deep but thought it might be wise to post an issue here.

Possibly very related to #2433

🤦 installed wrong version of go1.13

@1xch 1xch closed this as completed Sep 4, 2019
@r3code
Copy link

r3code commented Sep 4, 2019

Seems to be related golang/go#33388

@r3code
Copy link

r3code commented Sep 16, 2019

@1xch Whta wrong version did you install and what OS you use?

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