IRC channel logs

2022-03-20.log

back to list of logs

<sneek>Welcome back chrislck!
<chrislck>sneek: botsnack!
<sneek>:)
<cbaines>I think read-response is hanging for me in Guile, and I found SO_RCVTIMEO on the internet. Is there a way of using this socket option?
***sneek_ is now known as sneek
<mwette>sneek, later tell wingo I submitted bug/patch for source back-reference as #54478
<sneek>Okay.
<nulluint>the music is here: https://opengameart.org/content/8bit-style-music
<nulluint>sorry
***sneek_ is now known as sneek
***Noisytoot_ is now known as Noisytoot
***robin__ is now known as robin
<wingo>o/
<sneek>wingo, you have 2 messages!
<sneek>wingo, mwette says: I found a fix to the back-reference source issue, in guile-3.0.8, comment out line 913 in tree-il/compile-bytecode.scm: ;;(maybe-emit-source src)
<sneek>wingo, mwette says: I submitted bug/patch for source back-reference as #54478
<wingo>funny fix
<unmatched-paren>how would i serialize a sexpr into a string? `format` doesn't seem to have a way to do it, but please correct me if i'm wrong
<unmatched-paren>i can see a convoluted way to do it:
<unmatched-paren>(let ((port (open-input-output-pipe "echo -"))) (write '(sexpr) port) (read-string port))
<unmatched-paren>sorry, "cat -" not "echo -"
<unmatched-paren>..and apparently just `cat` would work the same, but nvm
<daviid>unmatched-paren: ~S in format should do that
<unmatched-paren>thank you!
<mwette>haha, because not deleted? Does it make sense?