----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/38031/#review98901 -----------------------------------------------------------
Ship it! 3rdparty/libprocess/3rdparty/stout/include/stout/json.hpp (lines 110 - 111) <https://reviews.apache.org/r/38031/#comment155598> Let's replace the default cases with a comment that explains we prefer the compiler generated warning for a missing case. Here and elsewhere. (As per discussion offline) 3rdparty/libprocess/3rdparty/stout/include/stout/json.hpp (lines 441 - 482) <https://reviews.apache.org/r/38031/#comment155596> We can delegate this to the Comparator since they perform the same logic. 3rdparty/libprocess/3rdparty/stout/include/stout/json.hpp (lines 461 - 463) <https://reviews.apache.org/r/38031/#comment155600> Can you add a comment here and below where the behavior isn't quite a "dummy" equality check? It is easy to glance over what you are doing here. - Joris Van Remoortere On Sept. 11, 2015, 5:42 p.m., Joseph Wu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/38031/ > ----------------------------------------------------------- > > (Updated Sept. 11, 2015, 5:42 p.m.) > > > Review request for mesos, Ben Mahler, Artem Harutyunyan, Joris Van > Remoortere, Michael Park, and Vinod Kone. > > > Bugs: MESOS-3345 > https://issues.apache.org/jira/browse/MESOS-3345 > > > Repository: mesos > > > Description > ------- > > * Changes JSON::Number to keep track of whether it is floating, signed > integral, or unsigned integral. > * Changes how JSON::Number is stringified, to ensure that stringified doubles > are parsed as JSON doubles. > * Added one test for integer precision between String <-> JSON <-> Protobuf > conversions. > * Added one test for JSON::Number comparisons. > > > Diffs > ----- > > 3rdparty/libprocess/3rdparty/stout/include/stout/json.hpp > f28138c4682c41e94ab6c7641a78d66b2f9daa5f > 3rdparty/libprocess/3rdparty/stout/include/stout/protobuf.hpp > 57d5fdf45273c620655b44b5f5572290cffa4bf6 > 3rdparty/libprocess/3rdparty/stout/tests/json_tests.cpp > 850650c269e9be24c0f1ae81b8aa8725f8a0c151 > 3rdparty/libprocess/3rdparty/stout/tests/protobuf_tests.cpp > c56d6a3098293eb3659b3066f10e875927ec3ac3 > > Diff: https://reviews.apache.org/r/38031/diff/ > > > Testing > ------- > > No testing done until the last patch in the chain. > > However, this patch does breaks some libprocess and mesos tests (because > JSON::Number is stored differently), which are fixed in the following two > reviews. > > > Thanks, > > Joseph Wu > >
