Re: [PATCH 2/5] [mingw]: Have compiled-file-name produce valid names.

2011-06-16 Thread Andy Wingo
Hi, This discussion strayed a bit far from the initial need to concatenate "/foo/bar" with "c:/baz/qux". On Tue 03 May 2011 09:44, Andy Wingo writes: > On Tue 03 May 2011 00:18, l...@gnu.org (Ludovic Courtès) writes: > >> So volumes matter in the file name canonicalization of the .go cache >> r

Re: [PATCH 3/5] [mingw]: Do not export opendir, readdir etc., as dirents differ.

2011-06-16 Thread Andy Wingo
On Fri 20 May 2011 15:57, Jan Nieuwenhuizen writes: > Andy Wingo writes: > >> If mingw defines variants of these routines, why are we not using them >> directly? > > Good question. That may well be a better approach. I have removed these files from Guile. We can revert that commit if it does n

Re: [PATCH 5/5] [mingw]: Use $LOCALAPPDATA as a possible root for cachedir.

2011-06-16 Thread Andy Wingo
On Fri 20 May 2011 16:03, Jan Nieuwenhuizen writes: > Andy Wingo writes: > >>> * libguile/load.c (scm_init_load_path) [MINGW32]: Use $LOCALAPPDATA >>> to avoid having a NULL cachedir, while still allowing override by >>> using $XDG_CACHE_HOME. >> >> What sets LOCALAPPDATA? If it is t

Re: [PATCH 4/5] [mingw]: Delete existing target file before attempting rename.

2011-06-16 Thread Andy Wingo
Hi Jan, On Sun 01 May 2011 13:40, Andy Wingo writes: > On Tue 15 Feb 2011 16:35, Jan Nieuwenhuizen writes: > >> From: Jan Nieuwenhuizen >> >> 2011-02-15 Jan Nieuwenhuizen >> >> * libguile/filesys.c [MINGW32] (my_rename): Add implementation >> that deletes target if it exists. Fix

Re: [PATCH] Set the FD_CLOEXEC flag on the runtime's file descriptors

2011-06-16 Thread Andy Wingo
Hi, Sorry for the long delay here. On Sun 08 May 2011 00:29, Andreas Rottmann writes: > * libguile/_scm.h (scm_set_fd_cloexec): New convenience macro for > setting the FD_CLOEXEC flah on platforms that support it; on other > platforms it's a no-op. This isn't the right fix, I don't think.

Re: possible hash deadlock with recent changes

2011-06-16 Thread dsmich
Andy Wingo wrote: > On Sat 07 May 2011 16:58, writes: > > > Recent changes to stable-2.0 seem to cause a deadlock in scwm. Here > > is the last 10 frames of a backtrace. > > Fixed. Apologies for the long delay. np! Great Thankfulness is applied. -Dale

Re: possible hash deadlock with recent changes

2011-06-16 Thread Andy Wingo
On Sat 07 May 2011 16:58, writes: > Recent changes to stable-2.0 seem to cause a deadlock in scwm. Here > is the last 10 frames of a backtrace. Fixed. Apologies for the long delay. Regards, Andy -- http://wingolog.org/