Request to add Dir#chdir to Pathname functionality.
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 32
- Forks
- 24
- Avg merge
- 13h 2m
- Merged PRs (30d)
- 1
Description
Since most use-full functionalities from Dir are included in Pathname, I'm surprised that Dir.chdir is not included. As the whole Pathname class is as pleasant facade for File, FileTest, Dir and FileUtils, and working with it should be 'unsurprising', I think the chdir command should also be a part of the Pathname class/
Contributor guide
No contributing guide indexed for this repository
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
Begin by reading Pathname's existing directory-related API and Ruby's Dir.chdir entry point. Resolve the intended instance or class behavior and how it should fit Pathname's facade; done requires an agreed API and coverage for the resulting behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- operating-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100