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

interp: allow conversions of untyped complex #1403

Merged
merged 2 commits into from
Jun 13, 2022

Conversation

mvertes
Copy link
Member

@mvertes mvertes commented May 24, 2022

For untyped numerical types, conversions to different numerical
types can be allowed if there is no overflow (not checked here).

Fixes #1402.

For untyped numerical types, conversions to different numerical
types can be allowed if there is no overflow (not checked here).

Fixes traefik#1402.
@mvertes mvertes added this to the v0.12.x milestone May 24, 2022
@mvertes mvertes requested a review from mpl May 24, 2022 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

conversion of untyped complex to complex64
3 participants