Christian Poveda Ruiz

Results 298 comments of Christian Poveda Ruiz

on it :wrench:

`SyncUnsafeCell` is unstable which means we would have to implement this change and gate it behind nightly.

> when one is binding hundreds of C functions, none of them really unsafe Sorry but they are literally unsafe as you need to hold safety invariants that you don't...

:thinking: I wonder if having a single callback for both variants and structs would be a reasonable alternative or not

is there any other detail that might be relevant to reproduce this? I created a crate with rocksdb as a dependency and running `cargo test` after changing a test file...

> I'm not sure of Bindgen's MSRV policy for generated crates, but these constants require at least Rust 1.43. If that's the case, there should be a new variant in...

@ojeda would be reasonable to run this job on a cron, let's say, once every week?

@workingjubilee @wmmc88 is there something we can do from `bindgen`'s side to mitigate this?

it depends, if you can filter it using `allowlist_file` or any other allowlist method maybe we can do something about it.

Hey! Thanks for the PR and sorry for the delay on feedback. I think this feature is reasonable but there are some things I'd like to discuss first: - I'm...