From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Daniel_Llorens_del_R=EDo?= Newsgroups: gmane.lisp.guile.devel Subject: Re: bug in scm_arrray_handle_[srfi tag]_elements Date: Tue, 12 Jan 2010 20:48:03 +0100 Message-ID: <0142EF0E-5021-4EBF-9BE9-9C263114A6CA@bluewin.ch> References: <0JCC00MW3LBEPQ@imap0.epfl.ch> <992C8B41-B3DB-4482-9C6B-679B1CE9E7A9@bluewin.ch> <78A42C13-02F1-46A8-8E9C-B457687B0B5D@bluewin.ch> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1263326093 29574 80.91.229.12 (12 Jan 2010 19:54:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Jan 2010 19:54:53 +0000 (UTC) Cc: guile-devel@gnu.org To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Jan 12 20:54:45 2010 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NUmp8-0000VC-J8 for guile-devel@m.gmane.org; Tue, 12 Jan 2010 20:54:42 +0100 Original-Received: from localhost ([127.0.0.1]:37442 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUmp9-0008Oc-C8 for guile-devel@m.gmane.org; Tue, 12 Jan 2010 14:54:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUmij-0003Qi-RG for guile-devel@gnu.org; Tue, 12 Jan 2010 14:48:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUmie-0003Nb-Vd for guile-devel@gnu.org; Tue, 12 Jan 2010 14:48:05 -0500 Original-Received: from [199.232.76.173] (port=59863 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUmie-0003NQ-Ob for guile-devel@gnu.org; Tue, 12 Jan 2010 14:48:00 -0500 Original-Received: from tr15.bluewin.ch ([195.186.18.83]:38671) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NUmie-0007WT-9K for guile-devel@gnu.org; Tue, 12 Jan 2010 14:48:00 -0500 Original-Received: from [192.168.1.37] (81.63.72.92) by tr15.bluewin.ch (The Blue Window 8.5.119.018.5.119.01) (authenticated as daniel.llorens) id 4B0E88BC0180AB47; Tue, 12 Jan 2010 19:47:57 +0000 In-Reply-To: X-Mailer: Apple Mail (2.753.1) X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:9875 Archived-At: On 12 Jan, 2010, at 20:16, Andy Wingo wrote: > I gave it another go; please take a look at it :) Looks good! I had not noticed the other two cases. Thanks, Daniel