Adam Mitz

Results 150 comments of Adam Mitz

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

Does the installed OpenDDS work with using ACE's makefiles to install ACE? https://sourceforge.net/p/opendds/mailman/opendds-devel/?viewmonth=201705

Could you clarify what "only operations may be called" means? Is there clang documentation for this?

So it just has to have a stack frame between the try and the exception. Are there places in the ACE_TAO code (not tests) that depend on it working more...

So this compiler requires all uses of `Scope::Class::Function` changed to just `Class::Function` within a block of `namespace Scope {...}`? Do we have a scoreboard build or GitHub Actions set up...

Does it work with an earlier release like 2.5.17 which was before the latest round of updates to valuetype code generation?

I built libTAO locally with the merge commit of this PR. For reference, the generated code looks like this: ``` // -*- C++ -*- /** * Code generated by the...

This isn't really a "vendor" issue though, is it? If rosidl is responsible for the `.msg` -> `.idl` transformation, then the resulting `.idl` should be valid according to the OMG...

Right, I think we're not blocked by it, but only by using a switch on the IDL compiler that allows nonconforming input (@adamsj-oci can confirm). The other point I was...