sionescu / iolib

Common Lisp I/O library
http://common-lisp.net/project/iolib/
MIT License
141 stars 31 forks source link

Cannot load on SBCL 1.4.1 #51

Closed darabi closed 6 years ago

darabi commented 6 years ago

I cloned the repo today (commit d3bda105) and tried to load iolib/os with SBCL 1.4.1, which led to

; compiling (DEFUN GET-FILE-KIND ...)
debugger invoked on a TYPE-ERROR in thread #<THREAD "main thread" RUNNING {1001B48083}>: The value NIL is not of type SB-C::NODE

I have attached a full log: sbcl-1.4.1-load.log

Thank you for looking into this.

attila-lendvai commented 6 years ago

FTR, this is a bug in SBCL, and it's already fixed.

darabi commented 6 years ago

Yes, I tried the current sbcl master which doesn't show this behaviour.