mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
81b473b4a1
Summary: - Was previously including both the fall-through to the base service as well as the "dummy" fallthrough function clause. This generated a warning like: gen-erl/redacted_thrift.erl:134: Warning: this clause cannot match because a previous clause at line 132 always matches Now we only include the "dummy" function if there is no base class to fall through to. Test plan: Generated tutorial.thrift and shared.thrift, compiled without warnings Notes: It's probably possible to have a circular inheritance graph, which would cause an infinite loop at runtime. Do we care about this? git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666423 13f79535-47bb-0310-9956-ffa450edef68 |
||
---|---|---|
.. | ||
src | ||
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.