IRC channel logs

2019-12-11.log

back to list of logs

***Server sets mode: +cnt
***zig` is now known as zig
<oriansj>fixed infinite nesting of primitive-load in mes-m2 (slow_lisp) so to duplicate legacy behavior janneke all you need is to put (primitive-load "/dev/stdin") (exit 0) at the end of the boot file; although I still need to figure out ttl detection for M2-Planet.
<janneke>oriansj: that's great!
***ng0_ is now known as ng0
<civodul>janneke: hey ho!
<civodul>did you push your guile+guild package somewhere?
<civodul>i'm looking at the wip-system-bootstrap branch (aka. build from initrd) and it would come in handy
<civodul>found it! https://git.savannah.gnu.org/cgit/guix.git/commit/?h=wip-bootstrap&id=32a4044268ca8541649d30830cf6da66cdfbf378
<janneke>civodul: good,
*janneke was having dinner
<janneke>civodul: i'm about to hard reset wip-bootstrap; once building of "hello" succeeds
<janneke>/gnu/store/k2ylpssscc6zs1ldvamd16alji81db0h-hello-2.10
<civodul>janneke: yay, congrats!
<civodul>the git log looks very nice now :-)
<janneke>civodul: thanks...yeah!
<janneke>'twas much more work than i expected, but i'm also happier with it than i hoped.
<janneke>civodul: how is your initrd build coming along, i'm really excited about that
<civodul>janneke: i wrote a tool/derivation to compute a print a sha256
<civodul>so that it looks more useful :-)
<civodul>using weinholt's "hashing" library, which contains a pure Scheme SHA256 implementation