From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: Introduction of fractions exposes uniform vector prototype bug Date: Sun, 11 Jan 2004 09:02:40 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87oetbe7an.fsf@zip.com.au> References: <87zndowks7.fsf@zip.com.au> <87u1331m72.fsf@zagadka.ping.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1073776056 4033 80.91.224.253 (10 Jan 2004 23:07:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 10 Jan 2004 23:07:36 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Jan 11 00:07:32 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AfSCZ-00067U-00 for ; Sun, 11 Jan 2004 00:07:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AfT6p-0003DY-3K for guile-devel@m.gmane.org; Sat, 10 Jan 2004 19:05:39 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AfT6G-0003Cw-QC for guile-devel@gnu.org; Sat, 10 Jan 2004 19:05:04 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AfT5k-00038h-QT for guile-devel@gnu.org; Sat, 10 Jan 2004 19:05:03 -0500 Original-Received: from [61.8.0.36] (helo=snoopy.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AfT5k-00038b-4d for guile-devel@gnu.org; Sat, 10 Jan 2004 19:04:32 -0500 Original-Received: from mongrel.pacific.net.au (mongrel.pacific.net.au [61.8.0.107]) by snoopy.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i0AN2x92003376; Sun, 11 Jan 2004 10:02:59 +1100 Original-Received: from localhost (ppp91.dyn251.pacific.net.au [203.143.251.91]) by mongrel.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i0AN2wha004137; Sun, 11 Jan 2004 10:02:58 +1100 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1AfS7x-0000oF-00; Sun, 11 Jan 2004 09:02:45 +1000 Original-To: Marius Vollmer Mail-Copies-To: never In-Reply-To: <87u1331m72.fsf@zagadka.ping.de> (Marius Vollmer's message of "Sat, 10 Jan 2004 23:19:13 +0100") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3184 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3184 Marius Vollmer writes: > > Yes, excellent. Please apply. I think I'll make array-fill! convert with num2dbl, like I mentioned, which would mean the calls to scm_array_fill_x don't change. It occurred to me there's also a question about what array-prototype should return. A fraction 1/3 would match the manual, and be good for anyone testing (= 1/3 (array-prototype a)). A flonum is of course what it returned in 1.6, but I'm thinking that keeping "= 1/3" working is more important. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel