Jason Lunn
Jason Lunn
Seeing failures on the Rust tests of the form: ``` Traceback (most recent call last): File "/workspace/rust/aspects.bzl", line 284, column 37, in _rust_cc_proto_aspect_impl return _rust_proto_aspect_common(target, ctx, is_upb = False) File...
@tempoz - thanks for the fix. It seems like there have been some updates to some of these files in the interval since you opened this PR. Can you rebase...
Any update on this, @jskeet ?
@hungptit - Can you see if the changes that recently landed to resolve #17882 fix this issue for you?
Hi @dougthor42 - Is this issue reproducible with the latest release? Protobuf Python version 21.7 is no longer supported. You can find the support timelines for more recent versions of...
> Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll...
`rules_ruby` was added to build the Ruby implementation under Bazel. In a later version (26.x), it was made a development only dependency (see https://github.com/protocolbuffers/protobuf/commit/571b727cb66ad51f89fbef565d3a6c123366a1f5). Can you try upgrading to at...
Protobuf's version scheme (explained in detail at https://protobuf.dev/support/version-support/) means that the "major" version is language specific, and Ruby Protobuf is currently on major version 4. What you see on https://github.com/protocolbuffers/protobuf/releases...
> @JasonLunn Apologies, but I originally pushed this PR with the incorrect email address associated with the commits. I've updated to use my corporate address and force pushed, but the...
I've done some work on getting Ruby tests to run under ASAN in the past, and to the best of my understanding, one needs to compile the Ruby interpreter with...