From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: Suggestion for change in the new array interface Date: Mon, 28 Feb 2005 03:41:59 +0100 Message-ID: <87r7j1e77s.fsf@zagadka.de> References: <66e540fe050219133267ee9985@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1109558435 13086 80.91.229.2 (28 Feb 2005 02:40:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 Feb 2005 02:40:35 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Feb 28 03:40:34 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D5apb-0006Sx-Hd for guile-devel@m.gmane.org; Mon, 28 Feb 2005 03:40:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D5b7s-0006oI-6O for guile-devel@m.gmane.org; Sun, 27 Feb 2005 21:59:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D5b7p-0006nv-2r for guile-devel@gnu.org; Sun, 27 Feb 2005 21:59:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D5b7m-0006mr-H4 for guile-devel@gnu.org; Sun, 27 Feb 2005 21:59:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D5b7m-0006mM-FQ for guile-devel@gnu.org; Sun, 27 Feb 2005 21:59:10 -0500 Original-Received: from [195.253.8.218] (helo=mail.dokom.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D5arH-0004FR-66 for guile-devel@gnu.org; Sun, 27 Feb 2005 21:42:07 -0500 Original-Received: from [195.253.16.122] (helo=zagadka.ping.de) by mail.dokom.net with smtp (Exim 4.34) id 1D5arG-000175-2k for guile-devel@gnu.org; Mon, 28 Feb 2005 03:42:06 +0100 Original-Received: (qmail 4721 invoked by uid 1000); 28 Feb 2005 02:41:59 -0000 Original-To: djurfeldt@nada.kth.se In-Reply-To: <66e540fe050219133267ee9985@mail.gmail.com> (Mikael Djurfeldt's message of "Sat, 19 Feb 2005 22:32:59 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) 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 X-MailScanner-To: guile-devel@m.gmane.org Xref: main.gmane.org gmane.lisp.guile.devel:4809 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4809 Mikael Djurfeldt writes: > The part after the first sentence indicates that I don't have to call > scm_array_handle_release before throwing the error. Is that so? It is so. Also, you can use scm_c_array_rank to get the array rank as a size_t. (I forgot to document this function, sorry...) -- 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