Closed hikettei closed 1 year ago
I guess they removed that declaration. I will add a check for whether the symbol exists in the SB-INT
package.
I got that Thank you for your prompt reply!
I added a check for the symbol in 1bd7ecf. Let me know if that fixes it (I don't have that version of SBCL at the moment).
Confirmed that everything works on SBCL2.3.10:
the result obtained by running (asdf:test-system :cl-environments)
:
Thanks
If I run
(ql:quickload :cl-environments)
on SBCL 2.3.10, I encountered:I suspect that this is due to any API changes related to SBCL update since if I change to use SBCL2.3.9, everything goes well.