From unknown Sat Jun 21 03:14:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#16890: current-thread need to be re-exported in srfi-18 Resent-From: Xin Wang Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Thu, 27 Feb 2014 01:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 16890 X-GNU-PR-Package: guile X-GNU-PR-Keywords: To: 16890@debbugs.gnu.org X-Debbugs-Original-To: bug-guile@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.139346366817682 (code B ref -1); Thu, 27 Feb 2014 01:15:02 +0000 Received: (at submit) by debbugs.gnu.org; 27 Feb 2014 01:14:28 +0000 Received: from localhost ([127.0.0.1]:41998 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WIpYS-0004b8-5a for submit@debbugs.gnu.org; Wed, 26 Feb 2014 20:14:28 -0500 Received: from eggs.gnu.org ([208.118.235.92]:37064) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WIpYQ-0004b0-Lx for submit@debbugs.gnu.org; Wed, 26 Feb 2014 20:14:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIpYP-0006Dh-HX for submit@debbugs.gnu.org; Wed, 26 Feb 2014 20:14:26 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:40166) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIpYP-0006Dd-EM for submit@debbugs.gnu.org; Wed, 26 Feb 2014 20:14:25 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIpYO-000545-NZ for bug-guile@gnu.org; Wed, 26 Feb 2014 20:14:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIpYN-0006Cd-Pb for bug-guile@gnu.org; Wed, 26 Feb 2014 20:14:24 -0500 Received: from mail-qa0-x236.google.com ([2607:f8b0:400d:c00::236]:52339) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIpYN-0006CS-K0 for bug-guile@gnu.org; Wed, 26 Feb 2014 20:14:23 -0500 Received: by mail-qa0-f54.google.com with SMTP id w8so1302022qac.13 for ; Wed, 26 Feb 2014 17:14:22 -0800 (PST) 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=RHaIiRHxzSagggk2IX+DcyNc+EaCCvUULnoQBUHzegQ=; b=IfSayXHvO1Ce2BM97hWE1NAK1GYFWkeRvZEfeBCOCyGW1SU6gxrVj0laYxI/Vg4eFa TkGVb8rIatxTL6eKYqV7mBiLiVIfczhyHdZiP9yYUj7h6DcDvM9q/NDPsEKvDUFQ73sz bV1lEI0Q9IE8Ba9gmXnb0MDuVg1GWEUEgjIiMQMMKK4tqT9jUCVCWl2QFkkMSdlQRGum E8bnY61eaEqMdVe+aZQgSZCQ2d8xTpUQqR6Q7a/aNNuKt0xjCzCVLClDo5j+FMuBUQmX lKJCBi56zMSA335r7J+RihQ7RGuapViWTJJTrx2RRCYUAJvwQwrL7nyq0KXm+LpSxZ47 CzkA== MIME-Version: 1.0 X-Received: by 10.140.26.240 with SMTP id 103mr3591476qgv.92.1393463662680; Wed, 26 Feb 2014 17:14:22 -0800 (PST) Received: by 10.140.92.3 with HTTP; Wed, 26 Feb 2014 17:14:22 -0800 (PST) Date: Thu, 27 Feb 2014 09:14:22 +0800 Message-ID: From: Xin Wang Content-Type: multipart/alternative; boundary=001a11c00cb29f24c204f3590a16 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 (----) --001a11c00cb29f24c204f3590a16 Content-Type: text/plain; charset=ISO-8859-1 When try to import current-thread from srfi-18, guile fails with: ERROR: no binding `current-thread' in module (srfi srfi-18) It seems that current-thread need to be re-exported? --001a11c00cb29f24c204f3590a16 Content-Type: text/html; charset=ISO-8859-1
When try to import current-thread from srfi-18, guile fails with:

