janet-lang / janet

A dynamic language and bytecode vm
https://janet-lang.org
MIT License
3.38k stars 217 forks source link

Address #1342 - check handler arity #1343

Closed sogaiu closed 6 months ago

sogaiu commented 6 months ago

This is an attempt to address #1342.

bakpakin commented 6 months ago

This is overly restrictive and disallows valid use. Instead we should check if a function's minimum arity is at least 1