-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72161/
-----------------------------------------------------------
(Updated March 20, 2020, 8:53 a.m.)
Review request for mesos, Andrei Budnik and Greg Mann.
Changes
-------
Addressed review comment.
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/Makefile.am 243a6190d436a4ec179aaaf37e1c6284f35917c7
3rdparty/rapidjson-1.1.0.patch PRE-CREATION
Diff: https://reviews.apache.org/r/72161/diff/4/
Changes: https://reviews.apache.org/r/72161/diff/3-4/
Testing
-------
Thanks,
Qian Zhang