Stream: general

Topic: rustix


view this post on Zulip Colin Walters (Jan 05 2022 at 14:42):

Is there a channel here for the "rustix ecosystem"? I really have a question for Dan Gohman I guess but maybe someone else can answer too

view this post on Zulip Alex Crichton (Jan 05 2022 at 15:12):

cc @Dan Gohman

view this post on Zulip Dan Gohman (Jan 05 2022 at 15:17):

Hello! Asking here in a thread like this works for now.

view this post on Zulip Colin Walters (Jan 05 2022 at 16:30):

OK, got it. Actually in the meantime I found this issue https://github.com/bytecodealliance/rustix/issues/100 which was basically what I wanted to chat about, and I generally prefer asynchronous Github conversations anyways

Following up on a discussion in #97: std::process::Command has a safe API for spawning child processes. Its documentation doesn't mention non-O_CLOEXEC file descriptors, but from some experimen...

view this post on Zulip Flynn (Apr 05 2024 at 07:03):

Hey @Dan Gohman would you be open to a pr which allows an offset or len in fcntl_lock?

view this post on Zulip Dan Gohman (Apr 06 2024 at 17:15):

Yes. It'd be good to leave the existing fcntl_lock function as-is for now, but a PR adding a new function (fcntl_lock_region perhaps?) would be good.


Last updated: Nov 26 2024 at 01:30 UTC