Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KristofferC
Copy link
Sponsor Member

Fixes #3815

@KristofferC
Copy link
Sponsor Member Author

KristofferC commented Mar 25, 2024

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]

Keno added a commit to JuliaRegistries/RegistryTools.jl that referenced this pull request Apr 3, 2024
In anticipation of fixing the equivalent of JuliaLang/Pkg.jl#3851
in LocalReigstry.jl.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[extensions] is ignored in JuliaProject.toml
1 participant