JuliaLang/julia

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

Open

#58,870 创建于 2025年7月1日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Julia (5,773 fork)batch import
good first issue

仓库指标

Star
 (48,709 star)
PR 合并指标
 (平均合并 20天 6小时) (30 天内合并 157 个 PR)

描述

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.

贡献者指南