[GitHub] [thrift] dugenkui03 closed pull request #2194: remove unused import

2020-08-04 Thread GitBox
dugenkui03 closed pull request #2194: URL: https://github.com/apache/thrift/pull/2194 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[jira] [Updated] (THRIFT-5260) Fix the thrift compiler generate problematic lua code for the oneway method

2020-08-04 Thread zero (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zero updated THRIFT-5260: - Description: The oneway method 'testOneway' in file 'test/ThriftTest.thrift', for instance, generated code in f

[jira] [Updated] (THRIFT-5260) Fix the thrift compiler generate problematic lua code for the oneway method

2020-08-04 Thread zero (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zero updated THRIFT-5260: - Description: The oneway method 'testOneway' in file 'test/ThriftTest.thrift', for instance, generated code in f

[jira] [Updated] (THRIFT-5260) Fix the thrift compiler generate problematic lua code for the oneway method

2020-08-04 Thread zero (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zero updated THRIFT-5260: - Description: The oneway method 'testOneway' in file 'test/ThriftTest.thrift', for instance, generated code in f

[jira] [Updated] (THRIFT-5260) Fix the thrift compiler generate problematic lua code for the oneway method

2020-08-04 Thread zero (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zero updated THRIFT-5260: - Description: The oneway method 'testOneway' in file 'test/ThriftTest.thrift', for instance, generated code in f

[jira] [Updated] (THRIFT-5260) Fix the thrift compiler generate problematic lua code for the oneway method

2020-08-04 Thread zero (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zero updated THRIFT-5260: - Description: The oneway method 'testOneway' in file 'test/ThriftTest.thrift', for instance, generated code in f

[GitHub] [thrift] Jens-G opened a new pull request #2213: THRIFT-5261 Support for deprecated methods (via annotation)

2020-08-04 Thread GitBox
Jens-G opened a new pull request #2213: URL: https://github.com/apache/thrift/pull/2213 Client: Delphi Patch: Jens Geyer This is an automated message from the Apache Git Service. To respond to the message, please log o

[jira] [Updated] (THRIFT-5261) Support for deprecated methods (via annotation)

2020-08-04 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-5261: --- Description: Delphi offers the option to mark e.g. methods as being deprecated, optionally includin

[jira] [Created] (THRIFT-5261) Support for deprecated methods (via annotation)

2020-08-04 Thread Jens Geyer (Jira)
Jens Geyer created THRIFT-5261: -- Summary: Support for deprecated methods (via annotation) Key: THRIFT-5261 URL: https://issues.apache.org/jira/browse/THRIFT-5261 Project: Thrift Issue Type: Impr

[jira] [Updated] (THRIFT-5260) Fix the thrift compiler generate problematic lua code for the oneway method

2020-08-04 Thread zero (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zero updated THRIFT-5260: - Description: The oneway method 'testOneway' in file 'test/ThriftTest.thrift', for instance, generated code in f

[GitHub] [thrift] longzhiri opened a new pull request #2212: Thrift 5260 Fix the thrift compiler generate problematic lua code for the oneway method

2020-08-04 Thread GitBox
longzhiri opened a new pull request #2212: URL: https://github.com/apache/thrift/pull/2212 The oneway method's processor has no need to write the result to client, but it is necessary to return values of each handler's return. - [x] Did you create an [Apache

[jira] [Created] (THRIFT-5260) Fix the thrift compiler generate problematic lua code for the oneway method

2020-08-04 Thread zero (Jira)
zero created THRIFT-5260: Summary: Fix the thrift compiler generate problematic lua code for the oneway method Key: THRIFT-5260 URL: https://issues.apache.org/jira/browse/THRIFT-5260 Project: Thrift