----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63810/ -----------------------------------------------------------
Review request for mesos, Akash Gupta, Jie Yu, John Kordich, Joseph Wu, and Michael Park. Bugs: MESOS-6735 https://issues.apache.org/jira/browse/MESOS-6735 Repository: mesos Description ------- This explicitly does not check for existence, nor does it follow symlinks. It simply normalizes a given path to an absolute path. This removes the `reparsepoint.hpp` and `symlink.hpp` dependency os `os::realpath`. Diffs ----- 3rdparty/stout/include/stout/internal/windows/reparsepoint.hpp e3d04480cf793482d958ea9571d96a29b6bf09b1 3rdparty/stout/include/stout/internal/windows/symlink.hpp b9cf1229ec0b6c70fe9b9d358e867e91e475dfaa 3rdparty/stout/include/stout/windows/fs.hpp d7b883ca1f3f8972e1bf9fbd211cc564c7c30f14 Diff: https://reviews.apache.org/r/63810/diff/1/ Testing ------- Thanks, Andrew Schwartzmeyer