From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Test for weak pairs in hash-for-each Date: Wed, 12 Mar 2014 02:45:13 -0400 Message-ID: <878usf9apy.fsf@yeeloong.lan> References: <87vbvotjr3.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87vbvkw4p8.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1394606741 11363 80.91.229.3 (12 Mar 2014 06:45:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Mar 2014 06:45:41 +0000 (UTC) Cc: guile-devel@gnu.org To: David Thompson Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Mar 12 07:45:49 2014 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WNcvE-0006oy-QZ for guile-devel@m.gmane.org; Wed, 12 Mar 2014 07:45:48 +0100 Original-Received: from localhost ([::1]:58956 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNcvE-0005E6-4P for guile-devel@m.gmane.org; Wed, 12 Mar 2014 02:45:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47332) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNcv1-0005DD-SN for guile-devel@gnu.org; Wed, 12 Mar 2014 02:45:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WNcuv-0004h9-KH for guile-devel@gnu.org; Wed, 12 Mar 2014 02:45:35 -0400 Original-Received: from world.peace.net ([96.39.62.75]:45106) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNcuv-0004h1-5Q for guile-devel@gnu.org; Wed, 12 Mar 2014 02:45:29 -0400 Original-Received: from 209-6-91-212.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.91.212] helo=yeeloong.lan) by world.peace.net with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1WNcuo-00027N-O4; Wed, 12 Mar 2014 02:45:22 -0400 In-Reply-To: <87vbvkw4p8.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> (David Thompson's message of "Tue, 11 Mar 2014 22:06:43 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 96.39.62.75 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:16961 Archived-At: David Thompson writes: > * libguile/hashtab.c (hash-for-each): Test for deleted weak pairs. Instead of (hash-for-each), it should be (scm_internal_hash_for_each_handle). I went ahead and pushed it, with that change. Thanks! Mark