[jira] [Created] (THRIFT-3499) Add package_prefix to python generator

2015-12-22 Thread Eric Klaus (JIRA)
Eric Klaus created THRIFT-3499: -- Summary: Add package_prefix to python generator Key: THRIFT-3499 URL: https://issues.apache.org/jira/browse/THRIFT-3499 Project: Thrift Issue Type: Improvement

[jira] [Commented] (THRIFT-3499) Add package_prefix to python generator

2015-12-22 Thread Eric Klaus (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15068220#comment-15068220 ] Eric Klaus commented on THRIFT-3499: https://github.com/apache/thrift/pull/755 > Add package_prefix

[jira] [Issue Comment Deleted] (THRIFT-3499) Add package_prefix to python generator

2015-12-22 Thread Eric Klaus (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Klaus updated THRIFT-3499: --- Comment: was deleted (was: https://github.com/apache/thrift/pull/755) > Add package_prefix to

[GitHub] thrift pull request: THRIFT-3499: Add package_prefix to python gen...

2015-12-22 Thread ericklaus-wf
Github user ericklaus-wf closed the pull request at: https://github.com/apache/thrift/pull/755 --- 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, or if the feature

[GitHub] thrift pull request: THRIFT-3499: Add package_prefix to python gen...

2015-12-22 Thread ericklaus-wf
GitHub user ericklaus-wf reopened a pull request: https://github.com/apache/thrift/pull/755 THRIFT-3499: Add package_prefix to python generator Permit prefixing import paths with a certain string to support devs who will place the generated code below the top level of their python

[jira] [Commented] (THRIFT-3499) Add package_prefix to python generator

2015-12-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15068218#comment-15068218 ] ASF GitHub Bot commented on THRIFT-3499: GitHub user ericklaus-wf reopened a pull request:

[jira] [Commented] (THRIFT-3499) Add package_prefix to python generator

2015-12-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15068217#comment-15068217 ] ASF GitHub Bot commented on THRIFT-3499: Github user ericklaus-wf closed the pull request at:

[jira] [Created] (THRIFT-3500) Protocols in Python 2 do not treat Strings as unicode.

2015-12-22 Thread John Lockwood (JIRA)
John Lockwood created THRIFT-3500: - Summary: Protocols in Python 2 do not treat Strings as unicode. Key: THRIFT-3500 URL: https://issues.apache.org/jira/browse/THRIFT-3500 Project: Thrift

[jira] [Updated] (THRIFT-3499) Add package_prefix to python generator

2015-12-22 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-3499: --- Component/s: Python - Compiler > Add package_prefix to python generator >

[jira] [Commented] (THRIFT-3500) Protocols in Python 2 do not treat Strings as unicode.

2015-12-22 Thread John Lockwood (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15068758#comment-15068758 ] John Lockwood commented on THRIFT-3500: --- I have a branch that addresses this issue and will make a

[jira] [Commented] (THRIFT-3499) Add package_prefix to python generator

2015-12-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15068784#comment-15068784 ] ASF GitHub Bot commented on THRIFT-3499: Github user ericklaus-wf closed the pull request at:

[jira] [Created] (THRIFT-3502) C++ TServerSocket passes small buffer to getsockname

2015-12-22 Thread Jeremy Spiegel (JIRA)
Jeremy Spiegel created THRIFT-3502: -- Summary: C++ TServerSocket passes small buffer to getsockname Key: THRIFT-3502 URL: https://issues.apache.org/jira/browse/THRIFT-3502 Project: Thrift

[GitHub] thrift pull request: THRIFT-3499: Add package_prefix to python gen...

2015-12-22 Thread ericklaus-wf
Github user ericklaus-wf closed the pull request at: https://github.com/apache/thrift/pull/755 --- 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, or if the feature

[jira] [Commented] (THRIFT-3499) Add package_prefix to python generator

2015-12-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15068785#comment-15068785 ] ASF GitHub Bot commented on THRIFT-3499: GitHub user ericklaus-wf reopened a pull request:

[jira] [Created] (THRIFT-3501) Forward slash in docblock comment causes compiler error

2015-12-22 Thread Ryan Greenberg (JIRA)
Ryan Greenberg created THRIFT-3501: -- Summary: Forward slash in docblock comment causes compiler error Key: THRIFT-3501 URL: https://issues.apache.org/jira/browse/THRIFT-3501 Project: Thrift

[jira] [Commented] (THRIFT-3501) Forward slash in docblock comment causes compiler error

2015-12-22 Thread Ryan Greenberg (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15068870#comment-15068870 ] Ryan Greenberg commented on THRIFT-3501: The newlines are not necessary to trigger this behavior,

[GitHub] thrift pull request: THRIFT-3500: Strings unicode py2

2015-12-22 Thread johnlockwood-wf
GitHub user johnlockwood-wf opened a pull request: https://github.com/apache/thrift/pull/756 THRIFT-3500: Strings unicode py2 As the test shows this makes Thrift protocols treat Strings as unicode in Python 2 which is essentially equivalent as the str in Python 3. Indeed Python

[jira] [Commented] (THRIFT-3500) Protocols in Python 2 do not treat Strings as unicode.

2015-12-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15069239#comment-15069239 ] ASF GitHub Bot commented on THRIFT-3500: GitHub user johnlockwood-wf opened a pull request:

[jira] [Updated] (THRIFT-3496) C++: Cob style client fails when sending a consecutive request

2015-12-22 Thread Sebastian Zenker (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Zenker updated THRIFT-3496: - Description: I extended the C++ unit tests to send a second request using the same

[jira] [Commented] (THRIFT-2994) Node.js TJSONProtocol cannot be used for object serialization.

2015-12-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15069348#comment-15069348 ] ASF GitHub Bot commented on THRIFT-2994: Github user timse commented on the pull request:

[GitHub] thrift pull request: THRIFT-2994: Fix TJsonProtocol for nodejs

2015-12-22 Thread timse
Github user timse commented on the pull request: https://github.com/apache/thrift/pull/379#issuecomment-166823413 anything else needed for this to proceed @nsuke ? not sure what to do with the one failing test/if it has anything to do with these changes --- If your project is