From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: array handles and non-local exits Date: Thu, 23 Jul 2009 23:20:19 +0200 Message-ID: References: <49dd78620809151317i3421081ey3337d678477046ab@mail.gmail.com> <87ljxsv80p.fsf@gnu.org> <49dd78620809171232n745ac8ecgd2c3936989ce723b@mail.gmail.com> <87myi5g98g.fsf@gnu.org> <49dd78620809180217p21c36802me305270af14a6f95@mail.gmail.com> <87my7j8jr6.fsf@gnu.org> <873a99ftap.fsf@gnu.org> <87ljmxsgxp.fsf@gnu.org> <874otkbv5j.fsf@gnu.org> <87ws64a17i.fsf@arudy.ossau.uklinux.net> <87y6qju2vm.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1248384380 6927 80.91.229.12 (23 Jul 2009 21:26:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Jul 2009 21:26:20 +0000 (UTC) Cc: guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jul 23 23:26:13 2009 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 1MU5np-0008F1-JF for guile-devel@m.gmane.org; Thu, 23 Jul 2009 23:26:13 +0200 Original-Received: from localhost ([127.0.0.1]:46172 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MU5np-0001RF-2N for guile-devel@m.gmane.org; Thu, 23 Jul 2009 17:26:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MU5nh-0001PU-Fx for guile-devel@gnu.org; Thu, 23 Jul 2009 17:26:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MU5na-0001Jr-FF for guile-devel@gnu.org; Thu, 23 Jul 2009 17:26:02 -0400 Original-Received: from [199.232.76.173] (port=56621 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MU5na-0001Jl-7h for guile-devel@gnu.org; Thu, 23 Jul 2009 17:25:58 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:45769 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MU5nX-0004eB-5F; Thu, 23 Jul 2009 17:25:55 -0400 Original-Received: from localhost.localdomain (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id D19CAF910; Thu, 23 Jul 2009 17:25:54 -0400 (EDT) Original-Received: from unquote (unknown [81.38.186.175]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id F3CE6F90F; Thu, 23 Jul 2009 17:25:52 -0400 (EDT) In-Reply-To: <87y6qju2vm.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Mon, 20 Jul 2009 11:20:45 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Pobox-Relay-ID: 67A18BE4-77CF-11DE-AA66-AEF1826986A2-02397024!a-pb-sasl-sd.pobox.com 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:8936 Archived-At: Hi, On Mon 20 Jul 2009 11:20, ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Neil Jerram writes: > >> ludo@gnu.org (Ludovic Court=C3=A8s) writes: >> >>> Andy Wingo writes: > > [...] > >>>> Array_handle_release is a bad idea. >>> >>> Fair enough. >> >> FWIW, I agree (I think with both of you) that `we might need it in >> future' is not a good argument, but that API compatibility is. > > OK. So we can proceed with the removal, leaving a no-op macro when > SCM_ENABLE_DEPRECATED =3D=3D 1. Andy, can you take care of this? :-) Sure. I'd like to include it as part of wip-array-refactor, so I'll wait and see what the resolution is there. Andy --=20 http://wingolog.org/