[
https://issues.apache.org/jira/browse/THRIFT-3763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211284#comment-15211284
]
Hudson commented on THRIFT-3763:
--------------------------------
SUCCESS: Integrated in Thrift-precommit #347 (See
[https://builds.apache.org/job/Thrift-precommit/347/])
THRIFT-3763 Fix serialization of i64 larger than 2^53 for browserify (nsuke:
[https://github.com/apache/thrift/commit/39ecd22d7ae87ff2783928c0b26816a8128ad49d])
* lib/nodejs/lib/thrift/int64_util.js
> Fix serialization of i64 larger than 2^53 for browserify
> --------------------------------------------------------
>
> Key: THRIFT-3763
> URL: https://issues.apache.org/jira/browse/THRIFT-3763
> Project: Thrift
> Issue Type: Bug
> Components: Node.js - Library
> Environment: browserify 13.0.0
> Reporter: Aki Sukegawa
> Assignee: Aki Sukegawa
>
> Apparently, storing negative value to Buffer works for node but not for
> browserify.
> Forcing positive value by (& 0xff) before storing fixed the problem.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)