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

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

Re: [MIT-Scheme-devel] interpreted runtime broken


From: Taylor R Campbell
Subject: Re: [MIT-Scheme-devel] interpreted runtime broken
Date: Fri, 31 May 2013 06:10:35 +0000
User-agent: IMAIL/1.21; Edwin/3.116; MIT-Scheme/9.1.1

   Date: Wed, 29 May 2013 04:09:58 +0000
   From: Taylor R Campbell <address@hidden>

   Interpreted runtimes seem to be broken.  Any idea what's wrong?

I found the problem.  Commit baf1cd59 broke the interpreter so it
can't interpret scode generated by 9.1.1 (and commit 3fc580e1 probably
broke the runtime so it can't operate on such scode).  Instead of
failing noisily, it quietly treats the stuff it doesn't understand as
self-evaluating.

(pp (fasload "runtime/make.bin"))
;Loading "runtime/make.bin"... done
(begin
 #[undefined-type:27 19]
 #[undefined-type:42 18]
 (define system-global-environment
   #f)
 (define system-global-syntax-table
   system-global-environment)
 (define (*make-environment parent names . values)
   #[undefined-type:4 17])
 #[undefined-type:7 16]
 (package/add-child! #[undefined-type:7 15] 'user user-initial-environment)
 #[undefined-type:7 14]
 (start-thread-timer)
 (initial-top-level-repl))



reply via email to

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