From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.bugs Subject: bug#33036: Bug with the procedure nil? inside a specific code Date: Fri, 19 Oct 2018 21:13:14 -0400 Message-ID: <87zhv94dzp.fsf@netris.org> References: <2cf0a45c-e973-79f5-6ab8-6794a68495d0@disroot.org> <87va65uyb3.fsf@netris.org> <87r2gtuq9q.fsf@netris.org> <87efcno2mk.fsf@pobox.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1539997926 16825 195.159.176.226 (20 Oct 2018 01:12:06 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 20 Oct 2018 01:12:06 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) Cc: calcium , 33036-done@debbugs.gnu.org To: Andy Wingo Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sat Oct 20 03:12:02 2018 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gDfoA-0004Hr-9s for guile-bugs@m.gmane.org; Sat, 20 Oct 2018 03:12:02 +0200 Original-Received: from localhost ([::1]:53279 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDfqG-0001jC-U4 for guile-bugs@m.gmane.org; Fri, 19 Oct 2018 21:14:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59616) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDfqB-0001iq-Nz for bug-guile@gnu.org; Fri, 19 Oct 2018 21:14:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDfq6-0001kj-Id for bug-guile@gnu.org; Fri, 19 Oct 2018 21:14:07 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:55788) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gDfq6-0001kZ-Ac for bug-guile@gnu.org; Fri, 19 Oct 2018 21:14:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gDfq5-0005Hh-Uf for bug-guile@gnu.org; Fri, 19 Oct 2018 21:14:01 -0400 Resent-From: Mark H Weaver Original-Sender: "Debbugs-submit" Resent-To: bug-guile@gnu.org Resent-Date: Sat, 20 Oct 2018 01:14:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 33036 X-GNU-PR-Package: guile X-GNU-PR-Keywords: Mail-Followup-To: 33036@debbugs.gnu.org, mhw@netris.org, calcium@disroot.org Original-Received: via spool by 33036-done@debbugs.gnu.org id=D33036.153999801520271 (code D ref 33036); Sat, 20 Oct 2018 01:14:01 +0000 Original-Received: (at 33036-done) by debbugs.gnu.org; 20 Oct 2018 01:13:35 +0000 Original-Received: from localhost ([127.0.0.1]:60044 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gDfpf-0005Gs-KU for submit@debbugs.gnu.org; Fri, 19 Oct 2018 21:13:35 -0400 Original-Received: from world.peace.net ([64.112.178.59]:46318) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gDfpd-0005Ge-4R for 33036-done@debbugs.gnu.org; Fri, 19 Oct 2018 21:13:33 -0400 Original-Received: from mhw by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1gDfpW-0001DD-PU; Fri, 19 Oct 2018 21:13:26 -0400 In-Reply-To: <87efcno2mk.fsf@pobox.com> (Andy Wingo's message of "Thu, 18 Oct 2018 14:33:55 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: "bug-guile" Xref: news.gmane.org gmane.lisp.guile.bugs:9212 Archived-At: Hi Andy, Andy Wingo writes: > Thank you, Mark! That looks great. Great, thanks for looking it over. I pushed it to the stable-2.2 branch as commit c3e14b74e81d0fd3266b97e6bd629cd4e2f98803. I'm closing this bug now, but feel free to reopen if appropriate. Thanks! Mark