From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Olivier Dion via "Developers list for Guile, the GNU extensibility library" Newsgroups: gmane.lisp.guile.devel Subject: Re: Are source locations broken? Date: Sun, 01 May 2022 13:04:43 -0400 Message-ID: <87czgx2nh0.fsf@laura> References: <73bb359c-54b3-02bf-9928-af4bcf513291@abou-samra.fr> <1b0c619131ac4c488ec48307db1d53aa542b1540.camel@telenet.be> <3bb93b9b4afae36ef51cbbaa876a558214412fd3.camel@telenet.be> Reply-To: Olivier Dion Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9245"; mail-complaints-to="usenet@ciao.gmane.io" To: Maxime Devos , Jean Abou Samra , guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Sun May 01 19:05:15 2022 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nlD0V-0002BI-BB for guile-devel@m.gmane-mx.org; Sun, 01 May 2022 19:05:15 +0200 Original-Received: from localhost ([::1]:39824 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nlD0U-0003K2-3u for guile-devel@m.gmane-mx.org; Sun, 01 May 2022 13:05:14 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58296) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nlD0G-0003Jl-FU for guile-devel@gnu.org; Sun, 01 May 2022 13:05:00 -0400 Original-Received: from smtp.polymtl.ca ([132.207.4.11]:53962) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nlD0D-0000C6-CV for guile-devel@gnu.org; Sun, 01 May 2022 13:04:59 -0400 Original-Received: from localhost (modemcable094.169-200-24.mc.videotron.ca [24.200.169.94]) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id 241H4hL3003345 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sun, 1 May 2022 13:04:47 -0400 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca 241H4hL3003345 In-Reply-To: <3bb93b9b4afae36ef51cbbaa876a558214412fd3.camel@telenet.be> X-Poly-FromMTA: (modemcable094.169-200-24.mc.videotron.ca [24.200.169.94]) at Sun, 1 May 2022 17:04:43 +0000 Received-SPF: pass client-ip=132.207.4.11; envelope-from=olivier.dion@polymtl.ca; helo=smtp.polymtl.ca X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.io gmane.lisp.guile.devel:21203 Archived-At: On Fri, 25 Mar 2022, Maxime Devos wrote: > Maxime Devos schreef op vr 25-03-2022 om 21:22 [+0100]: > Here's a minimal reproducer: > > $ cat trtr.scm: >> foo > > $ guild compile trtr.scm >> : warning: possibly unbound variable `foo' >> wrote `$HOME/.cache/guile/ccache/3.0-LE-8-4.6/$HOME/trtr.scm.go' Any news on that bug? -- Olivier Dion oldiob.dev