Make a decision on chdir support
- Dominant language
- Rust
- Stars
- 2.7k
- Forks
- 144
- Avg merge
- 12h 21m
- Merged PRs (30d)
- 146
Description
The core LiteBox crate itself internally maintains (in some of its file systems) a notion of cwd, but it does not actually expose a chdir or similar, since the cwd support is not fully matured. For now, #692 is introducing chdir at the shim layer, but we need to think about whether some version of this should be at the LiteBox layer, or if we want to just rip out the cwd support inside LiteBox entirely.
Contributor guide
Research direction
Start by reviewing the core LiteBox crate's current cwd support and the shim-layer chdir work in #692. Compare whether cwd should be exposed at the LiteBox layer or removed internally; done means recording a clear decision and its resulting direction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- operating-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100