Christian Poveda Ruiz
Christian Poveda Ruiz
- @squell: It is a parsing issue, what do you think about adding span info so those errors can be reported? - @pvdrz: visudo should pretty print those results.
We're using clap 4 so this shouldn't be an issue anymore.
Without more information I'm unable to say. However, this feature works on c: ```c // hello.h __attribute__((noreturn)) void g(void); ``` Then you run `bindgen hello.h` and get ```rust /* automatically...
> Unfortunately, this broke building with -Dwarnings on rustc < 1.65. Do you have any reduced case so we can add it to the tests?
https://github.com/rust-lang/rust-bindgen/pull/2354 should fix this
superseded by https://github.com/rust-lang/rust-bindgen/issues/2343
:wave: I have a related issue with the `latam` keyboard layout. What happens is that gamescope doesn't recognize the `
I used the `never` option in some tests. Maybe we should test it too.
@rnijveld do you mean something like a closure to pass before and after executing a command? what kind of info should be available in pre-run and post-run?
I've opened https://github.com/memorysafety/sudo-rs/pull/215 which changes the user's home and shell directory to be `PathBuf`s because they are more useful in that way. While doing that change I've noticed that all...