Re: Are source locations broken?

2022-05-01 Thread Developers list for Guile, the GNU extensibility library
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

Re: Are source locations broken?

2022-05-01 Thread Jean Abou Samra
Le 01/05/2022 à 19:04, Olivier Dion a écrit : Any news on that bug? Last time I looked, it seemed that there had been an oversight with source locations having changed representation (becoming 3-element vectors instead of alists with symbol keys). But since the bugfix patch I have submitted fo

Re: Are source locations broken?

2022-05-01 Thread Maxime Devos
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: > > > > $ cat trtr.scm: > > > foo > > > > $ guild compile trtr.scm > > > : warning: possibly unbound var