IRC channel logs

2020-12-31.log

back to list of logs

<rekado>hugo: you can see the commit here: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=e47a5711f0734d96238fb873288d4158b9030f00
<rekado>and this is with context: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/guile-xyz.scm#n4270
*spk121 is only 31 test-suite failures away from having a minimally function MinGW Guile 3.0.4
<chrislck_>spk121: \o/ \o/ \o/
***chrislck_ is now known as chrislck
<Aurora_v_kosmose>Thanks again for dumb-jump. Awfully helpful.
<tohoyn>sneek: botsnack
<sneek>:)
<amirouche>hello, is there a way to decompress .gz on the fly using guile?
<RhodiumToad>other than running gzip -dc with a pipe?
<RhodiumToad>you could probably load libz via the ffi and call it...
<amirouche>I think I was looking for https://notabug.org/guile-zlib/guile-zlib
<amirouche>libz and zlib are the same, no?
<amirouche>RhodiumToad: I would like to avoid that :)
<RhodiumToad>if someone has already done a binding then that's probably easiest.
<jonsger>amirouche: If you want to go fast, have a look at https://notabug.org/guile-zstd/guile-zstd
<amirouche>jonsger: thanks for mentioning zstd, I am wondering where do you use it? guix does use zstd?
<amirouche>zstd is used in guix publish and guix substitute: https://issues.guix.gnu.org/45460
<Aurora_v_kosmose> https://guix.gnu.org/blog/2019/substitutes-are-now-available-as-lzip/ There's also this nice little format.
<Aurora_v_kosmose>Oh wow, 4 days ago? That's recent.
<rekado>Guile Studio finally has a reasonable definition of display-buffer-alist, so the layout is more predictable.