Re: slime-edit-definition from within of (defpackage )
Anton Vodonosov <[email protected]> Fri, 18 Nov 2022 04:54:05 +0300
| Newsgroups | gmane.lisp.slime.devel |
|---|---|
| Message-ID | <[email protected]> |
<div>17.11.2022, 19:12, "Stas Boukarev" <[email protected]>:</div><div>><br />> How does it break sbcl?<br /> </div><div>SBCL 2.2.1 signals PACKAGE-DOES-NOT-EXIST when loading compiled .fasl for that file.</div><div>I thought yesterday I reproduced it on 2.2.9 too, but trying now and can not. </div><div>The reduced test case:</div><div> </div><div> $ echo '(when nil (in-package #:test-pkg))' > test.lisp</div><div> $ sbcl-2.2.1-x86-64-linux/run-sbcl.sh --eval '(load (compile-file "test.lisp"))' --eval '(quit)'</div><div> </div><div> ...</div><div> debugger invoked on a PACKAGE-DOES-NOT-EXIST in thread<div> #<THREAD "main thread" RUNNING {10014E8003}>:</div><div> The name "TEST-PKG" does not designate any package.</div><div> </div><div> < /div><br /> </div>