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: fix use of interfaces in composite types #1448

Merged
merged 3 commits into from
Sep 1, 2022

Conversation

mvertes
Copy link
Member

@mvertes mvertes commented Aug 29, 2022

The representation of non empty interfaces defined in the interpreter is now identical between refType() and frameType() functions, which are used to generate interpreter objects.

Fixes #1447 and #1426.

The representation of non empty interfaces defined in the interpreter
is now identical between refType() and frameType() functions, which are
used to generate interpreter objects.

Fixes traefik#1447 and traefik#1426.
@mvertes mvertes added this to the v0.14.x milestone Aug 29, 2022
@mvertes mvertes requested a review from mpl August 29, 2022 15:09
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.

assign map of interpreted defined interface
3 participants