-
Notifications
You must be signed in to change notification settings - Fork 351
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
reflect: call of reflect.Value.Uint on int Value #1653
Comments
Closed
mvertes
added a commit
to mvertes/yaegi
that referenced
this issue
Jul 29, 2024
When parsing binary operator expressions, make sure that implicit type conversions for untyped expressions are performed. It involves walking the sub-expression subtree at post-processing of binary expressions. Fixes traefik#1653.
Bai-Yingjie
pushed a commit
to godevsig/yaegi
that referenced
this issue
Oct 9, 2024
When parsing binary operator expressions, make sure that implicit type conversions for untyped expressions are performed. It involves walking the sub-expression subtree at post-processing of binary expressions. Fixes traefik#1653.
Bai-Yingjie
pushed a commit
to godevsig/yaegi
that referenced
this issue
Oct 9, 2024
When parsing binary operator expressions, make sure that implicit type conversions for untyped expressions are performed. It involves walking the sub-expression subtree at post-processing of binary expressions. Fixes traefik#1653.
Bai-Yingjie
pushed a commit
to godevsig/yaegi
that referenced
this issue
Oct 9, 2024
When parsing binary operator expressions, make sure that implicit type conversions for untyped expressions are performed. It involves walking the sub-expression subtree at post-processing of binary expressions. Fixes traefik#1653.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following program
sample.go
triggers an unexpected resultExpected result
Got
Yaegi Version
v0.16.1
Additional Notes
No response
The text was updated successfully, but these errors were encountered: