Skip to content

Conversation

@yodel
Copy link
Contributor

@yodel yodel commented Oct 10, 2025

Description

When HostIoErrno was created, EIO and ENOSYS were missing from the GDB manual despite being supported by the File-I/O. This patch adds both to the enum.

API Stability

  • This PR does not require a breaking API change

Checklist

  • Documentation
    • Ensured any public-facing rustdoc formatting looks good (via cargo doc)
  • Validation
    • Included output of running examples/armv4t with RUST_LOG=trace + any relevant GDB output under the "Validation" section below
    • Included output of running ./example_no_std/check_size.sh before/after changes under the "Validation" section below

Validation

When HostIoErrno was created, EIO and ENOSYS were missing from the GDB
manual despite being supported by the File-I/O. This patch adds both to
the enum.
Repository owner deleted a comment from bbbbbq Oct 10, 2025
@daniel5151
Copy link
Owner

This looks like a pretty straightforward, low risk PR. Thanks for sending it in!

I'll cut a new minor release with these additions shortly.

@daniel5151 daniel5151 merged commit 1fa9bd8 into daniel5151:master Oct 10, 2025
1 of 2 checks passed
@yodel
Copy link
Contributor Author

yodel commented Oct 10, 2025

Excellent, thanks for the swift turnaround!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants