From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: equal? on arrays Date: 25 Mar 2006 21:47:39 +0200 Message-ID: <8764m2s3vo.fsf@minimini.mvo.home> References: <8764mqkm5n.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1143316082 4280 80.91.229.2 (25 Mar 2006 19:48:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 25 Mar 2006 19:48:02 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Mar 25 20:47:57 2006 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FNEjp-0000Oa-Pi for guile-devel@m.gmane.org; Sat, 25 Mar 2006 20:47:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FNEjp-0005l0-CY for guile-devel@m.gmane.org; Sat, 25 Mar 2006 14:47:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FNEjh-0005jB-S8 for guile-devel@gnu.org; Sat, 25 Mar 2006 14:47:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FNEjf-0005hM-HU for guile-devel@gnu.org; Sat, 25 Mar 2006 14:47:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FNEjf-0005h4-Db for guile-devel@gnu.org; Sat, 25 Mar 2006 14:47:43 -0500 Original-Received: from [213.243.153.37] (helo=smtp1.pp.htv.fi) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FNEkm-0005S8-AE for guile-devel@gnu.org; Sat, 25 Mar 2006 14:48:52 -0500 Original-Received: from zagadka.ping.de (cs181072157.pp.htv.fi [82.181.72.157]) by smtp1.pp.htv.fi (Postfix) with SMTP id 542C77FC77 for ; Sat, 25 Mar 2006 21:47:40 +0200 (EET) Original-Received: (qmail 7510 invoked by uid 1000); 25 Mar 2006 21:47:40 +0200 Original-To: guile-devel@gnu.org In-Reply-To: <8764mqkm5n.fsf@zip.com.au> Original-Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:5801 Archived-At: Kevin Ryde writes: > What can be said in the manual about `equal?' on arrays these days? > Can vectors and 1-dim arrays be compared with equal now? Is it still > the case that all shared arrays have to be compared with > `array-equal?' ? It should clearly be possible to use equal? with all kinds of arrays. If this isn't the case, we would need to fix. (I hope that the fix is as easy as documenting the bug in this case...) -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel