[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Fix #819 by marking file-mkstemp as unimpl
From: |
Peter Bex |
Subject: |
Re: [Chicken-hackers] [PATCH] Fix #819 by marking file-mkstemp as unimplemented on Windows |
Date: |
Sun, 3 Aug 2014 15:35:22 +0200 |
User-agent: |
Mutt/1.4.2.3i |
On Sun, Aug 03, 2014 at 03:20:50PM +0200, Michele La Monaca wrote:
> Another twist. Basically the same patch but with a more robust path
> manipulation strategy.
Yeah, I was wondering why you were using string-append and friends
to manipulate paths :)
I don't understand why you treat the extension and directory specially.
Neither the pathname separator nor the dot before the extension are
an X, so scanning backwards in the template will automatically stop
on those.
Anyway, see my other mail for a simplified and tested patch.
Cheers,
Peter
--
http://www.more-magic.net
Re: [Chicken-hackers] [PATCH] Fix #819 by marking file-mkstemp as unimplemented on Windows, Michele La Monaca, 2014/08/02
Re: [Chicken-hackers] [PATCH] Fix #819 by marking file-mkstemp as unimplemented on Windows, Peter Bex, 2014/08/03
Re: [Chicken-hackers] [PATCH] Fix #819 by marking file-mkstemp as unimplemented on Windows, Peter Bex, 2014/08/03
Re: [Chicken-hackers] [PATCH] Fix #819 by marking file-mkstemp as unimplemented on Windows, Evan Hanson, 2014/08/12
Re: [Chicken-hackers] [PATCH] Fix #819 by marking file-mkstemp as unimplemented on Windows, Peter Bex, 2014/08/16