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

Merged
merged 3 commits into from
Jul 23, 2024

Conversation

KristofferC
Copy link
Member

Fixes #3815

@KristofferC
Copy link
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.
@kimikage
Copy link

xref: JuliaLang/julia#54799

@IanButterworth
Copy link
Member

The fix is JuliaLang/julia#55220

@KristofferC
Copy link
Member Author

Can we fix it on this side as well by calling abspath?

@IanButterworth IanButterworth merged commit 8875120 into master Jul 23, 2024
8 of 9 checks passed
@IanButterworth IanButterworth deleted the kc/project_hardcode branch July 23, 2024 18:19
IanButterworth pushed a commit that referenced this pull request Jul 23, 2024
…st (#3851)

* fix not hardcoding "Project.toml" when fixing up extensions in manifest file

* abspath to be extra safe

---------

Co-authored-by: KristofferC <[email protected]>
Co-authored-by: Ian Butterworth <[email protected]>
(cherry picked from commit 8875120)
IanButterworth added a commit that referenced this pull request Jul 23, 2024
…st (#3851)

* fix not hardcoding "Project.toml" when fixing up extensions in manifest file

* abspath to be extra safe

---------

Co-authored-by: KristofferC <[email protected]>
Co-authored-by: Ian Butterworth <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[extensions] is ignored in JuliaProject.toml
3 participants