Re: Making custom binary input ports unbuffered

2014-01-21 Thread Ludovic Courtès
Mark H Weaver m...@netris.org skribis: Here are the same changes adapted for master, where we can put the new 'setvbuf' method where it belongs: in the PTOB. Cool! Wouldn’t it be easier to just merge stable-2.0 and modify from there? From 00ee913e2da658f30d9d8682edfbb9a63719c370 Mon Sep 17

Re: Making custom binary input ports unbuffered

2014-01-21 Thread Mark H Weaver
Hi Ludovic, Thanks for the quick review! l...@gnu.org (Ludovic Courtès) writes: Mark H Weaver m...@netris.org skribis: Here are the same changes adapted for master, where we can put the new 'setvbuf' method where it belongs: in the PTOB. Cool! Wouldn’t it be easier to just merge

Re: Making custom binary input ports unbuffered

2014-01-21 Thread Ludovic Courtès
Mark H Weaver m...@netris.org skribis: l...@gnu.org (Ludovic Courtès) writes: Mark H Weaver m...@netris.org skribis: Here are the same changes adapted for master, where we can put the new 'setvbuf' method where it belongs: in the PTOB. Cool! Wouldn’t it be easier to just merge

Re: Fwd: PATCH - Add cooperative REPL server module

2014-01-21 Thread David Thompson
Mark H Weaver m...@netris.org writes: Interesting. Does it happen with unmodified stable-2.0? If so, I think we can treat this as an independent bug. Yes, exact same problem on stable-2.0. Can you reproduce the segfault while running meta/gdb-uninstalled-guile and get a backtrace?

Re: Fwd: PATCH - Add cooperative REPL server module

2014-01-21 Thread Mark H Weaver
Hi David, Your latest patch looks great to me. I have only one request: please update the docstrings of 'spawn-coop-repl-server' and 'poll-coop-repl-server' to match their current descriptions in the manual, except without texinfo markup, as usual. Other than that, I think the patch is ready to