Re: [quicklisp] Can't load clsql-sqlite3

Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> Fri, 1 Apr 2011 12:04:10 -0600
Newsgroups gmane.lisp.clsql.general
Message-ID <[email protected]>
On Apr 1, 2011, at 11:22 AM, Zach Beane wrote:
> I can't build clsql at the moment, I get this:
> 
>   unknown operator in feature expression: (:LIST (COMMON-LISP:QUOTE COMMON-LISP:OR)).
> 
> I believe it's due to metaclasses.lisp.

Huh, seems that a symbol in read-time value within of a reader conditional
defaults to the keyword package. I suppose that's neither completely
surprising nor perhaps even specified by ANSI.

I'll get a new version out.

Kevin