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: wrap source functions when used as input parameters. #1509

Merged
merged 2 commits into from
Feb 8, 2023

Conversation

mvertes
Copy link
Member

@mvertes mvertes commented Feb 8, 2023

It allows to use interpreter functions as parameters in the runtime, even for defered callbacks, or when passed as empty interfaces, as for runtime.SetFinalizer.

Fixes #1503

It allows to use interpreter functions as parameters in the runtime,
even for defered callbacks, or when passed as empty interfaces,
as for runtime.SetFinalizer.

Fixes traefik#1503
@mvertes mvertes added this to the v0.15.x milestone Feb 8, 2023
Copy link
Contributor

@ldez ldez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

runtime.SetFinalizer: second argument is *interp.node, not a function
3 participants