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

Commits on Mar 14, 2023

  1. interp: fix use of function as field of a recursive struct.

    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 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    51d2512 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    870af7e View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Update interp/type.go

    Co-authored-by: mpl <mathieu.lonjaret@gmail.com>
    mvertes and mpl committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    e851595 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1681ff8 View commit details
    Browse the repository at this point in the history