JuliaLang/julia

`EACCES` when checking `islink` for symbolic link on Windows

Open

#58 870 ouverte le 1 juil. 2025

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)Julia (5 773 forks)batch import
good first issue

Métriques du dépôt

Stars
 (48 709 stars)
Métriques de merge PR
 (Merge moyen 23j 11h) (145 PRs mergées en 30 j)

Description

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.

Guide contributeur