GitHub user ozymaxx opened a pull request:
https://github.com/apache/thrift/pull/1496
THRIFT-4476: Typecasting problem on list items (+ low precision double
rendering, + mis-rendering non-fractional double literals in Python)
- high precision double rendering in JS, Java, Python and C++
- testing double rendering in JS, Java, Python and C++
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ozymaxx/thrift THRIFT-4476
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1496.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1496
----
commit f5a6337d4448a30c284a3033307865dfc992ac7d
Author: Ozan Can Altiok <ozan@...>
Date: 2018-02-19T13:55:09Z
- high precision double rendering in JS, Java, Python and C++
- testing double rendering in JS, Java, Python and C++
----
---