-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60622/
-----------------------------------------------------------
(Updated Dec. 8, 2017, 2:43 a.m.)
Review request for mesos, Andrew Schwartzmeyer, John Kordich, Joseph Wu, Li Li,
and Michael Park.
Bugs: MESOS-6705
https://issues.apache.org/jira/browse/MESOS-6705
Repository: mesos
Description
-------
Added new stout function: path::from_uri, which converts to a filepath
from a URI.
Also added uri::from_path, which generates a URI from a file path.
Diffs (updated)
-----
3rdparty/stout/Makefile.am b1318847df486f9f96c8b005998310bb56af91a9
3rdparty/stout/include/Makefile.am 4ba91bbedecbe7914cf9f5c6a815b60ca02f0e01
3rdparty/stout/include/stout/path.hpp
6ee3a44cd6a878fe383aa68df40b82857b93d0b4
3rdparty/stout/include/stout/uri.hpp PRE-CREATION
3rdparty/stout/tests/CMakeLists.txt bc2498d6fca1161c42172f5bd09a32785e0a2128
3rdparty/stout/tests/path_tests.cpp f8c14d5aefe0b49adb778da784143a328c96183d
3rdparty/stout/tests/uri_tests.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/60622/diff/7/
Changes: https://reviews.apache.org/r/60622/diff/6-7/
Testing
-------
See upstream
Thanks,
Jeff Coffler