JuliaLang / Pkg.jl

Pkg - Package manager for the Julia programming language
https://pkgdocs.julialang.org
Other
609 stars 251 forks source link

guard against isdir EACESS in completions #3877

Closed IanButterworth closed 2 months ago

IanButterworth commented 2 months ago

Fixes https://github.com/JuliaLang/julia/issues/54154

IanButterworth commented 2 months ago

Oh right, I thought @KristofferC was talking about changing the behavior of isdir not the filter anonymous function.