Christian Poveda Ruiz

Results 298 comments of Christian Poveda Ruiz

not opposed to implementing this but maybe @emilio has opinions on it

This is unlikely to be implemented anytime soon unless someone else shows up and decides to give it a go

There's a more important issue here and it is the fact that `rust-cexpr` is virtually unmaintained. There's an ongoing effort into moving to `cmacro` which can handle suffixes correctly iirc:...

> All that did was switch the hardcoded types from `c_uint` to `u32`, right? I.e. `bindgen` is still failing to consume C APIs correctly. It's just doing it differently incorrectly....

@vadorovsky I doubt your issue has to do with the fact that the `clang-sys` crate uses the `clang_6_0` feature (which means this crate requires clang 6.0 or later). I work...

The `doas` part will be interesting as apparently there are a bunch of different implementations.

I even wonder if we should keep the nopty behavior for any reason

@squell maybe we could do milestones for these so we can actually track the specific version for each issue, what do you think?

Yeah this sounds like something that should be fixed in the `use_pty` case before trying to fix it not. That being said `exec_nopty.c` has a special case for `SIGTSTP` with...

Current behavior: ^Z doesn't even suspend the process