Mathias Kraus
Mathias Kraus
@elfenpiff I just remember that I introduced a `log_level_from_env_or(LogLevel)` function in iceoryx1. We could also do this for iceoryx2 and just set an `IOX2_LOG_LEVEL=trace` environment variable in out bashrc. With...
@elfenpiff there is also the option for `ignore`. Those could then be run on a single platform, just in case the reason for `no_run` is platform dependent code in the...
@elfenpiff shall we rename this issue and indicate that we move the iceoryx_hoof classes to iceoryx2?
Maybe I got it wrong but I think you mean an event based API. When someone talks about an async API in Rust they have something different in mind, especially...
Actually, we want to have ACL enabled by default on systems that supports ACL and deactivated on systems that do not support it. Why does it break hermeticity? It's just...
Keep in mind, I'm not that familiar with bazel, so this questions might sound stupid. How can a build be hermetic if the hermetic environment can have dependencies that are...
@lalten sorry, but can we please revert this change. It does not make sense to have the C bindings as `//:iceoryx` target in bazel. If at all, `iceoryx_posh` would be...
Just for the sake of understanding. What do you mean with patching `rules_ros2`? We are currently working on `rmw_iceoryx2` which might also have such issues, so I would like to...
Okay, but the current bazel setup should already provide all of this libraries. I don't understand why `//:iceoryx` needs to be an alias to the C bindings?
@lalten friendly ping for the question above :)