Re: [PATCH] Correct docstring of 'symlink'

2015-03-29 Thread Ludovic Courtès
Stefan Monnier skribis: >> -"Create a symbolic link named @var{oldpath} with the value\n" >> -"(i.e., pointing to) @var{newpath}. The return value is\n" >> +"Create a symbolic link named @var{newpath} with the value\n" >> +"(i.e., pointing to) @var{oldpath}. The

Re: 01/02: Re-implement (ice-9 streams) in terms of (srfi srfi-41)

2015-03-29 Thread Ludovic Courtès
Perhaps the right thing would be to just fix SRFI-45 promises to be thread-safe, no? Ludo’.

Re: 01/02: Re-implement (ice-9 streams) in terms of (srfi srfi-41)

2015-03-29 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Perhaps the right thing would be to just fix SRFI-45 promises to be > thread-safe, no? This would slow down the fastest implementation of promises we could hope for by an order of magnitude, at least on non-Intel platforms. This in turn would severely lim