You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tree: don't match variadic builtins when arg list is too short
The new processing for variadic builtins is pretty permissive in what it
allows because they underlying implementations are pretty permissive in
what they accept. However, fixed arguments are still fixed arguments and
must match.
Fixes: #144447
Release note: None
0 commit comments