From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Mikael Djurfeldt Newsgroups: gmane.lisp.guile.devel,gmane.lisp.guile.bugs Subject: Introduction of fractions exposes uniform vector prototype bug Date: Tue, 25 Nov 2003 18:02:14 -0500 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: Reply-To: djurfeldt@nada.kth.se NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1069802757 16758 80.91.224.253 (25 Nov 2003 23:25:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Nov 2003 23:25:57 +0000 (UTC) Cc: djurfeldt@nada.kth.se Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Nov 26 00:25:55 2003 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 1AOmZ9-0008T7-00 for ; Wed, 26 Nov 2003 00:25:55 +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 1AOnVr-0003SU-JJ for guile-devel@m.gmane.org; Tue, 25 Nov 2003 19:26:35 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AOnDV-0006NU-7X for guile-devel@gnu.org; Tue, 25 Nov 2003 19:07:37 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AOnCw-0006ED-8a for guile-devel@gnu.org; Tue, 25 Nov 2003 19:07:34 -0500 Original-Received: from [213.212.20.77] (helo=kvast.blakulla.net) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AOn9h-0005Cx-2Z; Tue, 25 Nov 2003 19:03:41 -0500 Original-Received: from chunk.mit.edu ([18.42.2.92] helo=chunk ident=mail) by kvast.blakulla.net with esmtp (Exim 3.36 #1 (Debian)) id 1AOmCF-00068I-00; Wed, 26 Nov 2003 00:02:15 +0100 Original-Received: from mdj by chunk with local (Exim 4.24) id 1AOmCE-0002XD-Q4; Tue, 25 Nov 2003 18:02:14 -0500 Original-To: bug-guile@gnu.org, guile-devel@gnu.org 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:3091 gmane.lisp.guile.bugs:1010 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3091 In the silly uniform vector (and array) prototype system, the canonical prototype for uniform double vectors is (according to the entry on uniform arrays in the manual) 1/3. However, since 1/3 is no longer a real, uniform vector creation with this prototype fails... I have no good suggestion for what to do about this, but one thing is certain: We can't suggest people to use 1/3 as prototype for double arrays (at least now without modifying scm_make_uve). Note also, that prototypes like 1.0 menas uniform float array... M (Who leaves this problem for somebody else to fix.) _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel