Adrian Taylor

Results 286 comments of Adrian Taylor

rreverser notes it would also be good to have a 'backtrace' of how the type ended up being used.

The work in #1264 might help/change this a bit.

Hi @EdmundGoodman , thanks for jumping in! Yes that would be awesome and you've got just the right idea for where to add them. Per the comment above I expect...

Apparently PyO3 uses `Deref` for this purpose rather than `AsRef`, so casts are automatic/transparent.

I'm not going to attempt to make progress here until the linked bindgen issues have progress. @jjacobson93 thanks again for the test case PR, it's much appreciated, and sorry this...

That, plus it's still marked draft, it has a merge conflict (probably very easy to resolve) and there are still comments above that are not yet marked resolved. But I...

Next step here is to add a failing test. Marking 'good first issue' for anyone who wants to do that.

Sitrep: Arrays still unsupported. Lots of demand! Current behavior: ```cpp inline std::array getIVs() { std::array myarray = { 0, 1, 2, 3}; return myarray; } ``` results in bindgen giving...

Here's [the zulip thread where this has mostly been discussed](https://rust-lang.zulipchat.com/#narrow/stream/213817-t-lang/topic/Receiver.20trait.20with.20Target)

All, I just wanted to say thanks for all the discussion so far! @Urhengulas and I are working through the various things one at a time - sorry if some...