mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
80a702fa39
Summary: The Java generator wasn't setting default values for base types in the zero argument constructor. This check was probably brought over from the C++ generator, where base types are given their default values in the member variable initializer list (or whatever that thing is called). Blame Rev: Somewhere in the mysterious past. I tried to find it, but failed. Reviewed By: mcslee Test Plan: Recompiled Thrift and thrifted a file that showed the bug. Revert Plan: ok Other Notes: Bug reported by Jake Luciani. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665398 13f79535-47bb-0310-9956-ffa450edef68 |
||
---|---|---|
.. | ||
src | ||
bootstrap.sh | ||
cleanup.sh | ||
configure.ac | ||
COPYING | ||
LICENSE | ||
Makefile.am | ||
README |
Thrift Code Compiler Author: Mark Slee (mcslee@facebook.com) Last Modified: 2007-Mar-06 Thrift is distributed under the Thrift open source software license. Please see the included LICENSE file. Thrift Code Compiler ==================== This compiler takes thrift files as input and generates output code across various programming languages. To build and install it, do this: ./bootstrap.sh ./configure make sudo make install It requires some form of LEX and YACC to be installed, which should be picked up by autoconf. Not much else to report here. You'll have to look at the code to get your questions answered. Or just run the executable after you build and take a look at the usage message.