Christian Poveda Ruiz
Christian Poveda Ruiz
@buybackoff have you had time to find a minimal example?
I implemented this because [I thought you agreed to it](https://github.com/rust-lang/rust-bindgen/issues/2063#issuecomment-855390098) :grimacing: That being said, I think it is not unheard of `bindgen` having features that could be fixed by one...
> I think it'd be good to move all these post-processing operations to their own file since putting it in lib.rs feels a bit odd and creates a lot of...
@emilio you approved this PR but from your comments it is not clear to me that you want this actually merged.
I propose closing this issue and maybe opening tracking issue listing all the other issues related to C++ features. What do you way?
Thanks for your report. Would you be able to extend the bindgen invocation a bit so it can be tested locally?. In particular, the current invocation does not have the...
Is this feature still desired/relevant?
Isn't this somewhat related to https://github.com/rust-lang/rust-bindgen/issues/2227 ?
I see three paths here: 1. Handle windows via the lossy path: `OsString` -> `String` -> `CString` and return an error when trying to set a clang_arg with an `OsString`...
I'd consider this as something important so we don't end up with garbage down the road by accident. However, I wonder if a transition to clang-rs would fix this.