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

fix(eval): fixes variadic helper calls #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pbedat
Copy link

@pbedat pbedat commented Nov 3, 2023

see aymerick#14

args was fixed to the number of arguments of the function, but only iterated over the provided parameters

the last arg remained an invalid value that led to a panic

the args are now appended on demand to correctly match the variadic signature

pbedat and others added 2 commits November 3, 2023 11:12
args was fixed to the number of arguments of the function,
but only iterated over the provided parameters

the last arg remained an invalid value that led to a panic

the args are now appended on demand to correctly match the
variadic signature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant