robert-strandh / SICL

A fresh implementation of Common Lisp
Other
1.07k stars 79 forks source link

enhancement: function-dynamic-extent should not silently return nil for the wrong arguments #110

Open attila-lendvai opened 6 years ago

attila-lendvai commented 6 years ago

consider this call: (cleavir-env:function-dynamic-extent nil 'find) this call is wrong as per the intended API, yet it silently returns nil.