Leslie P. Polzer wrote:
> Yes, it should. Thanks for spotting this, I've filed it as bug #84.
This one's fixed.
Leslie
--
http://www.linkedin.com/in/polzer
___
elephant-devel site list
elephant-devel@common-lisp.net
http://common-lisp.net/mailma
Yarek Kowalik wrote:
> I get several warnings in SBCL 1.0.20 that are related to use of
> dynamic-extent. For example, here it complains about 'COLLECT' is an
> indefined variable:
>
> (defun get-query-instances (constraints)
> "Get a list of instances according to the query constraints"
> (d
I get several warnings in SBCL 1.0.20 that are related to use of
dynamic-extent. For example, here it complains about 'COLLECT' is an
indefined variable:
(defun get-query-instances (constraints)
"Get a list of instances according to the query constraints"
(declare (dynamic-extent constraints)