[PR] THRIFT-5798 Expand netstd compile tests to fully cover all current target environments [thrift]

2024-07-19 Thread via GitHub
Jens-G opened a new pull request, #3008: URL: https://github.com/apache/thrift/pull/3008 Client: netstd Patch: Jens Geyer The patch is based upon and includes #3006 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[jira] [Updated] (THRIFT-5797) HashSet() CTOR takes no argument for net < 5

2024-07-19 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-5797: --- Component/s: netstd - Compiler > HashSet() CTOR takes no argument for net < 5 >

[jira] [Resolved] (THRIFT-5797) HashSet() CTOR takes no argument for net < 5

2024-07-19 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-5797. Fix Version/s: 0.21.0 Assignee: Jens Geyer Resolution: Fixed > HashSet() CTOR

Re: [PR] THRIFT-5797 HashSet() CTOR takes no argument for net < 5 [thrift]

2024-07-19 Thread via GitHub
Jens-G merged PR #3005: URL: https://github.com/apache/thrift/pull/3005 -- 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:

Re: [PR] Bump ws from 5.2.3 to 5.2.4 [thrift]

2024-07-19 Thread via GitHub
Jens-G merged PR #3004: URL: https://github.com/apache/thrift/pull/3004 -- 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-5712) Add Dart 3 compatibility

2024-07-19 Thread Paul Wilkinson (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17867410#comment-17867410 ] Paul Wilkinson commented on THRIFT-5712: Hi, no update. I got a bit lost in some of the test

[PR] lib: py: remove distutils in favor of setuptools [thrift]

2024-07-19 Thread via GitHub
pyrox0 opened a new pull request, #3007: URL: https://github.com/apache/thrift/pull/3007 As distutils is removed in python 3.12, and setuptools provides the same interface, it can be switched in place with only minor changes. This allows using the thrift bindings on versions of Python