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: Joe Marshall
Subject: Re: [MIT-Scheme-devel] interpreted runtime broken
Date: Fri, 31 May 2013 09:47:44 -0700

We should have a new release so this isn't a problem.



On Thu, May 30, 2013 at 11:10 PM, Taylor R Campbell <address@hidden> wrote:
   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))

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



--
~jrm

reply via email to

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