IRC channel logs

2024-10-14.log

back to list of logs

<ekaitz>arg, it's too late, i'll try again tomorrow
<mwette>ok, take care
<wizard>newbie question but how do people manage the load path when it comes to multi-file programs?
<wizard>is it common to put (add-to-load-path ".") in ~/.guile?
<wizard>does everyone work in a guix shell all the time maybe?
<wizard>every solution i see seems to become very sensitive to changes in the cwd, which isn't bad but i'm just wondering if that's how everyone's working
<janneke>ekaitz: you've got mail :)
<ekaitz>janneke: oh wow! thank you
<ekaitz>i'm still trying to upstream my first changes
<ekaitz>janneke: if i'm not mistaken you didn't touch the PEG syntax that much, right?
<ekaitz>looks like my changes are pretty compatible with these
<janneke>ekaitz: nice
<ekaitz>ludo told me to test my changes against some things we have in guix
<ekaitz>those are really interesting, i'll add those too
<janneke>(y)
<ArneBab>wizard: I use shell-indirection an dput into my script exec guile -L "$(dirname $0))" -e '(the modulename)' -c ''
<wehlutyk>Hello all
<wehlutyk>I'm trying out guile-cv under guix
<wehlutyk>I just had the guix guile-cv package upgraded te 0.4.0 https://git.savannah.gnu.org/cgit/guix.git/commit/?id=9460c7ed8a9314dbfe1b34bf840b65063bdca8c9
<wehlutyk>oops, I think I'm figuring out my mistake -- ignore all this for now!
<old>On guile-next in a REPL, (environ) prints a warning because of unsafe usage of it in multi-thread process
<old>which is something I introduced. However, I don't get the warning with primitive-fork. Even though both use the same check
<old>any idea?
<old>Odd that in a REPL, there are two threads
<old>this is really weird. Sometime I have one thread, sometime two when executing a guile script
<old>this seems arbitrary. I delete some syntax rule and I now only have one thread