<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_ is now known as sneek
***Noisytoot_ is now known as Noisytoot
***robin__ is now known as robin
<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 <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>(let ((port (open-input-output-pipe "echo -"))) (write '(sexpr) port) (read-string port)) <daviid>unmatched-paren: ~S in format should do that <mwette>haha, because not deleted? Does it make sense?