IRC channel logs

2018-01-28.log

back to list of logs

<Apteryx>Hello! Can I replace a curl basic https get with a Guile function?
<Apteryx>cool, it looks like http-get does that, with support for https through GnuTLS
<amz3>yep
<amz3>it's sad to see my patch is left without comment for several months even after multiple requests for comment
<amz3>especially since other people patches get reviewed even if they take much more time
<amz3>and that my patch is a request of the maintainer solving a problem raised several times over the past few months...
<amz3>What I am left to understand is mainly that I am not a good enough contributor... I should have done PhD dammit
<Apteryx>what patch are you talking about?
<Apteryx>could there be a way to log system messages (syslog) from Guile?
<Apteryx>any hack I could do to load a scheme file based on the current directory?
<Apteryx>oh. (include file-name).
<manumanumanu>Good morning guilers!
<ArneBab_>amz3: which patch? (I’m missing so much, I likely missed it, too)
<manumanumanu>Isn't C return value 0 a success?? The chez scheme ffi converts 0 to #f for scheme, which seems odd
<manumanumanu>(for a made up return type "boolean")
<amz3>ArneBab_: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=15228
<amz3>ArneBab_: it makes open-process procedure from ice-9 popen public since everybody ask for it now and then
<ArneBab_>amz3: why do you need letrec there? isn’t let enough?
<ArneBab_>amz3: ah, you mean the last mail in the bug report?
<ArneBab_>amz3: with full documentation - nice!
<ArneBab_>amz3: I think the main reason why it got lost is that it is not its own bug. Can you just send this as patch queue to guile-devel@gnu.org?
<ArneBab_>amz3: do you need commandline commands to create that patch queue? (I would ☺)
<jeko>hello !!!
<rain1>hi
<sneek>Welcome back rain1, you have 1 message.
<sneek>rain1, OriansJ says: that I really appreciate their help with finding bugs in M2-Planet and writing tests
<rain1>I just found guile PEG - do you know where i can find some more example uses of it than the docs?
<rekado>rain1: Rutger’s gash uses PEG: https://gitlab.com/rutger.van.beusekom/gash/blob/master/gash/peg.scm
<rain1>thanks very much rekado!