[GitHub] thrift pull request: THRIFT-3774 The generated code should have ex...

2016-04-04 Thread laozhp
Github user laozhp commented on the pull request: https://github.com/apache/thrift/pull/975#issuecomment-205295462 Travis CI failed with ``` Broadcast message from root@testing-gce-d357df5d-d4c0-42df-9bcc-a6a7f62bb65e (unknown) at 10:58 ... The system is

[jira] [Commented] (THRIFT-3774) The generated code should have exception_names meta info

2016-04-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15224112#comment-15224112 ] ASF GitHub Bot commented on THRIFT-3774: Github user laozhp commented on the pull request:

[jira] [Created] (THRIFT-3775) 0.10.0 release candidate

2016-04-04 Thread Jake Farrell (JIRA)
Jake Farrell created THRIFT-3775: Summary: 0.10.0 release candidate Key: THRIFT-3775 URL: https://issues.apache.org/jira/browse/THRIFT-3775 Project: Thrift Issue Type: Bug

[jira] [Commented] (THRIFT-3770) Support Python 3.4+ asyncio support

2016-04-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15223984#comment-15223984 ] ASF GitHub Bot commented on THRIFT-3770: Github user vmarkovtsev commented on the pull request:

[GitHub] thrift pull request: THRIFT-3770 Implement Python 3.4+ asyncio sup...

2016-04-04 Thread vmarkovtsev
Github user vmarkovtsev commented on the pull request: https://github.com/apache/thrift/pull/972#issuecomment-205262823 I've added the tests. These only belong to Client, since I do not plan to port Server. ``` test/test.py --server cpp --client py3.asyncio Apache

[jira] [Commented] (THRIFT-3774) The generated code should have exception_names meta info

2016-04-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15223916#comment-15223916 ] ASF GitHub Bot commented on THRIFT-3774: GitHub user laozhp opened a pull request:

[GitHub] thrift pull request: THRIFT-3774 The generated code should have ex...

2016-04-04 Thread laozhp
GitHub user laozhp opened a pull request: https://github.com/apache/thrift/pull/975 THRIFT-3774 The generated code should have exception_names meta info You can merge this pull request into a Git repository by running: $ git pull https://github.com/laozhp/thrift master

Build failed in Jenkins: Thrift-precommit #366

2016-04-04 Thread Apache Jenkins Server
See Changes: [sam901] Put generated go code in a file with the same name as thrift file [sam901] Don't import self package, go doesn't support it [sam901] Rename UnusedProtection.go to GoUnusedProtection__.go to better separate

[jira] [Created] (THRIFT-3774) The generated code should have exception_names meta info

2016-04-04 Thread laozhp (JIRA)
laozhp created THRIFT-3774: -- Summary: The generated code should have exception_names meta info Key: THRIFT-3774 URL: https://issues.apache.org/jira/browse/THRIFT-3774 Project: Thrift Issue Type:

Build failed in Jenkins: Thrift-precommit #365

2016-04-04 Thread Apache Jenkins Server
See Changes: [sam901] Put generated go code in a file with the same name as thrift file [sam901] Don't import self package, go doesn't support it [sam901] Rename UnusedProtection.go to GoUnusedProtection__.go to better separate

[GitHub] thrift pull request: Generate go code from multiple thrift files i...

2016-04-04 Thread creker
GitHub user creker opened a pull request: https://github.com/apache/thrift/pull/974 Generate go code from multiple thrift files in to the same directory Currently compiler puts all generated Go code into two files - ttypes.go and constants.go. Because of that you can't compile

Jenkins build is back to normal : Thrift-precommit #364

2016-04-04 Thread Apache Jenkins Server
See

[jira] [Commented] (THRIFT-3770) Support Python 3.4+ asyncio support

2016-04-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15223805#comment-15223805 ] ASF GitHub Bot commented on THRIFT-3770: Github user vmarkovtsev commented on the pull request:

[GitHub] thrift pull request: THRIFT-3770 Implement Python 3.4+ asyncio sup...

2016-04-04 Thread vmarkovtsev
Github user vmarkovtsev commented on the pull request: https://github.com/apache/thrift/pull/972#issuecomment-205184422 @nsuke, about the generic wrapper, I feel bad about these dupes too but cannot see the possibility because asyncio coroutine's "viral" nature with "yield from" is

<    1   2