Re: [elephant-devel] SBCL compilation warnings

2009-06-28 Thread Leslie P. Polzer
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

Re: [elephant-devel] SBCL compilation warnings

2009-06-16 Thread Leslie P. Polzer
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

[elephant-devel] SBCL compilation warnings

2008-12-05 Thread Yarek Kowalik
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)