Open phoe opened 5 years ago
Either the package or the readtable is poisoning the load operation, causing #' to be read as q+' function wrapper. I don't know if ASDF is or is not supposed prevent this.
The package is CL-USER
, I do not think it's that. I guess it's the readtable that is not set to the standard readtable by ASDF. I would expect that ASDF would reset the readtable to the standard one when it loads a system; otherwise, I can set an arbitrary readtable as the standard readtable (as it is with Qtools) and then break the build for any other systems (as it is with Qtools).
I don't know what's going on in ASDF and I frankly don't care to find out.
Execute the following in the REPL:
Result on SBCL:
Is this something that should go to ASDF maintainers?