unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Mark H Weaver <mhw@netris.org>
To: Andy Wingo <wingo@pobox.com>
Cc: guile-devel@gnu.org
Subject: Re: [PATCH] Fast R6RS div/mod; improved extensibility of numerics
Date: Mon, 31 Jan 2011 15:30:17 -0500	[thread overview]
Message-ID: <87aaigyfxi.fsf@yeeloong.netris.org> (raw)
In-Reply-To: <m3aaigygl8.fsf@unquote.localdomain> (Andy Wingo's message of "Mon, 31 Jan 2011 21:16:03 +0100")

Andy Wingo <wingo@pobox.com> 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	other threads:[~2011-01-31 20:30 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-30 16:27 [PATCH] Fast R6RS div/mod; improved extensibility of numerics Mark H Weaver
2011-01-30 22:24 ` Andy Wingo
2011-01-30 22:55   ` Ludovic Courtès
2011-01-31  6:19     ` [PATCH] Rework the testing framework for number-theoretic division operators Mark H Weaver
2011-01-31  8:52       ` Andy Wingo
2011-01-31 17:14   ` [PATCH] Fast R6RS div/mod; improved extensibility of numerics Mark H Weaver
2011-01-31 17:35   ` Mark H Weaver
2011-01-31 19:26     ` Andy Wingo
2011-01-31 20:16     ` Andy Wingo
2011-01-31 20:30       ` Mark H Weaver [this message]
2011-01-31 20:46         ` Andy Wingo
2011-01-31 20:46       ` Mark H Weaver

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87aaigyfxi.fsf@yeeloong.netris.org \
    --to=mhw@netris.org \
    --cc=guile-devel@gnu.org \
    --cc=wingo@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).