Laurenz

Results 64 issues of Laurenz

I'm adding Bazel 8 to the rules_appimage CI and the rules_pycross compatibility test fails in Bazel 8: https://github.com/lalten/rules_appimage/actions/runs/12120010016/job/33787778921?pr=253 ``` INFO: Repository rules_pycross++environments+pycross_environments instantiated at: : in Repository rule pycross_environments_repo defined...

In https://github.com/lalten/rules_appimage/actions/runs/12967356868/job/36169139114?pr=276, which tests rules_appimage compatibility with rules_pycross on Bazel 6 and Bzlmod, I'm getting: ``` ERROR: https://bcr.bazel.build/modules/rules_jvm_external/6.3/MODULE.bazel:101:13: name 'use_repo_rule' is not defined ERROR: Error computing the main repository mapping:...

After upgrading to rules_python 1.1.0, (rules_pycross 0.7.1), I'm getting a [warning from rules_python](https://github.com/bazelbuild/rules_python/blame/4de99abab053ab616570c41463b6f15a8200cf0b/python/private/deprecation.bzl#L20) about a deprecated alias: https://github.com/lalten/rules_appimage/actions/runs/12968177491/job/36170887084?pr=280#step:6:54 ``` WARNING: /home/runner/.cache/bazel/_bazel_runner/98a5b15d41eaf418ed0fd79d24a54d98/external/rules_pycross++lock_repos+pdm_deps/_lock/BUILD.bazel:5:8: in pycross_wheel_library rule @@rules_pycross++lock_repos+pdm_deps//_lock:[email protected]: target '@@rules_pycross++lock_repos+pdm_deps//_lock:[email protected]' depends on deprecated...

This fixes the below error ``` unknown file: Failure C++ exception with description "Failed to deserialize ROS message.: failed to load shared library 'external/ros2_rmw_cyclonedds/librmw_cyclonedds.so' due to dlopen error: external/ros2_rmw_cyclonedds/librmw_cyclonedds.so: cannot...

This removes the registering a keyboard handler from the system when using the rosbag2 keyboard handler. With this patch, you can set nullptr as keyboard handler and it will not...

1. Add https://github.com/ros2/rmw_cyclonedds/pull/510 2. Patch for serialization race-safety and performance increase

Improve LSan compatibility via https://github.com/ros/class_loader/pull/213 patch to ignore static alloc leak in class_loader

Has anyone run clang-tidy on Cuda code before? Naively patching the `permitted_file_types` to include `, ".cu", ".cuh"` kinda works in the sense that the aspect will find issues like ```...

I'm writing Bazel build files for paho.mqtt.c and want to link against BoringSSL instead of OpenSSL or LibreSSL. `BIO_f_base64` (https://docs.openssl.org/3.3/man3/BIO_f_base64/) is deprecated and can't easily be used when using BoringSSL...