Matt Epperson

Results 6 issues of Matt Epperson

Attempts to follow the cargo proposal linked below to remove debug info for release builds. Furthermore this should uphold the expected behavior of bazel for cc builds which automatically strips...

On 0.10.4 I'm running into an assert on line 172 of `src/core/ddsi/src/ddsi_sertype.c`. Publishing/subscribing has been working fine and I'm unable to figure out what the difference is between this new...

``` Compiling foo/bar/target__pybind.cc; 1s remote-cache, linux-sandbox Compiling foo/bar/target__pybind.cc; 1s remote-cache, linux-sandbox ``` I'm not sure if I'm using the rule correctly or if this is intended behavior but I seem...

I'm attempting to do dynamic topic discovery through the BuiltinTopicReader. When I set my configuration file to be multicast and between two devices on a subnet everything works as expected....

bug

I'm getting the following error on C++17 cross compiling for aarch64 using O2. I'm hoping somebody recognizes this error but can try to extract a minimal reproduction. Also if someone...