[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Monotone-devel] heads up: file system changes
From: |
Stephen Leake |
Subject: |
Re: [Monotone-devel] heads up: file system changes |
Date: |
Tue, 22 Sep 2009 04:55:55 -0400 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (windows-nt) |
Zack Weinberg <address@hidden> writes:
> I've just pushed a bunch of cleanups to the file system access code.
> These should catch more cases where we needed to be skipping invalid
> paths, and improve the diagnostics for them, too. However, there is a
> very good chance that I have completely broken win32/fs.cc. For this
> I apologize, but must ask for help from Windows people in testing and
> fixing. (In particular, it might be that we really should not try to
> use SHFileOperation for recursive delete.)
I fixed a couple compiler warnings in win32/fs.cc; you were modifying
a constant string (not committed yet). But now _every_ test is
failing; "error creating test directory".
I'll look at it more later, but I suspect the simplest fix is to just
move the original do_remove_recursive into win32/fs.cc.
What is the rationale for making this platform-specific? It would help
if that rationale was documented in the code.
--
-- Stephe
- [Monotone-devel] heads up: file system changes, Zack Weinberg, 2009/09/21
- Re: [Monotone-devel] heads up: file system changes,
Stephen Leake <=
- Re: [Monotone-devel] heads up: file system changes, Zack Weinberg, 2009/09/22
- Re: [Monotone-devel] heads up: file system changes, Stephen Leake, 2009/09/23
- Re: [Monotone-devel] heads up: file system changes, Daniel Atallah, 2009/09/23
- Re: [Monotone-devel] heads up: file system changes, Zack Weinberg, 2009/09/23
- Re: [Monotone-devel] heads up: file system changes, Stephen Leake, 2009/09/24
- Re: [Monotone-devel] heads up: file system changes, Zack Weinberg, 2009/09/24
- Re: [Monotone-devel] heads up: file system changes, Stephen Leake, 2009/09/24
- Re: [Monotone-devel] heads up: file system changes, Zack Weinberg, 2009/09/26
- Re: [Monotone-devel] heads up: file system changes, Zack Weinberg, 2009/09/23
- Re: [Monotone-devel] heads up: file system changes, Stephen Leake, 2009/09/24