Tags: outlook/thrift
Tags
Fix integer map value JSON generation (#4) Integer map values were previously output as with format %@, which caused a crash because the parameter was shortValue. This seems to be an existing bug, but no FE thrift uses map<k, int> at runtime, so it hasn't affected anything. List and Set seem to work, so special-case Map to always use primitive format instead of id format.
THRIFT-3999: Fix debian package set up scripts Client: build Patch: Akira Nakagawa debian/control has typo and missing packages and it prevents building packages.
PreviousNext