[GitHub] [thrift] allengeorge opened a new pull request #2336: THRIFT-5299: Encode sequence numbers as non-zigzag varint

2021-02-19 Thread GitBox
allengeorge opened a new pull request #2336: URL: https://github.com/apache/thrift/pull/2336 Client: rs This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[jira] [Deleted] (THRIFT-5357) CLONE - Namespace from type is ignored in generated code

2021-02-19 Thread Greg Stein (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Stein deleted THRIFT-5357: --- > CLONE - Namespace from type is ignored in generated code > --

[jira] [Deleted] (THRIFT-5356) CLONE - Delphi: Add event handlers for server and processing events

2021-02-19 Thread Greg Stein (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Stein deleted THRIFT-5356: --- > CLONE - Delphi: Add event handlers for server and processing events > ---

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

2021-02-19 Thread Duru Can Celasun (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17287393#comment-17287393 ] Duru Can Celasun edited comment on THRIFT-5358 at 2/19/21, 10:18 PM: -

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

2021-02-19 Thread Duru Can Celasun (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17287398#comment-17287398 ] Duru Can Celasun commented on THRIFT-5358: -- Ah ok, we haven't upgraded to 1.16

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

2021-02-19 Thread Yuxuan Wang (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17287397#comment-17287397 ] Yuxuan Wang commented on THRIFT-5358: - To clarify, the lack of go.mod files does not

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

2021-02-19 Thread Duru Can Celasun (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17287393#comment-17287393 ] Duru Can Celasun edited comment on THRIFT-5358 at 2/19/21, 10:03 PM: -

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

2021-02-19 Thread Duru Can Celasun (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17287393#comment-17287393 ] Duru Can Celasun commented on THRIFT-5358: -- Sounds like a plan. I suggest we do

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

2021-02-19 Thread Yuxuan Wang (Jira)
Yuxuan Wang created THRIFT-5358: --- Summary: Add go.mod file(s) Key: THRIFT-5358 URL: https://issues.apache.org/jira/browse/THRIFT-5358 Project: Thrift Issue Type: Task Components: Go -

[jira] [Commented] (THRIFT-5357) CLONE - Namespace from type is ignored in generated code

2021-02-19 Thread Yuxuan Wang (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17287350#comment-17287350 ] Yuxuan Wang commented on THRIFT-5357: - Why do we need to clone this issue? > CLONE

[jira] [Updated] (THRIFT-5357) CLONE - Namespace from type is ignored in generated code

2021-02-19 Thread Ruel Rutaquio (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruel Rutaquio updated THRIFT-5357: -- Issue Type: New Feature (was: Bug) > CLONE - Namespace from type is ignored in generated code

[jira] [Updated] (THRIFT-5357) CLONE - Namespace from type is ignored in generated code

2021-02-19 Thread Ruel Rutaquio (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruel Rutaquio updated THRIFT-5357: -- Priority: Trivial (was: Critical) > CLONE - Namespace from type is ignored in generated code

[jira] [Created] (THRIFT-5357) CLONE - Namespace from type is ignored in generated code

2021-02-19 Thread Ruel Rutaquio (Jira)
Ruel Rutaquio created THRIFT-5357: - Summary: CLONE - Namespace from type is ignored in generated code Key: THRIFT-5357 URL: https://issues.apache.org/jira/browse/THRIFT-5357 Project: Thrift I

[jira] [Created] (THRIFT-5356) CLONE - Delphi: Add event handlers for server and processing events

2021-02-19 Thread Ruel Rutaquio (Jira)
Ruel Rutaquio created THRIFT-5356: - Summary: CLONE - Delphi: Add event handlers for server and processing events Key: THRIFT-5356 URL: https://issues.apache.org/jira/browse/THRIFT-5356 Project: Thrift

[jira] [Resolved] (THRIFT-5355) Do not rely on compiler and check boundaries

2021-02-19 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-5355. Fix Version/s: 0.15.0 Assignee: Jens Geyer Resolution: Fixed > Do not rely on comp

[GitHub] [thrift] Jens-G closed pull request #2305: THRIFT-5355 Do not rely on compiler and check boundaries

2021-02-19 Thread GitBox
Jens-G closed pull request #2305: URL: https://github.com/apache/thrift/pull/2305 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 th

[jira] [Created] (THRIFT-5355) Do not rely on compiler and check boundaries

2021-02-19 Thread Jens Geyer (Jira)
Jens Geyer created THRIFT-5355: -- Summary: Do not rely on compiler and check boundaries Key: THRIFT-5355 URL: https://issues.apache.org/jira/browse/THRIFT-5355 Project: Thrift Issue Type: Improve