You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by kgodlewski <gi...@git.apache.org> on 2014/01/11 17:07:21 UTC

thrift pull request: Generate valid Go code for functions that throw except...

GitHub user kgodlewski opened a pull request:

    https://github.com/apache/thrift/pull/75

    Generate valid Go code for functions that throw exceptions

    At the moment Thrift generates Go code that doesn't compile, when thrift exceptions come into play. This pull request fixes the issue.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kgodlewski/thrift gen-go-exception-fix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/75.patch

----
commit 03380365d38a6abcf5e7fe7f6c5eab598b184fdc
Author: Krzysztof Godlewski <kr...@dajerade.pl>
Date:   2014-01-11T16:04:31Z

    Generate valid Go code for functions that throw exceptions

----