ERROR: no binding `current-thread' in module (srfi srfi-18)

It seems that current-thread need to be re-exported?
--001a11c00cb29f24c204f3590a16-- From unknown Sat Jun 21 03:14:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#16890: current-thread need to be re-exported in srfi-18 Resent-From: Nala Ginrut Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Fri, 28 Feb 2014 03:25:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 16890 X-GNU-PR-Package: guile X-GNU-PR-Keywords: To: Xin Wang Cc: 16890@debbugs.gnu.org Received: via spool by 16890-submit@debbugs.gnu.org id=B16890.139355786316515 (code B ref 16890); Fri, 28 Feb 2014 03:25:01 +0000 Received: (at 16890) by debbugs.gnu.org; 28 Feb 2014 03:24:23 +0000 Received: from localhost ([127.0.0.1]:43369 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WJE3i-0004IJ-RO for submit@debbugs.gnu.org; Thu, 27 Feb 2014 22:24:23 -0500 Received: from mail-pb0-f46.google.com ([209.85.160.46]:38999) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WJE3g-0004I3-CE for 16890@debbugs.gnu.org; Thu, 27 Feb 2014 22:24:20 -0500 Received: by mail-pb0-f46.google.com with SMTP id rq2so160877pbb.19 for <16890@debbugs.gnu.org>; Thu, 27 Feb 2014 19:24:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:cc:date:in-reply-to:references :organization:content-type:mime-version:content-transfer-encoding; bh=0aYUET9No5C8t1OyVET1nBQ+u2u1alwdrsnY83nyKv0=; b=0vBnOstugFevym2OYsbUOGG9cCXRr4T9l163RbqohWv/KlAfHEhRETDxhlTJ/QoLmC cUZVeH8PulppceZYu8Jegy2wlzosheSP1S9BB6or/En6NayvY36DmGeWd6ul0TOPs3gS NUchipcs0A3WUSzMiTn66leki4CQ/KECmtbxZoBYNG1LxqJpS+VRVCQAX84F22O7/4nP PTNhOgWyQtHtaw9m5qAYFZdvKfmJeWfKO3Oh32eshWn/Gm4uIbtBejiBNqs/WsjFWNWv lcfuqmkABtoj26Kwttt9nmog2jAwYLWGSaLhtPaQTNYW6Dqo10NFoVAPbDR7brPN5fSn n57w== X-Received: by 10.66.145.166 with SMTP id sv6mr666059pab.31.1393557859176; Thu, 27 Feb 2014 19:24:19 -0800 (PST) Received: from [147.2.147.115] ([203.192.156.9]) by mx.google.com with ESMTPSA id yh4sm923886pbb.19.2014.02.27.19.24.17 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Thu, 27 Feb 2014 19:24:18 -0800 (PST) Message-ID: <1393557854.8865.6.camel@Renee-desktop.suse> From: Nala Ginrut Date: Fri, 28 Feb 2014 11:24:14 +0800 In-Reply-To: References: Organization: HFG Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) 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: -0.7 (/) You don't have to import current-thread from srfi-18, it's already in top-level. But if you really need it, you have to use @@ for this un-exported symbol. On Thu, 2014-02-27 at 09:14 +0800, Xin Wang wrote: > When try to import current-thread from srfi-18, guile fails with: > > ERROR: no binding `current-thread' in module (srfi srfi-18) > > It seems that current-thread need to be re-exported? From unknown Sat Jun 21 03:14:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#16890: current-thread need to be re-exported in srfi-18 Resent-From: Mark H Weaver Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Fri, 28 Feb 2014 04:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 16890 X-GNU-PR-Package: guile X-GNU-PR-Keywords: To: Nala Ginrut Cc: 16890@debbugs.gnu.org, Xin Wang Received: via spool by 16890-submit@debbugs.gnu.org id=B16890.139356053521550 (code B ref 16890); Fri, 28 Feb 2014 04:09:02 +0000 Received: (at 16890) by debbugs.gnu.org; 28 Feb 2014 04:08:55 +0000 Received: from localhost ([127.0.0.1]:43376 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WJEko-0005bU-Fg for submit@debbugs.gnu.org; Thu, 27 Feb 2014 23:08:55 -0500 Received: from world.peace.net ([96.39.62.75]:37471) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WJEkm-0005bL-2N for 16890@debbugs.gnu.org; Thu, 27 Feb 2014 23:08:53 -0500 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 1WJEke-00046T-QE; Thu, 27 Feb 2014 23:08:45 -0500 From: Mark H Weaver References: <1393557854.8865.6.camel@Renee-desktop.suse> Date: Thu, 27 Feb 2014 23:07:35 -0500 In-Reply-To: <1393557854.8865.6.camel@Renee-desktop.suse> (Nala Ginrut's message of "Fri, 28 Feb 2014 11:24:14 +0800") Message-ID: <87iorzq3qw.fsf@yeeloong.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.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: 0.0 (/) Nala Ginrut writes: > You don't have to import current-thread from srfi-18, it's already in > top-level. Not for R6RS code. This is a genuine bug, and I'll push a fix shortly. Mark From unknown Sat Jun 21 03:14:49 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Xin Wang Subject: bug#16890: closed (Re: bug#16890: current-thread need to be re-exported in srfi-18) Message-ID: References: <87bnxrpz06.fsf@yeeloong.lan> X-Gnu-PR-Message: they-closed 16890 X-Gnu-PR-Package: guile Reply-To: 16890@debbugs.gnu.org Date: Fri, 28 Feb 2014 05:52:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1393566723-531-1" This is a multi-part message in MIME format... ------------=_1393566723-531-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #16890: current-thread need to be re-exported in srfi-18 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 16890@debbugs.gnu.org. --=20 16890: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D16890 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1393566723-531-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 16890-done) by debbugs.gnu.org; 28 Feb 2014 05:51:14 +0000 Received: from localhost ([127.0.0.1]:43408 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WJGLp-00006u-Q4 for submit@debbugs.gnu.org; Fri, 28 Feb 2014 00:51:14 -0500 Received: from world.peace.net ([96.39.62.75]:37627) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WJGLl-00006k-Rz for 16890-done@debbugs.gnu.org; Fri, 28 Feb 2014 00:51:10 -0500 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 1WJGLf-0004IH-KC; Fri, 28 Feb 2014 00:51:03 -0500 From: Mark H Weaver To: Xin Wang Subject: Re: bug#16890: current-thread need to be re-exported in srfi-18 References: Date: Fri, 28 Feb 2014 00:50:01 -0500 In-Reply-To: (Xin Wang's message of "Thu, 27 Feb 2014 09:14:22 +0800") Message-ID: <87bnxrpz06.fsf@yeeloong.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 16890-done Cc: 16890-done@debbugs.gnu.org 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: 0.0 (/) Xin Wang writes: > When try to import current-thread from srfi-18, guile fails with: > > ERROR: no binding `current-thread' in module (srfi srfi-18) > > It seems that current-thread need to be re-exported? Fixed in 6587bcfa53f620142e4f712ad347a25e3c33a9bc, which will be in Guile 2.0.10. I'm closing this bug now. Thanks! Mark ------------=_1393566723-531-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 27 Feb 2014 01:14:28 +0000 Received: from localhost ([127.0.0.1]:41998 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WIpYS-0004b8-5a for submit@debbugs.gnu.org; Wed, 26 Feb 2014 20:14:28 -0500 Received: from eggs.gnu.org ([208.118.235.92]:37064) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WIpYQ-0004b0-Lx for submit@debbugs.gnu.org; Wed, 26 Feb 2014 20:14:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIpYP-0006Dh-HX for submit@debbugs.gnu.org; Wed, 26 Feb 2014 20:14:26 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:40166) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIpYP-0006Dd-EM for submit@debbugs.gnu.org; Wed, 26 Feb 2014 20:14:25 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIpYO-000545-NZ for bug-guile@gnu.org; Wed, 26 Feb 2014 20:14:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIpYN-0006Cd-Pb for bug-guile@gnu.org; Wed, 26 Feb 2014 20:14:24 -0500 Received: from mail-qa0-x236.google.com ([2607:f8b0:400d:c00::236]:52339) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIpYN-0006CS-K0 for bug-guile@gnu.org; Wed, 26 Feb 2014 20:14:23 -0500 Received: by mail-qa0-f54.google.com with SMTP id w8so1302022qac.13 for ; Wed, 26 Feb 2014 17:14:22 -0800 (PST) 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=RHaIiRHxzSagggk2IX+DcyNc+EaCCvUULnoQBUHzegQ=; b=IfSayXHvO1Ce2BM97hWE1NAK1GYFWkeRvZEfeBCOCyGW1SU6gxrVj0laYxI/Vg4eFa TkGVb8rIatxTL6eKYqV7mBiLiVIfczhyHdZiP9yYUj7h6DcDvM9q/NDPsEKvDUFQ73sz bV1lEI0Q9IE8Ba9gmXnb0MDuVg1GWEUEgjIiMQMMKK4tqT9jUCVCWl2QFkkMSdlQRGum E8bnY61eaEqMdVe+aZQgSZCQ2d8xTpUQqR6Q7a/aNNuKt0xjCzCVLClDo5j+FMuBUQmX lKJCBi56zMSA335r7J+RihQ7RGuapViWTJJTrx2RRCYUAJvwQwrL7nyq0KXm+LpSxZ47 CzkA== MIME-Version: 1.0 X-Received: by 10.140.26.240 with SMTP id 103mr3591476qgv.92.1393463662680; Wed, 26 Feb 2014 17:14:22 -0800 (PST) Received: by 10.140.92.3 with HTTP; Wed, 26 Feb 2014 17:14:22 -0800 (PST) Date: Thu, 27 Feb 2014 09:14:22 +0800 Message-ID: Subject: current-thread need to be re-exported in srfi-18 From: Xin Wang To: bug-guile@gnu.org Content-Type: multipart/alternative; boundary=001a11c00cb29f24c204f3590a16 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 (----) --001a11c00cb29f24c204f3590a16 Content-Type: text/plain; charset=ISO-8859-1 When try to import current-thread from srfi-18, guile fails with: ERROR: no binding `current-thread' in module (srfi srfi-18) It seems that current-thread need to be re-exported? --001a11c00cb29f24c204f3590a16 Content-Type: text/html; charset=ISO-8859-1
When try to import current-thread from srfi-18, guile fails with:

ERROR: no binding `current-thread' in module (srfi srfi-18)

It seems that current-thread need to be re-exported?
--001a11c00cb29f24c204f3590a16-- ------------=_1393566723-531-1--