On Wed Feb 1 20:54:47 2023 +0000, Francisco Casas wrote:
This check should be `!=` now if you are deleting the
if (i == args->params->args_count)
check. Otherwise we may end up calling this `decl` even if we provide more arguments than the ones requested.
Ah yes, that was a simple error, thanks for catching it.