large diversions broken on mingw

2013-03-09 Thread Eric Blake
Just a heads up that I'm trying to fix a bug in diversion handling, exposed by 'make check', but which only shows on mingw or other platforms where rename() can't change the name of an open file. Most Unix systems are unaffected, and I doubt many people test on mingw, which is probably why no one

Re: large diversions broken on mingw

2013-03-09 Thread Eric Blake
On 03/09/2013 08:12 AM, Eric Blake wrote: > Just a heads up that I'm trying to fix a bug in diversion handling, > exposed by 'make check', but which only shows on mingw or other > platforms where rename() can't change the name of an open file. Most > Unix systems are unaffected, and I doubt many p