Anna Levenberg
Anna Levenberg
The migration guide https://bazel.build/external/migration
I think we're gonna first just want to compile with bazel 7.0, and then we can tackle bazelmod. Waiting to see if we can get that build working on Mac...
FYI timeline for support for Bazel 6 is until [December 2025](https://bazel.build/release)
Note to self: this is for the admin client and the polling policy is in `google/cloud/polling_policy.h`
Found changes by searching for `StatusCode::kCancelled`
Once the next two PRs are merged, we can check if we missed anything and then close the issue
This is what's currently left. Some (maybe all) are false positives: ``` ci/cloudbuild/notifiers/logs/function/function.cc: if (metadata.status().code() != StatusCode::kFailedPrecondition) { examples/gcs2cbt.cc: schema.status().code() != google::cloud::StatusCode::kAlreadyExists) { examples/grpc_credential_types.cc: if (status == 400) return Status(StatusCode::kInvalidArgument,...
Actually going to wait til the BT PR merges to check
ci/cloudbuild/notifiers/logs/function/function.cc: if (metadata.status().code() != StatusCode::kFailedPrecondition) { examples/gcs2cbt.cc: schema.status().code() != google::cloud::StatusCode::kAlreadyExists) { examples/grpc_credential_types.cc: if (status == 400) return Status(StatusCode::kInvalidArgument, buffer); examples/grpc_credential_types.cc: if (status == 401) return Status(StatusCode::kUnauthenticated, buffer); examples/grpc_credential_types.cc: if (status...
The rest of the PRs should have covered everything. Can close after they are merged.