From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Patrick Bernaud Newsgroups: gmane.lisp.guile.bugs Subject: [bug #31269] keywords alternative read syntax and compilation Date: Thu, 07 Oct 2010 14:42:19 +0000 Message-ID: <20101007-164219.sv80115.13330@savannah.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Trace: dough.gmane.org 1286463603 31438 80.91.229.12 (7 Oct 2010 15:00:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 7 Oct 2010 15:00:03 +0000 (UTC) To: Patrick Bernaud , bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Oct 07 17:00:02 2010 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P3rwv-0001DA-II for guile-bugs@m.gmane.org; Thu, 07 Oct 2010 17:00:01 +0200 Original-Received: from localhost ([127.0.0.1]:50875 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3rwv-0007FO-1S for guile-bugs@m.gmane.org; Thu, 07 Oct 2010 11:00:01 -0400 Original-Received: from [140.186.70.92] (port=44055 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3rwo-0007FJ-LK for bug-guile@gnu.org; Thu, 07 Oct 2010 10:59:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3rwn-0004FN-OI for bug-guile@gnu.org; Thu, 07 Oct 2010 10:59:54 -0400 Original-Received: from colonialone.fsf.org ([140.186.70.51]:53343 helo=internal.in.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3rfo-0003q1-DB for bug-guile@gnu.org; Thu, 07 Oct 2010 10:42:20 -0400 Original-Received: from [10.1.0.103] (helo=frontend.in.savannah.gnu.org) by internal.in.savannah.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P3rfn-0002Vr-UY; Thu, 07 Oct 2010 14:42:19 +0000 Original-Received: from www-data by frontend.in.savannah.gnu.org with local (Exim 4.69) (envelope-from ) id 1P3rfn-000082-ST; Thu, 07 Oct 2010 14:42:19 +0000 X-Savane-Server: savannah.gnu.org:443 [10.1.0.103] X-Savane-Project: guile X-Savane-Tracker: bugs X-Savane-Item-ID: 31269 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9.0.19) Gecko/20080528 Epiphany/2.22 X-Apparently-From: 213.41.144.149 (Savane authenticated user patb) Original-References: In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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: news.gmane.org gmane.lisp.guile.bugs:4824 Archived-At: URL: Summary: keywords alternative read syntax and compilation Project: Guile Submitted by: patb Submitted on: Thu 07 Oct 2010 04:42:19 PM CEST Category: None Severity: 3 - Normal Item Group: None Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any _______________________________________________________ Details: When run with auto-compilation turned on, the attached program produce the following error: $ guile -q -s test.scm ERROR: In procedure module-lookup: ERROR: Unbound variable: #{:test}# Conversely, running it without auto compilation (and with the previously generated .go file deleted), it works fine: $ guile -q --no-autocompile -s test.scm #t #t $ _______________________________________________________ File Attachments: ------------------------------------------------------- Date: Thu 07 Oct 2010 04:42:19 PM CEST Name: test.scm Size: 102B By: patb _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/