Shinmera / plump

Practically Lenient and Unimpressive Markup Parser for Common Lisp
https://shinmera.github.io/plump
zlib License
120 stars 21 forks source link

One error and lots of warnings in the latest Quicklisp version. #15

Closed didierverna closed 7 years ago

didierverna commented 7 years ago

Hi,

I cannot load Plump anymore with the latest quicklisp version and the latest SBCL from git. See plump.log for output (incidentally, this prevents me from loading els-web),

Shinmera commented 7 years ago

Can't reproduce this on SBCL 1.3.16. I'll try git HEAD.

didierverna commented 7 years ago

Or maybe not... I don't understand what's going on. It failed to load when I was trying to (asdf:load-system :els-web). However, doing (ql:quickload :plump) first seems to work. Now, I get only some notes.

Shinmera commented 7 years ago

Loading with ASDF directly or Quickloading with verbose to T will turn warnings into errors. A "normal" Quickload will suppress them.

didierverna commented 7 years ago

I see. that must be it.

Shinmera commented 7 years ago

I fixed the warnings in 8b3a931.