Closed fukamachi closed 10 years ago
FYI, this issue happens also on Allegro CL and ECL. SBCL, Clozure CL, CMUCL and ABCL are fine.
Cool. Thanks.
Thanks for the report, I saw the failure a long while ago on cl-test-grid, but never got around to fixing it before!
Plump doesn't work on GNU CLISP and it seems a simple problem.
A generic method
parse
has a method forsimple-string
, butsimple-string
is not a class in CLISP (and also in the CL spec, strictly).https://github.com/Shinmera/plump/blob/master/parser.lisp#L146-L157
Here is the actual error message. I was loading
lquery
from a file named "/Users/nitro_idiot/twitpic-dl.lisp".