JuliaLang/julia
Auf GitHub ansehen`EACCES` when checking `islink` for symbolic link on Windows
Open
#58.870 geöffnet am 1. Juli 2025
good first issue
Repository-Metriken
- Stars
- (48.709 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 23T 11h) (145 gemergte PRs in 30 T)
Beschreibung
On Windows, when attempting to access CLAUDE.md on master:
julia> islink("CLAUDE.md")
ERROR: IOError: stat("CLAUDE.md"): permission denied (EACCES)
It looks like Windows 10+ supports a form of symbolic links, which Git will use now - unfortunately islink and isfile are unhappy about them.
This causes make check-whitespace to fail on Windows for me.