Path normalization should not check drive letter on non-Windows
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 76/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Active
- Tech stack
- csharp
- Domain
- operating-systems
Research direction
Start in TruePath/PathStrings.cs at lines 176-191 and inspect how path normalization checks drive letters. Reproduce the behavior for C:/ and /: on Unix, then make the check OS-specific or independently controllable; done means these paths no longer break on Unix while drive-letter handling remains correct where applicable.
Written by the indexing model from the issue text.
Description
It seems this will break for paths like C:/ or /: on Unix.
Guard this per OS. Best of all, make the OS or bool checkDriveLetter a parameter, to keep the function behavior independent of OS.
- Dominant language
- C#
- Stars
- 104
- Forks
- 19
- Avg merge
- 8h 38m
- Merged PRs (30d)
- 6
Contributor guide
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.
More from ForNeVeR/TruePath
-
enhancement good first issue help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
bug help wanted
Difficulty 3/5 1-2 days Newbie friendliness 68/100
-
bug good first issue help wanted
Difficulty 3/5 1-2 days Newbie friendliness 68/100
-
bug help wanted
Difficulty 4/5 3-5 days Newbie friendliness 55/100
-
enhancement good first issue help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 55/100
All issues in ForNeVeR/TruePath
Similar issues
-
bug
Difficulty 1/5 Under an hour Newbie friendliness 75/100
sillsdev/languageforge-lexbox#2665 ·
-
bug documentation frontend
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
azurenoops/spin_agent#975 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
-
:watch: Not Triaged 11.0 fundamentals/subsvc
Difficulty 2/5 1-3 hours Newbie friendliness 92/100
dotnet/AspNetCore.Docs#37699 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
SubtitleEdit/subtitleedit#15108 · 1 comment ·