Adrian Taylor
Adrian Taylor
General status update here for anyone following along: we still need to land this, but it's blocked on some problems which only occur in cloud builds. https://bugs.webkit.org/show_bug.cgi?id=294673 is the main...
I am about to embark on an endeavor to adjust a fork of `bindgen` to output a `#[cxx::bridge]` section as required by the [cxx](https://github.com/dtolnay/cxx) crate, instead of plain Rust. The...
Thanks for the positive response! @emilio yep! The prelude and command-line which `autocxx` feeds to `bindgen` is quite long :) However `cxx` is also opinionated about what it does _not_...
An update here: since I wrote this, it seems that bindgen's `ParseCallbacks` type has become a bit more versatile. With some enhancements it may be able to fill this need....
Hi Chris! Thanks for the early feedback, and yeah, I'm not sure either. I don't consider this PR even remotely ready for review but the sort of directional feedback you're...
Hello @chriskrycho and @carols10cents - have you thought about whether this is worth including? I don't mind either way but over in [this PR](https://github.com/rust-lang/rust/pull/135881#issue-2804604294) I am proposing this feature for...
Thanks for the review Chris! I've been away for a few days, but I'll get on with making these changes sometime in the next couple of days. Hopefully that fits...
Thanks for this - I'm unclear why the github CI hasn't run the full suite of tests against it, and I don't want to merge it without that.
I raised another PR for the same code to get tests running - #1387 - there's a failure which needs looking into.
Closing in favor of #1387