Re: LOCALLY-ENABLE-SQL-READER-SYNTAX doc error?
Cyrus Harmon <ch-clsql-dl6SmSK5uza1Z/[email protected]> Mon, 16 Apr 2007 12:36:14 -0700
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
I'm still not exactly sure what the problem was, but somehow I ended up with clsql-sys::*original-readtable* bound to a readtable, so the % enable-sql-reader-syntax wasn't doing anything. I must have had a mismatched pair of enable/restores (or perhaps I was doing locally- enable/locally-disable, which is wrong). In any event, fixing these and resetting *original-readtable* seems to have fixed things. Thanks, Cyrus On Apr 16, 2007, at 12:28 PM, Edi Weitz wrote: > On Mon, 16 Apr 2007 12:04:04 -0700, Cyrus Harmon <ch- > clsql-dl6SmSK5uza1Z/[email protected]> wrote: > >> On a related note, and perhaps this should be on clsql-help, I seem >> to be having trouble getting the reader syntax working. If I delete >> a fasl for a file with the #.(LOCALLY-ENABLE-SQL-READER-SYNTAX) and >> then reload the asdf system associated with it, it compiles but >> gives me all sorts of warnings about "[=" and friends being >> undefined variables. This is with SBCL 1.0.4.89. ISTR that this used >> to work, but it's been a while since I've looked at this. Any >> suggestions? > > I think this broke (at least for some people) in one of the previous > releases. You'll find evidence of this in the clsql-help archives > IIRC. I haven't yet found the time to look into it. > > Cheers, > Edi.