IRC channel logs

2016-11-07.log

back to list of logs

<civodul>Hello Guilers!
<wingo>good morning :)
<ArneBab>linas: now Guile is no longer missing from https://en.wikipedia.org/wiki/List_of_arbitrary-precision_arithmetic_software#Languages
<ArneBab>moin :)
<OrangeShark>hello
<amz3`>o/
<dsmith-work>Morning Greetings, Guilers
***micro is now known as Guest61692
<paroneayea>whee, hello guile!
<paroneayea>civodul: so since the size parameter fixed things, can I go ahead and push the https support to guile after making those last couple small changes, or would you prefer to re-review? :)
<paroneayea>eh, I'll post it to the bug, why not :)
<civodul>hey paroneayea
<paroneayea>hey civodul :)
<civodul>paroneayea: there's also the autoload thingie and the tiny issue in Texinfo: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=24075#29
<civodul>if you're done with that, you can go ahead and push!
<civodul>finally Guile users will have https support out of the box :-)
<paroneayea>:D
<paroneayea>civodul: yeah I'm finishing those two things right now
<paroneayea>looks like they work
<paroneayea>civodul: will make some tea then rebase and push :)
<davexunit>paroneayea: great work!
<paroneayea>thanx davexunit :)
<paroneayea>and thanx civodul for the original code plus review, and wingo for adding custom binary i/o ports :D
<civodul>cool!
<civodul>ACTION -> []
<paroneayea>civodul to... the empty set?
<paroneayea>uhoh!
<davexunit>my set is empty without you in it. - romantic mathematician
<dsmith-work>v2.1.4-73-gf8de980 is failing make check for me with an out-of-memory error in test-out-of-memory
<dsmith-work>Odd. Now it's not failing.
<dsmith-work>Hmm. And test-guild-compile failed instead
<paroneayea>annnnnd
<paroneayea>guile master now ships with https support out of the box :)
<paroneayea>I'll submit the gnutls package I'm using for it to guix later today too.
<lfam>paroneayea: Does that mean we can avoid the HTTPS bootstrapping dilemma?
<sneek>lfam, you have 1 message.
<sneek>lfam, ng0 says: I wasjust told that sks 1.1.6 added ed25519 support, but some servers are still on older versions, so EC keys are not found. see https://sks-keyservers.net/status/ and https://sks-keyservers.net/overview-of-pools.php for more :)
<lfam>sneek: botsnackj
<lfam>sneek: botsnack
<sneek>:)
<paroneayea>lfam: yup
<paroneayea>lfam: so it dynamically loads gnutls, if available
<lfam>paroneayea: Cool :)
<amz3>really neat :)
<amz3>paroneayea: what will be your next contribution?
<davexunit>paroneayea's next trick will be pre-emptive compilation. compiling your guile code before you write it.
<amz3>haha :p
<janneke>it seems that parallel build causes non-determinism...
<janneke>hopefully down to one file now: rnrs/arithmetic/fixnums.go
<paroneayea>amz3: to guile itself? I'm more likely to work on things that use Guile right now, but I might fix that GOOPS bug I filed
<paroneayea>if I could figure it out ;)
<daviid>ACTION making progress on a computer vision library for guile
<Bobbejaantje>Is there any way to access Linux' prctl interface with guile?
<zv>Does anyone know if you can use ice-9 match to split apart strings?