Results 51 comments of Tyler

I ended up creating my own problem matcher, this also adds the changes from [here](https://github.com/ammaraskar/gcc-problem-matcher/issues/1) as well. ```json { "problemMatcher": [ { "owner": "gcc-problem-matcher", "pattern": [ { "regexp": "^(..\/)(.*?)(?

Still not working ```nix { description = "Testing ROS on NixOS"; nixConfig = { substituters = [ "https://nix-community.cachix.org" "https://cache.nixos.org/" "https://ros.cachix.org" ]; trusted-public-keys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "ros.cachix.org-1:dSyZxI8geDCJrwgvCOHDoAfOm5sV1wCPjBkKL+38Rvo=" ]; }; inputs...

That seems to have been it, thanks!

So for adding the actual support for `@optional`, is it okay to split it up into adding support with `std::optional` only on C++17 and up, and put the support behind...

The map tests pass on my machine (not sure if they're being run in the CI), however, [this one](https://github.com/OpenDDS/OpenDDS/pull/3603/files#diff-885ad75ef2f2072bbc2c354eb33ca657cd5ddd04ef6431e793208502d5c48b53) only works over rtps which I'm not sure why

I think this is ready for review, I believe the CI is failing because of the cached versions of ACE & TAO, but other than that (and the other issue...

@iguessthislldo, now that the cmake build stuff has been merged back into main, I'd like to use it for the for testing, how can I add the map tests to...

Yeah, I started looking into it although haven't gotten anywhere with it yet. I feel like this PR might be coming to an end and wanted to get started with...

> > Yeah, I started looking into it although haven't gotten anywhere with it yet. > > Looks like that's a tao_idl issue so it may not directly impact this...