[GitHub] thrift pull request: py.twisted: Avoid synchronous exceptions

2014-09-22 Thread jamesbroadhead
GitHub user jamesbroadhead opened a pull request: https://github.com/apache/thrift/pull/224 py.twisted: Avoid synchronous exceptions This is an update of the patch posted to: https://issues.apache.org/jira/browse/THRIFT-585 and a re-write of 8345772 Patch: Mattias

[GitHub] thrift pull request: Cleanup python generation

2014-08-10 Thread jamesbroadhead
GitHub user jamesbroadhead opened a pull request: https://github.com/apache/thrift/pull/182 Cleanup python generation - Remove some trailing whitespace - Slightly sort imports - Replace is_oneway() calls with a bool You can merge this pull request into a Git repository

[GitHub] thrift pull request: Cleanup python generation

2014-08-10 Thread jamesbroadhead
Github user jamesbroadhead closed the pull request at: https://github.com/apache/thrift/pull/182 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] thrift pull request: Cleanup python generation

2014-08-10 Thread jamesbroadhead
GitHub user jamesbroadhead opened a pull request: https://github.com/apache/thrift/pull/183 Cleanup python generation - Remove some trailing whitespace - Slightly sort imports - Replace is_oneway() calls with a bool You can merge this pull request into a Git repository

[GitHub] thrift pull request: Fix bison required version message

2014-08-10 Thread jamesbroadhead
Github user jamesbroadhead closed the pull request at: https://github.com/apache/thrift/pull/179 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] thrift pull request: python: Make message-writing more generic

2014-08-10 Thread jamesbroadhead
GitHub user jamesbroadhead opened a pull request: https://github.com/apache/thrift/pull/184 python: Make message-writing more generic Make the use of oprot self._oprot generic, to remove some complexity from the generator You can merge this pull request into a Git repository

[GitHub] thrift pull request: Fix bison required version message

2014-08-09 Thread jamesbroadhead
GitHub user jamesbroadhead opened a pull request: https://github.com/apache/thrift/pull/179 Fix bison required version message Jira: THRIFT-2656 You can merge this pull request into a Git repository by running: $ git pull https://github.com/jamesbroadhead/thrift bison_dep_msg

[GitHub] thrift pull request: Fix spurious test failures in py:twisted

2014-08-09 Thread jamesbroadhead
GitHub user jamesbroadhead opened a pull request: https://github.com/apache/thrift/pull/181 Fix spurious test failures in py:twisted - py.twisted/test_suite.py:ThriftTestCase.testOneway relies on testOneWay executing in less than 0.04 seconds (since it sleeps for 2

[GitHub] thrift pull request: THRIFT-585 Wrap py:twisted calls in maybeDefe...

2014-07-31 Thread jamesbroadhead
Github user jamesbroadhead commented on the pull request: https://github.com/apache/thrift/pull/165#issuecomment-50833030 Ah, apologies -- I'll have another go. Happy to try to help fix your CI too -- what would be needed? --- If your project is set up for it, you can reply

[GitHub] thrift pull request: THRIFT-585 Wrap py:twisted calls in maybeDefe...

2014-07-26 Thread jamesbroadhead
GitHub user jamesbroadhead opened a pull request: https://github.com/apache/thrift/pull/165 THRIFT-585 Wrap py:twisted calls in maybeDeferred This avoids synchronous exceptions from the client libraries. This is an update of the patch posted to: https://issues.apache.org