[GitHub] thrift pull request #1338: Make ssl-open timeout effective in golang client

2017-09-03 Thread tudyzhb
Github user tudyzhb closed the pull request at: https://github.com/apache/thrift/pull/1338 --- 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-4307) Make ssl-open timeout effective in golang client

2017-09-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16152054#comment-16152054 ] ASF GitHub Bot commented on THRIFT-4307: GitHub user tudyzhb opened a pull request:

[GitHub] thrift pull request #1341: THRIFT-4307: Make ssl-open timeout effective in g...

2017-09-03 Thread tudyzhb
GitHub user tudyzhb opened a pull request: https://github.com/apache/thrift/pull/1341 THRIFT-4307: Make ssl-open timeout effective in golang client Using **tls.DialWithDialer** just like **net.DialTimeout** which in _socket.go_ to make ssl-open timeout effective. You can merge

[jira] [Updated] (THRIFT-4307) Make ssl-open timeout effective in golang client

2017-09-03 Thread tudyzhb (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] tudyzhb updated THRIFT-4307: Description: {code:go} package rpc import ( "git.apache.org/thrift.git/lib/go/thrift"

[jira] [Updated] (THRIFT-4307) Make ssl-open timeout effective in golang client

2017-09-03 Thread tudyzhb (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] tudyzhb updated THRIFT-4307: Description: {code:none} package rpc import ( "git.apache.org/thrift.git/lib/go/thrift"

[jira] [Created] (THRIFT-4307) Make ssl-open timeout effective in golang client

2017-09-03 Thread tudyzhb (JIRA)
tudyzhb created THRIFT-4307: --- Summary: Make ssl-open timeout effective in golang client Key: THRIFT-4307 URL: https://issues.apache.org/jira/browse/THRIFT-4307 Project: Thrift Issue Type: Bug

[jira] [Resolved] (THRIFT-4082) Java library can't parse JSON generated by javascript TJSONProtocol

2017-09-03 Thread Neia Neutuladh (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neia Neutuladh resolved THRIFT-4082. Resolution: Invalid > Java library can't parse JSON generated by javascript TJSONProtocol

[jira] [Commented] (THRIFT-4290) C# nullable option generates invalid code for non-required enum field with default value

2017-09-03 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16151922#comment-16151922 ] Jens Geyer commented on THRIFT-4290: Hi [~dsandbrink], an chance you could [prepare a PR or

[jira] [Updated] (THRIFT-4306) Thrift imports not replicated to D service output

2017-09-03 Thread Neia Neutuladh (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neia Neutuladh updated THRIFT-4306: --- Attachment: THRIFT-4306 dlang public imports for dependencies.diff > Thrift imports not

[jira] [Created] (THRIFT-4306) Thrift imports not replicated to D service output

2017-09-03 Thread Neia Neutuladh (JIRA)
Neia Neutuladh created THRIFT-4306: -- Summary: Thrift imports not replicated to D service output Key: THRIFT-4306 URL: https://issues.apache.org/jira/browse/THRIFT-4306 Project: Thrift Issue

[jira] [Updated] (THRIFT-2731) D coding standards

2017-09-03 Thread Christopher Wright (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Wright updated THRIFT-2731: --- Attachment: THRIFT-2731 fix dlang code formatting.diff THRIFT-2731

[jira] [Updated] (THRIFT-4305) Emit ddoc for generated items

2017-09-03 Thread Christopher Wright (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Wright updated THRIFT-4305: --- Attachment: THRIFT-4305 dlang documentation comments.diff > Emit ddoc for generated

[jira] [Created] (THRIFT-4305) Emit ddoc for generated items

2017-09-03 Thread Christopher Wright (JIRA)
Christopher Wright created THRIFT-4305: -- Summary: Emit ddoc for generated items Key: THRIFT-4305 URL: https://issues.apache.org/jira/browse/THRIFT-4305 Project: Thrift Issue Type:

[jira] [Updated] (THRIFT-4304) Version out the server skeleton

2017-09-03 Thread Christopher Wright (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Wright updated THRIFT-4304: --- Attachment: THRIFT-4304 version out dlang server skeleton.diff > Version out the

[jira] [Created] (THRIFT-4304) Version out the server skeleton

2017-09-03 Thread Christopher Wright (JIRA)
Christopher Wright created THRIFT-4304: -- Summary: Version out the server skeleton Key: THRIFT-4304 URL: https://issues.apache.org/jira/browse/THRIFT-4304 Project: Thrift Issue Type:

[jira] [Commented] (THRIFT-2731) D coding standards

2017-09-03 Thread Christopher Wright (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16151838#comment-16151838 ] Christopher Wright commented on THRIFT-2731: There are a few deprecation warnings in the D

[GitHub] thrift issue #1338: Make ssl-open timeout effective in golang client

2017-09-03 Thread Jens-G
Github user Jens-G commented on the issue: https://github.com/apache/thrift/pull/1338 http://thrift.apache.org/docs/HowToContribute --- 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

[GitHub] thrift issue #1339: Python print() function

2017-09-03 Thread Jens-G
Github user Jens-G commented on the issue: https://github.com/apache/thrift/pull/1339 http://thrift.apache.org/docs/HowToContribute --- 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