From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.bugs Subject: Re: Strange undefined binding bug coupled to module system Date: Thu, 04 Nov 2004 15:10:55 +0100 Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1099577504 21140 80.91.229.6 (4 Nov 2004 14:11:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Nov 2004 14:11:44 +0000 (UTC) Cc: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Nov 04 15:11:30 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CPiKn-0000b6-00 for ; Thu, 04 Nov 2004 15:11:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CPiSu-0005ot-RT for guile-bugs@m.gmane.org; Thu, 04 Nov 2004 09:19:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CPiSp-0005ok-UK for bug-guile@gnu.org; Thu, 04 Nov 2004 09:19:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CPiSo-0005oM-IM for bug-guile@gnu.org; Thu, 04 Nov 2004 09:19:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CPiSo-0005oJ-FF for bug-guile@gnu.org; Thu, 04 Nov 2004 09:19:46 -0500 Original-Received: from [129.217.163.1] (helo=mail.dt.e-technik.uni-dortmund.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CPiKX-0005hU-L0 for bug-guile@gnu.org; Thu, 04 Nov 2004 09:11:13 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 88D303D870; Thu, 4 Nov 2004 15:10:55 +0100 (CET) Original-Received: from mail.dt.e-technik.uni-dortmund.de ([127.0.0.1]) by localhost (krusty [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13427-06-5; Thu, 4 Nov 2004 15:10:55 +0100 (CET) Original-Received: from troy.dt.e-technik.uni-dortmund.de (troy.dt.e-technik.uni-dortmund.de [129.217.163.17]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 61745126FE; Thu, 4 Nov 2004 15:10:55 +0100 (CET) Original-Received: by troy.dt.e-technik.uni-dortmund.de (Postfix, from userid 520) id 22641B995; Thu, 4 Nov 2004 15:10:55 +0100 (CET) Original-To: djurfeldt@nada.kth.se In-Reply-To: (Mikael Djurfeldt's message of "Sun, 24 Oct 2004 20:55:21 +0200") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) X-Virus-Scanned: by amavisd-new at dt.e-technik.uni-dortmund.de X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.bugs:1968 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:1968 Mikael Djurfeldt writes: > 2004-04-22 Dirk Herrmann > > (scm_m_define): Change order to first create binding and > evaluating the expression afterwards. > > While this change works in the R5RS situation without a module system, > the presence of a module system, with the difference between imported > and local bindings, introduces complications. What would happen if you just revert that change? Dirk? _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile