IRC channel logs

2022-02-10.log

back to list of logs

***ft_ is now known as ft
***daviid`` is now known as daviid
***vijaymarupudi_ is now known as vijaymarupudi
<dsmith-work>Thursday Greetings, Guilers
<stis>Haya folks!
<stis>I just benchmarked an improvement to guile that increases the speed of genrators with continuation logic 7X
<stis>That's close to what you get in CPython
<stis>In cpython its even faster (2x) but then I have not figured out how to take advantage of the jit
<stis>python on guiles generators are 35 times slower than cpython 3
<stis>so there are work needed
<vijaymarupudi>That's great news, thanks for your work!
***Noisytoot_ is now known as Noisytoot
***daviid` is now known as daviid
<wingo>ahoy
*wingo tweaks NEWS
*wingo distchecks
<civodul>wingo: woohoo!
<lilyp>are null bytes allowed in sockets yet? :P
<wingo>lilyp: i don't know? :)
<wingo>is there a bug?
<lilyp>Well, we do adhere to POSIX as far as I can see, but specifically in Linux, socket names can contain null bytes.
<lilyp>I sent the patch to guile-devel back then under my dead name; should I write to bug-guile instead?
<wingo>goddamit guile-3.0.8/ChangeLog: > $ /gnu/store/r2nr74rwhpqg16y1lyi6l0jn3lwx4yyz-guile-3.0.6/bin/guile <(echo '(')
<wingo>error: store file names embedded in the distribution
<wingo>lilyp: yeah write to bug-guile@gnu.org
<wingo>well, will finish release tomorrow then
<civodul>wingo: oh dsmith reported it the other day
<civodul>we should --exclude ChangeLog in that rule
<civodul>sorry about that
<dsmith-work>Yep
<dsmith-work>assert-no-store-file-names:
<dsmith-work>if grep -rE "/gnu/store/[a-z0-9]{32}-" --exclude ChangeLog $(distdir) ;
<dsmith-work>(in Makefile.am)
<lilyp>patch is sent
<lilyp>and i got a bug id: 53928