|
From: | Chris Hanson |
Subject: | Re: [MIT-Scheme-devel] method cache problem? |
Date: | Wed, 14 Mar 2018 21:40:48 -0700 |
;; 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
[Prev in Thread] | Current Thread | [Next in Thread] |