github-actions[bot] commented on Issue #1958:
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>
kubkon commented on Issue #1958:
@sunfishcode I've gone ahead and also permitted
FD_SEEK
on dir handles so that we can throwEISDIR
infd_pread
calls as well. Could you have a look and lemme know what you reckon? In particular, do you think this is reasonable or should we leaveFD_SEEK
out of the picture, and only remap errnos infd_read
calls leavingfd_pread
untouched?
kubkon commented on Issue #1958:
Hmm, now that I think about it, should we also give
FD_TELL
right to dir handles and letfd_seek
andfd_tell
fail with an appropriate error message (I believe this should be equivalent toEBADF
in POSIX)?
kubkon commented on Issue #1958:
After many offline discussions with @sunfishcode, we've agreed this is not the best approach so closing for now.
Last updated: Nov 22 2024 at 17:03 UTC