Skip to content
This repository has been archived by the owner on Feb 22, 2019. It is now read-only.

Fix thrift negative integer handling. #143

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 5, 2014

  1. Fix thrift negative integer handling.

    Use the node-int64 package to handle serializing/deserializing
    64-bit signed integers. Also, you will now get an error if you
    try to fetch out integer values that would lose precision in
    javascript.
    
    Fix 32-bit signed int serialization also (was using writeUInt32BE
    instead of writeInt32BE).
    Muir Manders committed Jun 5, 2014
    Configuration menu
    Copy the full SHA
    48ccdca View commit details
    Browse the repository at this point in the history