Carlos O'Ryan

Results 588 comments of Carlos O'Ryan

I just prototyped a solution and it does not require changing any APIs. I am removing this from the stabilization milestone.

While no breaking changes are needed, I cannot get this to work without larger changes to `*-wkt`. I am going to save the main ideas so we can do this...

Blocked on https://github.com/googleapis/gapic-showcase/issues/1592

The enum problem is not something we can solve, we will ignore that test case.

And the proto specification is really `bytes`, not just a string: https://cloud.google.com/iam/docs/reference/rpc/google.iam.admin.v1#google.iam.admin.v1.DeleteRoleRequest

Thanks for the bug report. It is obvious by now that we have not been controlling dependencies really well, and TLS dependencies in particular. I believe if we used `rustls`...

AFAICT, the next release will not depend on `aws-lc-sys` by default, or `openssl-sys` either. We still need a way to prevent regressions on this.

We might be able to refactor the definition of all the dependencies to the top-level `Cargo.toml` file. If we did that, then maybe we could run a script to change...

@veblush I found a similar problem trying to use bzlmod. They may be completely different bugs, as this is related to CMake.