From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: mapping.scm and hashx-remove! Date: Sun, 21 Sep 2003 09:23:11 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <874qz7yrhc.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1064100312 7972 80.91.224.253 (20 Sep 2003 23:25:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 20 Sep 2003 23:25:12 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Sep 21 01:25:10 2003 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 1A0r6E-0003df-00 for ; Sun, 21 Sep 2003 01:25:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A0r50-0007Fx-R3 for guile-devel@m.gmane.org; Sat, 20 Sep 2003 19:23:54 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 1A0r4T-00074L-8D for guile-devel@gnu.org; Sat, 20 Sep 2003 19:23:21 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 1A0r4R-00073M-81 for guile-devel@gnu.org; Sat, 20 Sep 2003 19:23:19 -0400 Original-Received: from [61.8.0.36] (helo=snoopy.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A0r4Q-00071X-4W for guile-devel@gnu.org; Sat, 20 Sep 2003 19:23:18 -0400 Original-Received: from mongrel.pacific.net.au (mongrel.pacific.net.au [61.8.0.107]) by snoopy.pacific.net.au (8.12.3/8.12.3/Debian-6.4) with ESMTP id h8KNNG4R008274 for ; Sun, 21 Sep 2003 09:23:16 +1000 Original-Received: from localhost (ppp24.dyn228.pacific.net.au [203.143.228.24]) by mongrel.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id h8KNKtXY008911 for ; Sun, 21 Sep 2003 09:20:56 +1000 Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 1A0r4J-0001gb-00; Sun, 21 Sep 2003 09:23:11 +1000 Original-To: guile-devel@gnu.org Mail-Copies-To: never User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2813 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2813 In ice-9/mapping.scm line 97, hash-table-mapping-hooks has a call (hashx-get-handle hash-proc assoc-proc delete-proc table key) which is the wrong number of arguments for that function. Just from looking at it, I wonder if it's meant to be hashx-remove! instead of hashx-get-handle. Except there's no hashx-remove! defined. scm_hashx_remove_x exists, but it's not given a scheme level binding. Looks like scm_hashx_remove_x might be missing "&closure" for scm_hash_fn_remove_x too, though again that's only from looking at it. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel