Meaningless error message on missing tarantool
Open
Nobody has claimed this yet.
bug
- Dominant language
- Go
- Stars
- 113
- Forks
- 18
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 23
Description
If there is no tarantool in $PATH and there is no tarantool in bin_dir, tt prints meaningless error message:
tt run
⨯ no such file or directory
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 reproducing the missing-tarantool case with tt run, ensuring neither $PATH nor bin_dir contains tarantool. Trace the error handling for this command and define a useful replacement for the current no such file or directory output. Done means the missing executable produces a clear, actionable error message.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100