Steve Wolter

Results 4 issues of Steve Wolter

bazel/proto_k8s_service.bzl depends on grpc_ecosystem_grpc_gateway, so we should pull it in in repositories.bzl. There is some complexity, as if we use go_repository() we introduce a dependency on rules_go, but if we...

This removes one more user of the broken generic version of get_rcl_allocator, which is causing https://github.com/ros2/rclcpp/issues/1254. This is a companion change to ros2/rclcpp#1324. While there, fix the copy constructor for...

As explained in #1254, there's conceptually no way to implement RCL allocators in terms of C++ allocators. In order to fix this behavior, we have to delete the generic version...

This is needed as a companion change to ros2/rclcpp#1324. Signed-off-by: Steve Wolter