Skip to content

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
@IanButterworth IanButterworth deleted the kc/project_hardcode branch July 23, 2024 18:19
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 <kristoffer.carlsson@juliacomputing.com>
Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com>
(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 <kristoffer.carlsson@juliacomputing.com>
Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com>
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