robert-strandh / SICL

A fresh implementation of Common Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

attila-lendvai opened this issue · comments

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