Christian Poveda Ruiz
Christian Poveda Ruiz
@aatifsyed it has been a while so the logs are gone. Do you happen to know why CI was failing? Regarding the PR itself. I'd use `impl AsRef` instead of...
Looks good to me! Maybe we can change `includes` by something less similar to `include` like `include_folder` or something? I'm bad at naming things so deferring to @emilio or @kulp...
> > Maybe we can change `includes` by something less similar to `include` like `include_folder` or something? I'm bad at naming things so deferring to @emilio or @kulp for a...
I'd favor `include_directories(self, i: impl IntoIterator)`. We would have to document clearly that people are supposed to do `include_directories([dir])` for a single directory.
I have a potential fix for this but I have a tiny confusion about C semantics here. Let's say we have this ```c typedef const struct foo { void *bar;...
I'm closing this issue as the enums support was fixed in #2117
Solved via #2345
#2287 made me realize about all this and I wonder if we could fix this from the native types side. What I mean is that we could remove all this...
@lopopolo @CAD97. When would a function be tagged as `extern "C-unwind"` instead of `extern "C"` systematically?
ok my question is a bit less broad than that. How can bindgen determine from the headers if a function is `C` or `C-unwind`?