Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Missing `is_symlink` check?

Open
#9 4 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
rust

Research direction

Start with src/lib.rs around lines 90-97 and compare the referenced nushell implementation in crates/nu-completion/src/command.rs around lines 73-86. Determine whether symlink handling is intentional for this utility and check the existing tests for the expected behavior. Done means the behavior is clarified and, if an omission is confirmed, covered by an appropriate test.

Written by the indexing model from the issue text.

Description

This is is_executable of is_executable: https://github.com/fitzgen/is_executable/blob/master/src/lib.rs#L90-L97
This is is_executable of nushell: https://github.com/nushell/nushell/blob/b39dda05500d92b627685b8251bfe416dc621c08/crates/nu-completion/src/command.rs#L73-L86
If you compare them you will notice that nushell has an additional is_symlink() check but is_executable's is_executable does not. Is this intentional or is there potentially an unintended omission?

Dominant language
Rust
Stars
24
Forks
13
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from fitzgen/is_executable

All issues in fitzgen/is_executable

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.