Jason Lunn
Jason Lunn
I believe that the changes to `conformance/binary_json_conformance_suite.cc` are breaking non-ruby languages.
@tisonkun - can you help me understand two things: 1. Why is it that only JRuby needs expectation changes to the conformance tests, but CRuby doesn't? 2. Can you clarify...
Another manifestation of #10491
This PR passes all tests again. @mkruskal-google for review of changes to Bazel-ization. @haberman - there are a few TODO messages left in this PR that I'd like to review...
It turns out that all performance was significantly negatively impacted by the same issue that was causing memory corruption. Now that has been addressed, I think there is a more...
Unable to install ruby-2.7.0. Compilation an installation steps claim to have finished, but I have no new installations under `~/.rvm/rubies`. * macOS 12.6.1 * rvm 1.29.12 Attempted install via: ```...
The FFI tests are currently failing with errors like: `Caught exception `Function 'upb_MethodDef_Service' not found in [/usr/local/rvm/gems/ruby-2.7.0/gems/google-protobuf-4.27.0/ext/google/protobuf_c/x86_64-linux/libprotobuf_c_ffi.so]` while loading FFI implementation of google/protobuf. Falling back to native implementation.` Similar changes...
We still see this issue today, in `1.0.3`, on JRuby, so it doesn't appear to be MRI specific or limited to version `1.0.2` that was initially reported. Has anyone developed...
I was about to submit this very same issue. We're seeing this having a showstopping impact - 10's of seconds per invocation in a highly concurrent environment.
On the AMI of Amazon Linux we use, `/etc/pki/tls/certs/ca-bundle.crt` is 877042. @thomas07vt - we're not expressly picking a CACert file now - what's your setup to use the one from...