Christian Poveda Ruiz

Results 298 comments of Christian Poveda Ruiz

Same issue here: https://github.com/rust-lang/rust-bindgen/actions/runs/8807570984/job/24315825391 `macos-latest` is running on an `arm` machine.

> I'm not in the Arch ecosystem myself, is yay enough of a default that we can assume Arch Linux users will always use it and know how to install...

@taotieren could you rebase this PR so CI passes and we can merge it? Thanks :clap:

I like the approach of "letting users tell us what they actually need"

I ran the same command on the same folder and got this: ``` test result: ok. 648 passed; 0 failed; 60 ignored; 0 measured; 0 filtered out; finished in 164.67s...

@blazp7 does this happen with OG sudo as well? Edit: I can't reproduce this while downloading a large file and killing alacritty on gnome.

@squell the only place where something similar could happen would be here: https://github.com/memorysafety/sudo-rs/blob/9e7a4c4fa48ec6e411e5cb3b2ae0a4258227a856/src/exec/event.rs#L222-L243 But that would mean that there aren't any file descriptors being polled or that the polling is...

I don't seem to be able to reproduce it on my system: ![Screenshot from 2024-04-24 08-42-52](https://github.com/memorysafety/sudo-rs/assets/31802960/a8c23c2a-a5d3-4555-9800-4e847fc62f44)

@AppleSheeple thanks for the report! It seems one of the sockets we're using is being reported as ready constantly (file descriptor 4 in your strace output) when being polled. I...