Bug report: Loading a FASL into a package which doesn't import SETQ
Robert Munyer
2433647181 at munyer.com
Wed Nov 11 03:29:09 UTC 2020
I wrote:
> Backtracing within that BREAK points a finger at this line in
> COMPILE-FROM-STREAM:
>
> (let ((*package* (find-package '#:cl))
>
> If I add one semicolon:
>
> (let (;(*package* (find-package '#:cl))
>
> then all of my own tests pass, though I haven't tried the full suite.
I also get good results if I change that line to:
(let ((*package* +keyword-package+)
More information about the armedbear-devel
mailing list