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

fix(eval): fixes variadic helper calls - #14

Open
pbedat wants to merge 2 commits into
mailgun:masterfrom
pbedat:master
Open

fix(eval): fixes variadic helper calls#14
pbedat wants to merge 2 commits into
mailgun:masterfrom
pbedat:master

Conversation

@pbedat

@pbedat pbedat commented Nov 3, 2023

Copy link
Copy Markdown

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