mit-scheme-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MIT-Scheme-devel] method cache problem?


From: Chris Hanson
Subject: Re: [MIT-Scheme-devel] method cache problem?
Date: Wed, 14 Mar 2018 21:40:48 -0700

Should be fixed now.

On Tue, Mar 13, 2018 at 8:03 PM, Patric Jonsson <address@hidden> wrote:

;; 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> 




_______________________________________________
MIT-Scheme-devel mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/mit-scheme-devel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]