Skip to content

Conversation

@thevilledev
Copy link
Contributor

Skip pattern for the variadic function type mismatch error format ("reflect: cannot use X as type Y in Call"). Differs from the regular function error format that was already covered.

Fuzzing input:

score(    t,f64)/   v()             +  o| $env()//

and score is defined as func(a int, x ...int). Here f64 goes into the variadic part and yields the error.

Relates to #920.

Skip pattern for the variadic function type mismatch error
format ("reflect: cannot use X as type Y in Call"). Differs from
the regular function error format that was already covered.

Signed-off-by: Ville Vesilehto <ville@vesilehto.fi>
@antonmedv antonmedv merged commit 0785f19 into expr-lang:master Feb 1, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants