Comment 2 for bug 1916233

Revision history for this message
Tomas Hlavaty (tomas-hlavaty) wrote : Re: [Bug 1916233] Re: Failed AVER in subtypep

On Fri 19 Feb 2021 at 13:17, "Paul F. Dietz" <email address hidden> wrote:
> To run this:
>
> 1) Get ansi-test from https://github.com/pfdietz/ansi-test
> 2) In the root directory of that checked out repo, start sbcl and load enough of the tests:
>
> (load "run.lsp")

cd /tmp
rm -rfv ansi-test
git clone https://github.com/pfdietz/ansi-test
cd ansi-test
nix-shell --pure -p sbcl
sbcl
(load "run.lsp")

; caught ERROR:
; READ error during COMPILE-FILE:
;
; Package QL does not exist.
;
; Line: 28, Column: 17, File-Position: 834
;
; Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /tmp/ansi-test/random/mutate.lsp" {1002A150D3}>
;
; compilation unit aborted
; caught 1 fatal ERROR condition
; caught 1 ERROR condition
While evaluating the form starting at line 7, column 0
  of #P"/tmp/ansi-test/run.lsp":

debugger invoked on a SB-INT:SIMPLE-FILE-ERROR in thread
#<THREAD "main thread" RUNNING {10005184C3}>:
  Couldn't load #P"/tmp/ansi-test/random/mutate.fasl": file does not exist.