From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Maxime Devos Newsgroups: gmane.lisp.guile.devel Subject: Re: Are source locations broken? Date: Sun, 01 May 2022 20:27:20 +0200 Message-ID: References: <73bb359c-54b3-02bf-9928-af4bcf513291@abou-samra.fr> <1b0c619131ac4c488ec48307db1d53aa542b1540.camel@telenet.be> <3bb93b9b4afae36ef51cbbaa876a558214412fd3.camel@telenet.be> <87czgx2nh0.fsf@laura> Mime-Version: 1.0 Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-nIz9Q8ax+3EgGNnjSNl7" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18017"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.38.3-1 To: Olivier Dion , Jean Abou Samra , guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Sun May 01 20:28:04 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 1nlEIc-0004Ts-CN for guile-devel@m.gmane-mx.org; Sun, 01 May 2022 20:28:02 +0200 Original-Received: from localhost ([::1]:46156 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nlEIb-0006bt-3f for guile-devel@m.gmane-mx.org; Sun, 01 May 2022 14:28:01 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38776) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nlEIG-0006bl-WD for guile-devel@gnu.org; Sun, 01 May 2022 14:27:41 -0400 Original-Received: from laurent.telenet-ops.be ([2a02:1800:110:4::f00:19]:36858) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nlEI6-0002EY-Fp for guile-devel@gnu.org; Sun, 01 May 2022 14:27:32 -0400 Original-Received: from [192.168.105.254] ([178.119.10.153]) by laurent.telenet-ops.be with bizsmtp id RWTR270083J72EA01WTR7N; Sun, 01 May 2022 20:27:25 +0200 In-Reply-To: <87czgx2nh0.fsf@laura> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1651429645; bh=nZZFMpwiFa7JIwX9AxJoWRLA9tnW6FbQatlhkdbLMmw=; h=Subject:From:To:Date:In-Reply-To:References; b=EWNBnIPA6uBc6HHG1sG5GavltT7qmPt0BYotSlgJVgVvddd9Gh+g0HnglMGexkX9P ga+CsQ/cxTxpggVYv7G19TvawLUp33xpIlI/KaYb3JlTtG3nNVa1tPwAfIOTsLrqtX glsTP1s2cn8T+ruFt+RqWd8NOYFajXlpOh5/r3dOv1Qkg2WKXfZvmgAihE1ZR1BJPf lmDycB5JPMB5lU2I2KA2rfkMaAx3LZALfBeQ91pGH3eX4mEL0vO+LNlG0zZYml90Qy M2e+z6Isvu0d+VmWRmaBMNhnn23usMgC3rWHEV8MJS/SYe9SEHZQztrFIteWQUlGRf F673Kpke3EZHQ== Received-SPF: pass client-ip=2a02:1800:110:4::f00:19; envelope-from=maximedevos@telenet.be; helo=laurent.telenet-ops.be X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=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:21205 Archived-At: --=-nIz9Q8ax+3EgGNnjSNl7 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Olivier Dion schreef op zo 01-05-2022 om 13:04 [-0400]: > 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: > >=20 > > $ cat trtr.scm: > > > foo > >=20 > > $ guild compile trtr.scm > > > : warning: possibly unbound variable `foo' > > > wrote `$HOME/.cache/guile/ccache/3.0-LE-8-4.6/$HOME/trtr.scm.go' >=20 > Any news on that bug? AFAICT, no news. Also, I recommend to send bug reports to bug-guile@gnu.org such that they appear in the bug tracker. Greetings, Maxime. --=-nIz9Q8ax+3EgGNnjSNl7 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYm7RCBccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7lcQAP4uDe+3jlJvcbtB5LFjmA+3tSx8 TcYeH3aNRx5eD38xwQEAjdK1+tOdXv0j5zr8MP9JFWEOfPcTTSDgTeUJF/e8TAY= =4/Ex -----END PGP SIGNATURE----- --=-nIz9Q8ax+3EgGNnjSNl7--