Re: Yet one more addition to error handling
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]>
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
Alan Shields wrote: > I found one more error in the sql reader macro. Turns out that when > SLIME reads a file, if there's an error it tries to find the location of > the error. To do this, it has to re-read the file, but this time with > *read-suppress* turned on, as mandated by the CLHS. Thanks for the patch, Alan. I'll add it to the next version of CLSQL. Kevin