----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64255/#review192569 -----------------------------------------------------------
Ship it! Ship It! - Jie Yu On Dec. 1, 2017, 8:10 p.m., Andrew Schwartzmeyer wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/64255/ > ----------------------------------------------------------- > > (Updated Dec. 1, 2017, 8:10 p.m.) > > > Review request for mesos and Jie Yu. > > > Repository: mesos > > > Description > ------- > > This is part of a clean-up chain to fix the problem where `stout/os.hpp` > previously made `os::realpath()` available, but it was instead moved to > its own header. Instead, files must include what is used, and so include > the `realpath.hpp` header. > > Since `posix/os.hpp` doesn't use `os::realpath()`, its inclusion of > `os/realpath.hpp` was removed, and instead code using the function was > fixed to include the header directly. > > Note that this now matches `windows/os.hpp`, which also does not include > `realpath.hpp`. The same pattern should be followed for other APIs as > needed. > > > Diffs > ----- > > 3rdparty/stout/include/stout/posix/os.hpp > 8511dfd419a646df17eb687d732bb975f4c23d53 > 3rdparty/stout/tests/os/filesystem_tests.cpp > 3946885b12a78c765e506c855a12aed1efbeafad > 3rdparty/stout/tests/os_tests.cpp 26514f3604fcc81effbfcb6845116a62021272ca > > > Diff: https://reviews.apache.org/r/64255/diff/1/ > > > Testing > ------- > > See end of chain. > > Note that I grepped for all files using `os::realpath` and added the header. > > > Thanks, > > Andrew Schwartzmeyer > >