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


On Thu, May 30, 2013 at 11:10 PM, Taylor R Campbell <[email protected]>wrote:

>    Date: Wed, 29 May 2013 04:09:58 +0000
>    From: Taylor R Campbell <[email protected]>
>
>    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
> [email protected]
> https://lists.gnu.org/mailman/listinfo/mit-scheme-devel
>



-- 
~jrm
_______________________________________________
MIT-Scheme-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/mit-scheme-devel

Reply via email to