From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Roland Orre Newsgroups: gmane.lisp.guile.bugs,gmane.lisp.guile.devel Subject: Re: uniform-vector? gives true for list Date: Fri, 06 Feb 2004 21:19:47 +0100 Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Message-ID: <1076098787.2811.211.camel@localhost> References: <16397.52459.731364.359708@localhost.localdomain> <87k73lug4x.fsf@zip.com.au> <16399.49843.477766.969664@localhost.localdomain> <1075297977.5072.37.camel@localhost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1076099034 26430 80.91.224.253 (6 Feb 2004 20:23:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 6 Feb 2004 20:23:54 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Feb 06 21:23:36 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 1ApCVj-0000Tm-00 for ; Fri, 06 Feb 2004 21:23:36 +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 1ApCUr-0008Bn-Ez for guile-bugs@m.gmane.org; Fri, 06 Feb 2004 15:22:41 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ApCUd-00088N-83 for bug-guile@gnu.org; Fri, 06 Feb 2004 15:22:27 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ApCU6-0007sW-3L for bug-guile@gnu.org; Fri, 06 Feb 2004 15:22:25 -0500 Original-Received: from [195.47.247.21] (helo=csmtp.b-one.net) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ApCU5-0007ow-Ea; Fri, 06 Feb 2004 15:21:53 -0500 Original-Received: from osts (h148n2fls33o875.telia.com [217.208.54.148]) by csmtp.b-one.net (Postfix) with ESMTP id A7402FB981; Fri, 6 Feb 2004 21:21:49 +0100 (CET) Original-To: bug-guile@gnu.org In-Reply-To: <1075297977.5072.37.camel@localhost> X-Mailer: Ximian Evolution 1.4.5 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GUILE, GNU's Ubiquitous Extension Language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.bugs:1160 gmane.lisp.guile.devel:3347 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:1160 Maybe I should mention that this is both for 1.6.* and for 1.7 and of course for (array? ..) as well. It would of course be consistent if (if (array? '(a b c)) (array-ref '(a b c) 0)) would return 'a without errors, but this is not really what we want I guess... Best regards Roland Orre On Wed, 2004-01-28 at 14:52, Roland Orre wrote: > guile-user> (uniform-vector? '(a b c)) > #t > > This in both 1.6.4 and 1.7 > > Best regards > Roland Orre > _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile