Re: PRs and reviews actvity

2023-04-17 Thread Jiayu Liu
I am looking for help in making https://github.com/apache/thrift/pull/2787 work, from experts of Python libraries. As a context, I am trying to migrate the current CI into GitHub actions by introducing per language CI steps. So far compiler itself, libraries including Java, Kotlin, rust, and Swift

[GitHub] [thrift] sumanthakur1976 opened a new pull request, #2788: Unsafe i32 to usize conversion from network data

2023-04-17 Thread via GitHub
sumanthakur1976 opened a new pull request, #2788: URL: https://github.com/apache/thrift/pull/2788 This patch fixes the problem with uncheckd data conversion read from the network. Currently, code reads data from the network, converts it to i32, and then blindly converts it to usize (