guile-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Fast R6RS div/mod; improved extensibility of numerics


From: Mark H Weaver
Subject: Re: [PATCH] Fast R6RS div/mod; improved extensibility of numerics
Date: Mon, 31 Jan 2011 15:30:17 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Andy Wingo <address@hidden> writes:
> I did apply it, but it made the test cases start to fail, because
> numbers.test is loaded after ecmascript.test, and:
>
>     scheme@(guile-user)> ,L ecmascript
>     Happy hacking with ECMAScript!  To switch back, type `,L scheme'.
>     ecmascript@(guile-user)> true * true;
>     $1 = 1
>     ecmascript@(guile-user)> ,L scheme
>     Happy hacking with Scheme!  To switch back, type `,L ecmascript'.
>     scheme@(guile-user)> (* #t #t)
>     $2 = 1

How could changes in `expt' possibly affect (true * true) or (* #t #t)?
I don't understand what this has to do with my patch.

      Mark



reply via email to

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