On 2013/01/20 14:10, Denis Krjuchkov <de...@crazydev.net> wrote:
> Pushed slightly improved version:
> 
> http://git.musicpd.org/cgit/dk/mpd.git/commit/?id=e6ed592b8aeb5025be0893ee99ff44e46a9ffd1c

Thanks, that looks like a good start, I have merged it.  What I don't
like:

- FileSystem.hxx includes all relevant system headers, and I would
  like to reduce header dependencies as much as possible; include
  special things like dirent.h only if you really want to read
  directory contents

- ReadLink() should better return a "Path" object, and Path::Null() on
  error

- CheckIsRegular(): for me, a name like IsRegularFile() sounds better

- slightly disagree with Ben (but thanks for pointing out that
  potential problem): there should be some way to specify whether
  symbolic links shall be followed.  Some callers may want to follow
  symlinks, some do not, and the database update has that configurable
  at runtime.

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to