Re: web: New ‘http-get*’ and ‘response-body-port’ procedures

2012-11-29 Thread Daniel Hartwig
On 29 November 2012 06:00, Ludovic Courtès wrote: > Hi, > > I just added two web client procedures: ‘response-body-port’ and > ‘http-get*’, both of which return an input port from which to read a > response’s body. Hi This is a very useful and tidily done addition. Makes sense, diff looks ok, a

Re: Ready for 2.0.7?

2012-11-29 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > I just pushed ‘NEWS’ for 2.0.7, so comments are welcome! Okay, thanks! I just pushed a few minor mistakes in there. > Other than that, the only missing bit AFAIC is the GUILE_LOAD_PATH > patch. I would have loved to tag tonight, so the announcement can

Re: Thread-unsafe initialization problems in Guile

2012-11-29 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Mark H Weaver skribis: > >> It would be good to fix these before 2.0.7 is released, but I'm a bit >> uncertain of how best to do so, and I don't have time at the moment. >> >> ./posix.c:1375:make_rw_port = scm_c_private_variable ("ice-9 >> pop

Ready for 2.0.7?

2012-11-29 Thread Ludovic Courtès
Hi! I just pushed ‘NEWS’ for 2.0.7, so comments are welcome! There’s a FIXME in there regarding R6RS SRFI support, but I guess Ian can help with this one. :-) Other than that, the only missing bit AFAIC is the GUILE_LOAD_PATH patch. I would have loved to tag tonight, so the announcement can be

Re: Thread-unsafe initialization problems in Guile

2012-11-29 Thread Ludovic Courtès
Hi, Mark H Weaver skribis: > It would be good to fix these before 2.0.7 is released, but I'm a bit > uncertain of how best to do so, and I don't have time at the moment. > > ./posix.c:1375:make_rw_port = scm_c_private_variable ("ice-9 > popen", > ./debug.c:217:local_eval_var = s

Thread-unsafe initialization problems in Guile

2012-11-29 Thread Mark H Weaver
It would be good to fix these before 2.0.7 is released, but I'm a bit uncertain of how best to do so, and I don't have time at the moment. ./posix.c:1375:make_rw_port = scm_c_private_variable ("ice-9 popen", ./debug.c:217:local_eval_var = scm_c_public_variable ("ice-9 local-eval",

Re: [PATCH] Add parse-path-with-ellipsis, and use it for GUILE_LOAD_PATH et al

2012-11-29 Thread Ludovic Courtès
Hi Mark! Mark H Weaver skribis: > Hi Ludovic, > > l...@gnu.org (Ludovic Courtès) writes: >> Mark H Weaver skribis: >> >>> +#define FUNC_NAME s_scm_parse_path_with_ellipsis >>> +{ >>> + SCM ellipsis = scm_from_latin1_string ("..."); >> >> Use ‘SCM_SYMBOL’ instead. > > It's a string, not a symbo