-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72161/
-----------------------------------------------------------
(Updated March 16, 2020, 5:03 p.m.)
Review request for mesos, Andrei Budnik and Greg Mann.
Changes
-------
Rebased.
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 (updated)
-----
3rdparty/CMakeLists.txt c45d742684ba4b3b4abc57ae0bcb85a879c68bfd
3rdparty/rapidjson-1.1.0.patch PRE-CREATION
Diff: https://reviews.apache.org/r/72161/diff/3/
Changes: https://reviews.apache.org/r/72161/diff/2-3/
Testing
-------
Thanks,
Qian Zhang