From unknown Mon Aug 18 18:02:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#20551: Missing dokumentation for weak hash tables Resent-From: Stefan Israelsson Tampe Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Mon, 11 May 2015 20:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 20551 X-GNU-PR-Package: guile X-GNU-PR-Keywords: To: 20551@debbugs.gnu.org X-Debbugs-Original-To: bug-guile@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.14313744561979 (code B ref -1); Mon, 11 May 2015 20:01:02 +0000 Received: (at submit) by debbugs.gnu.org; 11 May 2015 20:00:56 +0000 Received: from localhost ([127.0.0.1]:41265 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yrtsl-0000Vq-4h for submit@debbugs.gnu.org; Mon, 11 May 2015 16:00:55 -0400 Received: from eggs.gnu.org ([208.118.235.92]:43824) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yrtsh-0000Va-SF for submit@debbugs.gnu.org; Mon, 11 May 2015 16:00:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yrtsb-0003PM-Iw for submit@debbugs.gnu.org; Mon, 11 May 2015 16:00:46 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48408) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yrtsb-0003PH-ES for submit@debbugs.gnu.org; Mon, 11 May 2015 16:00:45 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yrtsa-0004M7-2l for bug-guile@gnu.org; Mon, 11 May 2015 16:00:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YrtsZ-0003Ow-3z for bug-guile@gnu.org; Mon, 11 May 2015 16:00:43 -0400 Received: from mail-pa0-x231.google.com ([2607:f8b0:400e:c03::231]:35534) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrtsY-0003Om-Sp for bug-guile@gnu.org; Mon, 11 May 2015 16:00:43 -0400 Received: by pabtp1 with SMTP id tp1so117911647pab.2 for ; Mon, 11 May 2015 13:00:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=RHbrBmnvGSJkA9DNSetsOz+O6wRes6aQltMZCwyRC+E=; b=smUN08wTqnux1j6gPzMxuZoaEykDYDyi4EybaQgiFFp2dyaiKjLbQk6LTfrEngUXmn jN7SRDB5gCdLB9HRq3roYyUkK127oTzEyVZFSW228Lzx8M6+sxFZYDqWZHOT14XdLnCA JYdY38Sue6Y78CS7QnAlGx4nKMT8Vrso3TFlle3/GQdIzeMhtWzitcDQaJRSdTrt9o6P 1pFGrkXzkniA5uOp8QLNUUT9uN/mSR28iDWF67MY2CUtvYecVWPj5FK+lpbJo7PjgxFg FUyaO2eEziLpgoXzqr+hZ9UG+sPNon8Y50Lu1vUd629KicoUCBrxhSogi8vp2fgaJCvR fbaw== MIME-Version: 1.0 X-Received: by 10.66.66.166 with SMTP id g6mr22241733pat.88.1431374441100; Mon, 11 May 2015 13:00:41 -0700 (PDT) Received: by 10.70.78.132 with HTTP; Mon, 11 May 2015 13:00:41 -0700 (PDT) Date: Mon, 11 May 2015 22:00:41 +0200 Message-ID: From: Stefan Israelsson Tampe Content-Type: multipart/alternative; boundary=001a1134b4f81a3ac10515d3d527 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) --001a1134b4f81a3ac10515d3d527 Content-Type: text/plain; charset=UTF-8 Weak hash tables has an undokumented constraint in order for it to work. The key of a weak key value table / double weak table cannot be part of the value and expect the behavior in the current dokumentation to apply,, and vice verse for weak value tables. /Stefan --001a1134b4f81a3ac10515d3d527 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Weak hash tables has an undokumented constraint in order f= or it to work. The key
of a weak key value table / double weak table ca= nnot be part of the value and expect the behavior in
the current = dokumentation to apply,, and vice verse for weak value tables.
/Stefan
--001a1134b4f81a3ac10515d3d527-- From unknown Mon Aug 18 18:02:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#20551: Missing dokumentation for weak hash tables Resent-From: Andy Wingo Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Thu, 23 Jun 2016 20:39:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 20551 X-GNU-PR-Package: guile X-GNU-PR-Keywords: To: Stefan Israelsson Tampe Cc: 20551@debbugs.gnu.org Received: via spool by 20551-submit@debbugs.gnu.org id=B20551.146671430623610 (code B ref 20551); Thu, 23 Jun 2016 20:39:01 +0000 Received: (at 20551) by debbugs.gnu.org; 23 Jun 2016 20:38:26 +0000 Received: from localhost ([127.0.0.1]:53043 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bGBOL-00068k-Rx for submit@debbugs.gnu.org; Thu, 23 Jun 2016 16:38:26 -0400 Received: from pb-sasl2.pobox.com ([64.147.108.67]:52467 helo=sasl.smtp.pobox.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bGBOJ-00068c-Sx for 20551@debbugs.gnu.org; Thu, 23 Jun 2016 16:38:24 -0400 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-sasl2.pobox.com (Postfix) with ESMTP id 3DCFC2498E; Thu, 23 Jun 2016 16:38:21 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=vQ8IQViS1sdNZvpIL3SUxXWDMVU=; b=DsAmlJ eEiHIDxZdcD36sDu8RLE2E66rbg8yDn9Ypyp9+VQXIDWWu0mG8z9bQ1X3pgmZYH4 qYCXfAFSpa1hgbdXBgxfLhHH9Tq3iivf3krtCLkGmZPS+0s53lx7/tRSiBeHLUxF lUyfqfL8Wpuk9nA8il0L/LMKhsHn91roWqlKs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=p4Q6qAK964cUGKGw1iFS06z6Tunbu496 qc6YDrjqz3q19qFo9uZmGzl6fnA1tzQ2d3bZk1KHWswgu0M2I8CReVZWQl22bZMK ngRx1Y8oIZ+zkfsy1oyizlSUuDgp1SthO2fJfugDGbCvsYsbmQtSP3aaYhL4UCiX GKPZslRGUjs= Received: from pb-sasl2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-sasl2.pobox.com (Postfix) with ESMTP id 36DFC2498D; Thu, 23 Jun 2016 16:38:21 -0400 (EDT) Received: from clucks (unknown [88.160.190.192]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pb-sasl2.pobox.com (Postfix) with ESMTPSA id 524FF2498C; Thu, 23 Jun 2016 16:38:19 -0400 (EDT) From: Andy Wingo References: Date: Thu, 23 Jun 2016 22:38:12 +0200 In-Reply-To: (Stefan Israelsson Tampe's message of "Mon, 11 May 2015 22:00:41 +0200") Message-ID: <87a8ibljyj.fsf@pobox.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 6C450D2A-3982-11E6-97A8-28A6F1301B6D-02397024!pb-sasl2.pobox.com X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.4 (-) On Mon 11 May 2015 22:00, Stefan Israelsson Tampe writes: > Weak hash tables has an undokumented constraint in order for it to > work. The key > of a weak key value table / double weak table cannot be part of the > value and expect the behavior in > the current dokumentation to apply,, and vice verse for weak value > tables. Fixed in git, I believe; please send a patch if there is more to say. Cheers, Andy From unknown Mon Aug 18 18:02:13 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Stefan Israelsson Tampe Subject: bug#20551: closed (Re: bug#20551: Missing dokumentation for weak hash tables) Message-ID: References: <87y45vk490.fsf@pobox.com> X-Gnu-PR-Message: they-closed 20551 X-Gnu-PR-Package: guile Reply-To: 20551@debbugs.gnu.org Date: Thu, 23 Jun 2016 21:04:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1466715841-26040-1" This is a multi-part message in MIME format... ------------=_1466715841-26040-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #20551: Missing dokumentation for weak hash tables which was filed against the guile package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 20551@debbugs.gnu.org. --=20 20551: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D20551 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1466715841-26040-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 20551-done) by debbugs.gnu.org; 23 Jun 2016 21:03:04 +0000 Received: from localhost ([127.0.0.1]:53059 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bGBmC-0006kc-ED for submit@debbugs.gnu.org; Thu, 23 Jun 2016 17:03:04 -0400 Received: from pb-sasl2.pobox.com ([64.147.108.67]:51793 helo=sasl.smtp.pobox.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bGBmB-0006kU-AS for 20551-done@debbugs.gnu.org; Thu, 23 Jun 2016 17:03:03 -0400 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-sasl2.pobox.com (Postfix) with ESMTP id 103B624D9B for <20551-done@debbugs.gnu.org>; Thu, 23 Jun 2016 17:03:00 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=SSLmt0XI2dI3P81icIi2xl/Ofxw=; b=AClpzB y3E+JiH3g+B6q2z0r4U4nXcVkj22Z7yAXH08SJO7S2ctcslFQigIvIvci8l4tE3t Qgf5AUTCyBWTWBtg+s12jozol8jVSJOh1ipRe4fkl3KKq3pMyqSByy8NO4NQm1AM mhcAB/8aQ5qOipl0iKftUhyogaiGQieSwZ9og= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:subject :references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=cuLEU5ft4li2uARCEKcmcb748Q01XXTI gHsSVRIiTH1bdLsio0K1iSnTSG8gwEbUBjNwYkyObjuXURCUGRut6kMDBLN8LBxy yYcX1IuC+NhuFhkbPO67Mc9yLom6jByAT/Nln+lEdal4MzBYIpg8sDvriLxDzOOM nfPbDXv9Ffs= Received: from pb-sasl2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-sasl2.pobox.com (Postfix) with ESMTP id 0859724D9A for <20551-done@debbugs.gnu.org>; Thu, 23 Jun 2016 17:03:00 -0400 (EDT) Received: from clucks (unknown [88.160.190.192]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pb-sasl2.pobox.com (Postfix) with ESMTPSA id 1B8F624D99 for <20551-done@debbugs.gnu.org>; Thu, 23 Jun 2016 17:02:58 -0400 (EDT) From: Andy Wingo To: 20551-done@debbugs.gnu.org Subject: Re: bug#20551: Missing dokumentation for weak hash tables References: <87a8ibljyj.fsf@pobox.com> Date: Thu, 23 Jun 2016 23:02:51 +0200 In-Reply-To: <87a8ibljyj.fsf@pobox.com> (Andy Wingo's message of "Thu, 23 Jun 2016 22:38:12 +0200") Message-ID: <87y45vk490.fsf@pobox.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: DDB5A8D6-3985-11E6-9469-28A6F1301B6D-02397024!pb-sasl2.pobox.com X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: 20551-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.4 (-) thanks ------------=_1466715841-26040-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 11 May 2015 20:00:56 +0000 Received: from localhost ([127.0.0.1]:41265 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yrtsl-0000Vq-4h for submit@debbugs.gnu.org; Mon, 11 May 2015 16:00:55 -0400 Received: from eggs.gnu.org ([208.118.235.92]:43824) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yrtsh-0000Va-SF for submit@debbugs.gnu.org; Mon, 11 May 2015 16:00:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yrtsb-0003PM-Iw for submit@debbugs.gnu.org; Mon, 11 May 2015 16:00:46 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48408) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yrtsb-0003PH-ES for submit@debbugs.gnu.org; Mon, 11 May 2015 16:00:45 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yrtsa-0004M7-2l for bug-guile@gnu.org; Mon, 11 May 2015 16:00:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YrtsZ-0003Ow-3z for bug-guile@gnu.org; Mon, 11 May 2015 16:00:43 -0400 Received: from mail-pa0-x231.google.com ([2607:f8b0:400e:c03::231]:35534) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrtsY-0003Om-Sp for bug-guile@gnu.org; Mon, 11 May 2015 16:00:43 -0400 Received: by pabtp1 with SMTP id tp1so117911647pab.2 for ; Mon, 11 May 2015 13:00:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=RHbrBmnvGSJkA9DNSetsOz+O6wRes6aQltMZCwyRC+E=; b=smUN08wTqnux1j6gPzMxuZoaEykDYDyi4EybaQgiFFp2dyaiKjLbQk6LTfrEngUXmn jN7SRDB5gCdLB9HRq3roYyUkK127oTzEyVZFSW228Lzx8M6+sxFZYDqWZHOT14XdLnCA JYdY38Sue6Y78CS7QnAlGx4nKMT8Vrso3TFlle3/GQdIzeMhtWzitcDQaJRSdTrt9o6P 1pFGrkXzkniA5uOp8QLNUUT9uN/mSR28iDWF67MY2CUtvYecVWPj5FK+lpbJo7PjgxFg FUyaO2eEziLpgoXzqr+hZ9UG+sPNon8Y50Lu1vUd629KicoUCBrxhSogi8vp2fgaJCvR fbaw== MIME-Version: 1.0 X-Received: by 10.66.66.166 with SMTP id g6mr22241733pat.88.1431374441100; Mon, 11 May 2015 13:00:41 -0700 (PDT) Received: by 10.70.78.132 with HTTP; Mon, 11 May 2015 13:00:41 -0700 (PDT) Date: Mon, 11 May 2015 22:00:41 +0200 Message-ID: Subject: Missing dokumentation for weak hash tables From: Stefan Israelsson Tampe To: bug-guile@gnu.org Content-Type: multipart/alternative; boundary=001a1134b4f81a3ac10515d3d527 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) --001a1134b4f81a3ac10515d3d527 Content-Type: text/plain; charset=UTF-8 Weak hash tables has an undokumented constraint in order for it to work. The key of a weak key value table / double weak table cannot be part of the value and expect the behavior in the current dokumentation to apply,, and vice verse for weak value tables. /Stefan --001a1134b4f81a3ac10515d3d527 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Weak hash tables has an undokumented constraint in order f= or it to work. The key
of a weak key value table / double weak table ca= nnot be part of the value and expect the behavior in
the current = dokumentation to apply,, and vice verse for weak value tables.
/Stefan
--001a1134b4f81a3ac10515d3d527-- ------------=_1466715841-26040-1--