Skip to content
This repository has been archived by the owner on Jan 28, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant