aws / aws/aws-nitro-enclaves-cli
Issue on non-case sensitive filesystems: `sources` and `SOURCES`
Open
- Dominant language
- Rust
- Stars
- 156
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
`./sources` and `./SOURCES` do not play well on non-case sensitive filesystems (such as macOS's out-of-the-box configuration).
This also means that on macOS, a checkout cannot be "not dirty".
Would it be possible to consider using filenames which don't clash on non-case sensitive filesystems?
Thank you!
Contributor guide
Research direction
Start by reproducing the checkout and dirty-state problem with ./sources and ./SOURCES on a non-case-sensitive filesystem such as the stated macOS configuration. Trace where these paths are created or referenced, then verify that the chosen non-clashing filenames allow a clean checkout on that filesystem.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli, operating-systems, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100