-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50002/
-----------------------------------------------------------
(Updated Aug. 5, 2016, 11:58 p.m.)
Review request for mesos, Greg Mann and Vinod Kone.
Bugs: MESOS-5613
https://issues.apache.org/jira/browse/MESOS-5613
Repository: mesos
Description
-------
Allow all flags load methods to specify a prefix.
This also refactors the prefix logic into one place, so that's nice.
Required for the actual fix for passing work_dir in local.
Diffs (updated)
-----
3rdparty/stout/include/stout/flags/flags.hpp dd93627
3rdparty/stout/tests/flags_tests.cpp 77f3a6a
Diff: https://reviews.apache.org/r/50002/diff/
Testing
-------
Added additional tests to flags_tests.cpp to ensure that prefix works on the
other methods.
`make check` passes
Thanks,
Ammar Askar