IRC channel logs

2018-08-27.log

back to list of logs

***Server sets mode: +nt
***geokon1 is now known as geokon
<amz3>hello #guile
***rekado_ is now known as rekado
<wingo>moo
<lloda>hi wingo
<lloda>I've tried your fixes
<lloda>haven't crashed it yet :p
<wingo>heya
<wingo>oh that's good :)
<wingo>not crashing is a good start
<wingo>lmk how perf goes
<lloda>will do
***slyfox_ is now known as slyfox
<jlicht>Is doc-snarf in guile-tools no longer supported, or am I doing something silly? I seem to always get no output + exit status 0
<amz3>what is doc-snarf?
<jlicht>it was (/used to be?) a magical tool to extract Guile's docstrings to, among other things, texi @deffn{}-like things
<jlicht>I have now hacked together some abomination using geiser + texi-docstring-magic.el which "works", but I'd much rather use something a bit better supported if possible
***logicmoo is now known as dmiles
<ArneBab>wingo: can I already try benchmarking your first steps?
<rekado>looks like I’ve been looking at the wrong problem wrt http-post (bug#32528)
<rekado>the debbugs SOAP service really does include a bad header.
<rekado>it’s nothing to do with the email headers in the response body.
<rekado>“wget --server-response …” shows me the odd-looking Content-Type header.
<rekado>Content-Type: multipart/related; type="text/xml"; start="<main_envelope>"; boundary="=-=-="
<rekado>For now I’ll just replace the content-type handler.
<civodul>rekado: what's the faulty URL?
<rekado>civodul: it’s a little long. Here’s a command to fetch it: https://elephly.net/wget.txt
<civodul>indeed, a little long :-)
<civodul>Content-Type: multipart/related; type="text/xml"; start="<main_envelope>"; boundary="=-=-="
<civodul>i think it's valid, isn't it?
<rekado>yes, but Guile doesn’t like it.
<rekado>I wrote “bad header” because it really is a header, not an email header from the response that’s misinterpreted as an HTTP header.
<Labu>Hello
<civodul>hello Labu
<Labu>I try to understand how works goops
<civodul>rekado: this seems to be "MHTML", say the intertubes; see https://tools.ietf.org/html/rfc2557#section-9.2
<Labu>HI civodul
<Labu>I made a metaclass which redefine compute-get-n-set. But I didn't get what I expect. I don't find how I can set the value of a slot
<Labu>Have you some examples ?
<civodul>Labu: perhaps you can paste what you have, explaining what you get and what you'd expect?
<Labu>ok civodul https://pastebin.com/VxsUGsFN
<Labu>when I try it I get this https://pastebin.com/QHy3dysG
<Labu>Is like counter
<Labu>It is*
<Labu>but I dont want this :-)
<rekado>I replaced the content-type handler in guile-debbugs. Seems fine now.
<Labu>ah ok
<Labu>I got it