[jira] [Updated] (THRIFT-5358) Add go.mod file(s)

2021-08-01 Thread Yuxuan Wang (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuxuan Wang updated THRIFT-5358: Fix Version/s: 0.15.0 > Add go.mod file(s) > -- > > Key:

[jira] [Resolved] (THRIFT-5358) Add go.mod file(s)

2021-08-01 Thread Yuxuan Wang (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuxuan Wang resolved THRIFT-5358. - Resolution: Fixed > Add go.mod file(s) > -- > > Key:

[jira] [Created] (THRIFT-5447) Update supported Go versions before 0.15.0 release

2021-08-01 Thread Yuxuan Wang (Jira)
Yuxuan Wang created THRIFT-5447: --- Summary: Update supported Go versions before 0.15.0 release Key: THRIFT-5447 URL: https://issues.apache.org/jira/browse/THRIFT-5447 Project: Thrift Issue

[GitHub] [thrift] fishy merged pull request #2423: THRIFT-4797: Go import improvements

2021-08-01 Thread GitBox
fishy merged pull request #2423: URL: https://github.com/apache/thrift/pull/2423 -- 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 to the specific comment. To unsubscribe, e-mail:

[jira] [Assigned] (THRIFT-5392) Thrift Enums should generate forward compatible enum like code

2021-08-01 Thread Allen George (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allen George reassigned THRIFT-5392: Assignee: Allen George > Thrift Enums should generate forward compatible enum like code

[jira] [Comment Edited] (THRIFT-5392) Thrift Enums should generate forward compatible enum like code

2021-08-01 Thread Allen George (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17391182#comment-17391182 ] Allen George edited comment on THRIFT-5392 at 8/1/21, 3:51 PM: --- I don't

[jira] [Commented] (THRIFT-5392) Thrift Enums should generate forward compatible enum like code

2021-08-01 Thread Allen George (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17391182#comment-17391182 ] Allen George commented on THRIFT-5392: -- I don't mind reverting the change and then just using an

[jira] [Commented] (THRIFT-5392) Thrift Enums should generate forward compatible enum like code

2021-08-01 Thread Jira
[ https://issues.apache.org/jira/browse/THRIFT-5392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17391145#comment-17391145 ] Jorge Leitão commented on THRIFT-5392: -- I also do not understand why not using native rust enums.

[GitHub] [thrift] jorgecarleitao opened a new pull request #2426: THRIFT-5446: Added code-gen for rust async read.

2021-08-01 Thread GitBox
jorgecarleitao opened a new pull request #2426: URL: https://github.com/apache/thrift/pull/2426 This draft PR adds support to generate the async version for Rust. Note that when it comes to async, Rust is effectively colored, and thus we need both versions. It introduces: *

[jira] [Created] (THRIFT-5446) Add async protocol read

2021-08-01 Thread Jira
Jorge Leitão created THRIFT-5446: Summary: Add async protocol read Key: THRIFT-5446 URL: https://issues.apache.org/jira/browse/THRIFT-5446 Project: Thrift Issue Type: New Feature

[jira] [Resolved] (THRIFT-5445) "cancellationToken" cannot be used as argument name

2021-08-01 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-5445. Fix Version/s: 0.15.0 Resolution: Fixed > "cancellationToken" cannot be used as argument

[GitHub] [thrift] Jens-G merged pull request #2425: THRIFT-5445 "cancellationToken" cannot be used as argument name

2021-08-01 Thread GitBox
Jens-G merged pull request #2425: URL: https://github.com/apache/thrift/pull/2425 -- 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 to the specific comment. To unsubscribe, e-mail:

[GitHub] [thrift] Jens-G opened a new pull request #2425: THRIFT-5445 "cancellationToken" cannot be used as argument name

2021-08-01 Thread GitBox
Jens-G opened a new pull request #2425: URL: https://github.com/apache/thrift/pull/2425 Client: netstd Patch: Jens Geyer -- 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 to the specific

[jira] [Resolved] (THRIFT-5444) Netstd generator produces uncompileable code for enums ending with "_result" or "_args"

2021-08-01 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-5444. Fix Version/s: 0.15.0 Resolution: Fixed > Netstd generator produces uncompileable code for

[GitHub] [thrift] Jens-G closed pull request #2424: THRIFT-5444

2021-08-01 Thread GitBox
Jens-G closed pull request #2424: URL: https://github.com/apache/thrift/pull/2424 -- 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 to the specific comment. To unsubscribe, e-mail:

[jira] [Commented] (THRIFT-5444) Netstd generator produces uncompileable code for enums ending with "_result" or "_args"

2021-08-01 Thread Triton Circonflexe (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17391113#comment-17391113 ] Triton Circonflexe commented on THRIFT-5444: Tested with my own test case (very similar to