[GitHub] thrift issue #1084: THRIFT-3773 Swift 3 Native Library

2017-12-17 Thread tbartelmess
Github user tbartelmess commented on the issue: https://github.com/apache/thrift/pull/1084 Any movement on this? I'd love to see this merged. ---

[GitHub] thrift pull request: THRIFT-3539 Use self.process_foo instead of P...

2016-01-10 Thread tbartelmess
GitHub user tbartelmess opened a pull request: https://github.com/apache/thrift/pull/784 THRIFT-3539 Use self.process_foo instead of Processor.process_foo https://issues.apache.org/jira/browse/THRIFT-3539 You can merge this pull request into a Git repository by running: $ git

[GitHub] thrift pull request: THRIFT-3538 Removed UnboundMethodType

2016-01-10 Thread tbartelmess
GitHub user tbartelmess opened a pull request: https://github.com/apache/thrift/pull/783 THRIFT-3538 Removed UnboundMethodType https://issues.apache.org/jira/browse/THRIFT-3538 You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] thrift pull request: THRIFT-3121 Librt does not exist on OSX

2015-05-01 Thread tbartelmess
GitHub user tbartelmess opened a pull request: https://github.com/apache/thrift/pull/475 THRIFT-3121 Librt does not exist on OSX librt does not exist on Mac OS X. Compilation with CMake failed. THRIFT-3121 You can merge this pull request into a Git repository by running

[GitHub] thrift pull request: Python 3 support

2014-06-28 Thread tbartelmess
Github user tbartelmess commented on a diff in the pull request: https://github.com/apache/thrift/pull/144#discussion_r14326386 --- Diff: lib/py/src/protocol/TBinaryProtocol.py --- @@ -119,8 +119,8 @@ def writeDouble(self, dub): self.trans.write(buff) def

[GitHub] thrift pull request: Python 3 support

2014-06-22 Thread tbartelmess
GitHub user tbartelmess opened a pull request: https://github.com/apache/thrift/pull/144 Python 3 support Changed to python library to work both on Python 2 and Python 3 using the six library. You can merge this pull request into a Git repository by running: $ git pull https