Adrian Taylor
Adrian Taylor
Thanks, there are some known issues with uniquifying names e.g. #486. Fixes appreciated although all the naming stuff is very complex which is why I haven't fixed these cases myself...
Perhaps [this helps or is related](https://github.com/google/autocxx/issues/592)?
So, first of all, the subclass support in autocxx is pretty immature and has probably only been used by a dozen people. It's highly likely you're running into missing features...
Thanks for reporting back. If you have any ideas for how the documentation in this area can be improved, I am _delighted_ to accept PRs to improve the docs!
Unfortunately this is information that bindgen discards, so we'll need to tweak this by adding another annotation in autocxx-bindgen.
Hi, first thoughts: * This is pretty epic! Thanks for diving so deep into this weird code and figuring it out. * Overall approach LGTM * I think `#[subclass_multithreaded]` sounds...
Thanks very much for minimizing the test case - I can reproduce this.
I've done a bit of work here but I'm not likely to complete this soon, so writing up progress for my future reference. * autocxx_bindgen changes [here]( https://github.com/adetaylor/rust-bindgen/pull/new/denote-reference-typedefs) * autocxx...
Yuck. I almost wish past-me _hadn't_ written up such a helpful comment. It's full of bad news.
Thanks. I agree the error messages here aren't good enough. I'll work on them next time I get a chance.