----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45120/#review125489 -----------------------------------------------------------
3rdparty/libprocess/3rdparty/stout/include/stout/os/posix/rmdir.hpp (lines 36 - 37) <https://reviews.apache.org/r/45120/#comment188284> Can you put each parameter in its own line? I find it more readable:) 3rdparty/libprocess/3rdparty/stout/include/stout/os/posix/rmdir.hpp (line 65) <https://reviews.apache.org/r/45120/#comment188286> Instead of using path comparison, can we use fts_level instead? 3rdparty/libprocess/3rdparty/stout/include/stout/os/windows/rmdir.hpp (line 114) <https://reviews.apache.org/r/45120/#comment188287> Ditto. Can you put each parameter in its own line?: ) - Jie Yu On March 21, 2016, 6:43 p.m., Neil Conway wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/45120/ > ----------------------------------------------------------- > > (Updated March 21, 2016, 6:43 p.m.) > > > Review request for mesos, Jie Yu and Joris Van Remoortere. > > > Bugs: MESOS-2408 > https://issues.apache.org/jira/browse/MESOS-2408 > > > Repository: mesos > > > Description > ------- > > This allows `os::rmdir("/x")` to optionally remove all the child > files and directories of the root directory "/x", but preserve "/x" > itself. > > > Diffs > ----- > > 3rdparty/libprocess/3rdparty/stout/include/stout/os/posix/rmdir.hpp > cbc97596cd8ed1e6d4261568fd0086c86e063232 > 3rdparty/libprocess/3rdparty/stout/include/stout/os/windows/rmdir.hpp > 4e3dd0ff8cbfe470b14c7cacbd861e7dc8384ba1 > 3rdparty/libprocess/3rdparty/stout/tests/os/rmdir_tests.cpp > daa46e05d113fd62ea9dad042ec41aaab28ad003 > > Diff: https://reviews.apache.org/r/45120/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Neil Conway > >