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 function as field of a recursive struct. #1525

Merged
merged 4 commits into from
Mar 21, 2023

Conversation

mvertes
Copy link
Member

@mvertes mvertes commented Mar 14, 2023

The logic of patching reflect struct representation has been fixed in presence of function fields and to better handle indirect recursivity (struct recursive through nested struct).

Fixes #1519.

The logic of patching reflect struct representation has been fixed
in presence of function fields and to better handle indirect
recursivity (struct recursive through nested struct).

Fixes traefik#1519.
@mvertes mvertes added bug Something isn't working area/core labels Mar 14, 2023
@mvertes mvertes added this to the v0.15.x milestone Mar 14, 2023
@mvertes mvertes requested a review from mpl March 14, 2023 16:13
interp/type.go Outdated Show resolved Hide resolved
Co-authored-by: mpl <mathieu.lonjaret@gmail.com>
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.

gopkg.in/yaml.v3 issue
3 participants