[jira] [Created] (THRIFT-4244) PHP compiler errors out if escape character is part in string constant

2017-06-30 Thread Pascal von Rickenbach (JIRA)
Pascal von Rickenbach created THRIFT-4244: - Summary: PHP compiler errors out if escape character is part in string constant Key: THRIFT-4244 URL: https://issues.apache.org/jira/browse/THRIFT-4244

[jira] [Commented] (THRIFT-4240) Go TSimpleServer does not close properly

2017-06-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16070499#comment-16070499 ] ASF GitHub Bot commented on THRIFT-4240: Github user zwass commented on the issue:

[GitHub] thrift issue #1301: THRIFT-4240 Fix use of sync.Once in Go TSimpleServer Sto...

2017-06-30 Thread zwass
Github user zwass commented on the issue: https://github.com/apache/thrift/pull/1301 If https://github.com/apache/thrift/pull/1302 is merged, this PR can be closed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[jira] [Commented] (THRIFT-4243) Go TSimpleServer race on wait in Stop() method

2017-06-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16070497#comment-16070497 ] ASF GitHub Bot commented on THRIFT-4243: GitHub user zwass opened a pull request:

[GitHub] thrift pull request #1302: THRIFT-4243 Fix Go TSimpleServer race on wait in ...

2017-06-30 Thread zwass
GitHub user zwass opened a pull request: https://github.com/apache/thrift/pull/1302 THRIFT-4243 Fix Go TSimpleServer race on wait in Stop() method Fixes the synchronization issues in the existing Stop() method, by ensuring no further Add calls are made to the WaitGroup at

[jira] [Created] (THRIFT-4243) Go TSimpleServer race on wait in Stop() method

2017-06-30 Thread Zach Wasserman (JIRA)
Zach Wasserman created THRIFT-4243: -- Summary: Go TSimpleServer race on wait in Stop() method Key: THRIFT-4243 URL: https://issues.apache.org/jira/browse/THRIFT-4243 Project: Thrift Issue

[GitHub] thrift pull request #1298: THRIFT-4236: Add context support for go server.

2017-06-30 Thread taozle
Github user taozle closed the pull request at: https://github.com/apache/thrift/pull/1298 --- 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 is

[jira] [Commented] (THRIFT-4236) Support context in go generated code.

2017-06-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16070292#comment-16070292 ] ASF GitHub Bot commented on THRIFT-4236: GitHub user taozle reopened a pull request:

[jira] [Commented] (THRIFT-4236) Support context in go generated code.

2017-06-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16070291#comment-16070291 ] ASF GitHub Bot commented on THRIFT-4236: Github user taozle closed the pull request at:

[GitHub] thrift pull request #1298: THRIFT-4236: Add context support for go server.

2017-06-30 Thread taozle
GitHub user taozle reopened a pull request: https://github.com/apache/thrift/pull/1298 THRIFT-4236: Add context support for go server. This commit add the context support for thrift server side in go. for compatibility, added a use_context option in go's generator option to

[jira] [Updated] (THRIFT-4242) Can't compile thrift 0.10.0 C++ application (but works with 0.9.2)

2017-06-30 Thread Yaroslav Nalivayko (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yaroslav Nalivayko updated THRIFT-4242: --- Description: I'm trying to create an application uses thrift.me I open the

[jira] [Updated] (THRIFT-4242) Can't compile thrift 0.10.0 C++ application (but works with 0.9.2)

2017-06-30 Thread Yaroslav Nalivayko (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yaroslav Nalivayko updated THRIFT-4242: --- Summary: Can't compile thrift 0.10.0 C++ application (but works with 0.9.2) (was:

[jira] [Updated] (THRIFT-4242) Can't compile thrift 0.10.0 c++ application (but works with 0.9.2)

2017-06-30 Thread Yaroslav Nalivayko (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yaroslav Nalivayko updated THRIFT-4242: --- Description: I'm trying to create an application uses thrift.me I open the

[jira] [Created] (THRIFT-4242) Can't compile thrift 0.10.0 c++ application (but works with 0.9.2)

2017-06-30 Thread Yaroslav Nalivayko (JIRA)
Yaroslav Nalivayko created THRIFT-4242: -- Summary: Can't compile thrift 0.10.0 c++ application (but works with 0.9.2) Key: THRIFT-4242 URL: https://issues.apache.org/jira/browse/THRIFT-4242

[jira] [Commented] (THRIFT-4236) Support context in go generated code.

2017-06-30 Thread taozle (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16069956#comment-16069956 ] taozle commented on THRIFT-4236: {quote}Could you adjust the build scripts version checks