|
From: | Patric Jonsson |
Subject: | [MIT-Scheme-devel] method cache problem? |
Date: | Wed, 14 Mar 2018 03:03:16 +0000 |
;; Run 1
./build/microcode/scheme --library build/lib/ --silent
(pp (vector))
#()
(pp (->pathname ""))
#(|#[(runtime pathname)pathname]| #(|#[(runtime pathname)host]| 0 #f) unspecific #f #f #f unspecific)
(pp (vector))
#()
;; Run 2 (pathname first)
./build/microcode/scheme --library build/lib/ --silent
(pp (->pathname ""))
#(|#[(runtime pathname)pathname]| #(|#[(runtime pathname)host]| 0 #f) unspecific #f #f #f unspecific)
(host #(|#[(runtime pathname)host]| 0 #f))
(device unspecific)
(directory #f)
(name #f)
(type #f)
(version unspecific)
(pp (vector))
;The object 0, passed as the second argument to vector-ref, is not in the correct range.
;To continue, call RESTART with an option number:
; (RESTART 1) => Return to read-eval-print level 1.
2 error>
|
[Prev in Thread] | Current Thread | [Next in Thread] |