JuliaLang / Pkg.jl

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

fix not hardcoding "Project.toml" when fixing up extensions in manifest #3851

Open KristofferC opened 3 months ago

KristofferC commented 3 months ago

Fixes https://github.com/JuliaLang/Pkg.jl/issues/3815

KristofferC commented 3 months ago

CI error in windows seems relevant...

  SystemError: longpath: The system cannot find the path specified. 
  Stacktrace:
    [1] windowserror(p::Symbol, code::UInt32; extrainfo::Nothing)
      @ Base .\error.jl:191
    [2] windowserror
      @ .\error.jl:190 [inlined]
    [3] longpath(path::String)
      @ Base.Filesystem .\path.jl:479
    [4] isfile_casesensitive(path::String)
      @ Base .\loading.jl:15
    [5] locate_project_file
      @ .\loading.jl:582 [inlined]
kimikage commented 2 weeks ago

xref: https://github.com/JuliaLang/julia/issues/54799