Adrian Taylor

Results 286 comments of Adrian Taylor

Closing this because it looks to be just experimental at the moment. Ping to reopen if the CI is green, it's documented etc.

Interesting. That almost certainly applies to the upstream bindgen (though it's not 100% guaranteed). The first thing to do when encountering bindgen errors is to upmerge the latest bindgen into...

I'm assuming this is a bindgen issue - please test upstream, I added some instructions to https://google.github.io/autocxx/reporting_bugs.html

You can see lots of debug information by [following these instructions](https://google.github.io/autocxx/contributing.html); good luck!

Yes, this sounds like a valid bug. I'd be happy to accept a PR to fix it.

Hi, nothing's changed here I'm afraid. If you wanted to work on this, that'd be great, though I must admit I can't exactly remember what I had in mind. In...

I'd be happy to accept a PR to add more modes here. Whatever we do, it should map closely to the [various enum modes exposed by bindgen](https://docs.rs/bindgen/latest/bindgen/struct.Builder.html#method.constified_enum).

> Will a PR that just adds .default_enum_style() to autocxx_build::Builder be accepted? It would probably be better to have granularity here, but being able to restore the default to the...

Thanks for the report - please could you submit a PR with a test case to `integration_tests.rs`.

Thanks for that - it helped me get to looking at this a lot sooner than I otherwise would have done. Here's what it would take to fix this. I'm...