beneroth changed the topic of #picolisp to: PicoLisp language | The scalpel of software development | Channel Log: https://libera.irclog.whitequark.org/picolisp | Check www.picolisp.com for more information
alexshe92 has joined #picolisp
alexshendi has quit [Read error: Connection reset by peer]
Regenaxer has joined #picolisp
alexshendi has joined #picolisp
alexshe92 has quit [Read error: Connection reset by peer]
alexshe42 has joined #picolisp
alexshendi has quit [Ping timeout: 255 seconds]
alexshe42 has quit [Read error: Connection reset by peer]
alexshendi has joined #picolisp
alexshe52 has joined #picolisp
alexshe52 has quit [Read error: Connection reset by peer]
alexshendi has quit [Ping timeout: 255 seconds]
alexshendi has joined #picolisp
alexshendi has quit [Ping timeout: 246 seconds]
<tankf33der> abu[m]: the latest coroutines changes hang
<tankf33der> debugging
<tankf33der> and one test coredumped
<tankf33der> this code hanging
<tankf33der> Regenaxer: ping
chexum has quit [Ping timeout: 268 seconds]
chexum has joined #picolisp
beneroth has joined #picolisp
<beneroth> Hi everyone
<tankf33der> o/
<beneroth> \o
<Regenaxer> Hi tankf33der!
<Regenaxer> Sorry, did not notice. Seems abu[m]'s synapse server has problems since last update :(
<Regenaxer> Indeed, it hangs, waiting for input
<Regenaxer> Executed manually in the REPL it works
<Regenaxer> I'll check
<beneroth> hi Regenaxer abu[m] !
<Regenaxer> Hi beneroth! :)
<beneroth> should now be more often here again. Had some big issues to solve that kept me occupied.
<Regenaxer> tankf33der: I think I fixed it. Can you try again?
<Regenaxer> The changes were necessary and correct I believe. But I had forgotten one case so that I/O was not properly cleaned up
<Regenaxer> E.g. the above case not only hung, but also possibly produced file descriptor leaks (if the coroutine being closed had I/O channels open)
<Regenaxer> My Matrix-Synapse server is still broken
<Regenaxer> Python dependency mess on Debian :(
<Regenaxer> I wait until it is fixed
<beneroth> yeah python is a dependency hell