std::os::wasi::fs::OpenOptionsExt should be a sealed trait
Open
Nobody has claimed this yet.
A-filesystem
C-bug
F-wasi_ext
O-wasi
T-libs
- Dominant language
- Rust
- Stars
- 119k
- Forks
- 16.1k
- PR merge metrics
- PR metrics pending
Description
We already have DirEntryExt2, we don't want to need to create any more *Ext2 traits in the future.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at std::os::wasi::fs::OpenOptionsExt and compare it with DirEntryExt2. Determine how the trait should be sealed so future extension traits are unnecessary, then verify the standard-library API and relevant tests cover the change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- operating-systems
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100