dependencies
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 4k
- Forks
- 159
- PR merge metrics
- No merged PRs in 30d
Description
According to
https://github.com/tobi/try#quick-start
and
https://github.com/tobi/try#why-ruby
there are no dependencies, but starting try.rb shows
/home/konfekt/bin/try.rb:6:in `require_relative': cannot load such file -- /home/konfekt/bin/lib/tui (LoadError)
from /home/konfekt/bin/try.rb:6:in `<main>'
as if now it depends on the lib folder whose functions have been moved out of try.rb?
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
Start by comparing the quick-start and why-ruby documentation with the entry point in try.rb, especially its require_relative call for lib/tui. Run try.rb in a fresh directory to reproduce the LoadError and inspect whether the referenced lib folder is present. Done means the documented dependency status matches a successful fresh start.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100