----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27175/ -----------------------------------------------------------
Review request for mesos and Ben Mahler. Bugs: MESOS-1987 https://issues.apache.org/jira/browse/MESOS-1987 Repository: mesos-git Description ------- Now it can parse strings like "1.2.3-rc4". Other tags are still discarded. Updated os::release() to use Version::parse() instead of sscanf. Diffs ----- 3rdparty/libprocess/3rdparty/stout/include/stout/os.hpp 5d3cbba289d8f9d57c2fd49dd6f72225bb2fb8c2 3rdparty/libprocess/3rdparty/stout/include/stout/version.hpp 090fcf09dd96538a8748cf4443d150911e2c0d27 3rdparty/libprocess/3rdparty/stout/tests/version_tests.cpp e8f8358f3c113b4e21e30cb5e9d6a3d229191484 Diff: https://reviews.apache.org/r/27175/diff/ Testing ------- Enhanced version tests and ran make check. Thanks, Kapil Arya