----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72161/#review220022 -----------------------------------------------------------
3rdparty/CMakeLists.txt Line 477 (original), 477 (patched) <https://reviews.apache.org/r/72161/#comment308284> I think we also need to update '3rdparty/Makefile.am' to add this patch file to EXTRA_DIST. - Greg Mann On March 16, 2020, 9:03 a.m., Qian Zhang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/72161/ > ----------------------------------------------------------- > > (Updated March 16, 2020, 9:03 a.m.) > > > Review request for mesos, Andrei Budnik and Greg Mann. > > > Bugs: MESOS-10064 > https://issues.apache.org/jira/browse/MESOS-10064 > > > Repository: mesos > > > Description > ------- > > This commit updates the writer of RapidJSON to write infinite > floating point numbers as "Infinity" and "-Infinity" (i.e., > with double quotes) rather than Infinity and -Infinity. This > is to ensure the strings converted from JSON objects conform > to the rule defined by Protobuf: > https://developers.google.com/protocol-buffers/docs/proto3#json > > > Diffs > ----- > > 3rdparty/CMakeLists.txt c45d742684ba4b3b4abc57ae0bcb85a879c68bfd > 3rdparty/rapidjson-1.1.0.patch PRE-CREATION > > > Diff: https://reviews.apache.org/r/72161/diff/3/ > > > Testing > ------- > > > Thanks, > > Qian Zhang > >