github-actions[bot] commented on issue #5543:
Subscribe to Label Action
cc @kubkon
<details>
This issue or pull request has been labeled: "wasi"Thus the following users have been cc'd because of the following labels:
- kubkon: wasi
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
abrown commented on issue #5543:
cc: @sunfishcode, @alexcrichton, I was not exactly sure what to do when we hit the "no IO vectors" case. I considered adding a short-circuit
if iovs.is_empty()
at the top of these functions but I don't really know if this is an error case (what error to return?). I dug a few layers to rustix but I decided to check with you all before implementing thetodo!()
lines in this PR.
Last updated: Nov 22 2024 at 16:03 UTC