-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
abspath bug for relative directories #38491
Labels
system:windows
Affects only Windows
Comments
belamenso
added a commit
to belamenso/julia
that referenced
this issue
Dec 23, 2020
musm
added a commit
that referenced
this issue
Mar 25, 2021
* Fix #38491: fix an abspath() edge case on Windows * Update base/path.jl Co-authored-by: Jameson Nash <[email protected]> * Update base/path.jl * Update test/path.jl Co-authored-by: Jameson Nash <[email protected]> Co-authored-by: Mustafa M <[email protected]> Co-authored-by: Jameson Nash <[email protected]>
KristofferC
pushed a commit
that referenced
this issue
Mar 26, 2021
* Fix #38491: fix an abspath() edge case on Windows * Update base/path.jl Co-authored-by: Jameson Nash <[email protected]> * Update base/path.jl * Update test/path.jl Co-authored-by: Jameson Nash <[email protected]> Co-authored-by: Mustafa M <[email protected]> Co-authored-by: Jameson Nash <[email protected]> (cherry picked from commit f023677)
KristofferC
pushed a commit
that referenced
this issue
Apr 4, 2021
* Fix #38491: fix an abspath() edge case on Windows * Update base/path.jl Co-authored-by: Jameson Nash <[email protected]> * Update base/path.jl * Update test/path.jl Co-authored-by: Jameson Nash <[email protected]> Co-authored-by: Mustafa M <[email protected]> Co-authored-by: Jameson Nash <[email protected]> (cherry picked from commit f023677)
KristofferC
pushed a commit
that referenced
this issue
Apr 4, 2021
* Fix #38491: fix an abspath() edge case on Windows * Update base/path.jl Co-authored-by: Jameson Nash <[email protected]> * Update base/path.jl * Update test/path.jl Co-authored-by: Jameson Nash <[email protected]> Co-authored-by: Mustafa M <[email protected]> Co-authored-by: Jameson Nash <[email protected]> (cherry picked from commit f023677)
ElOceanografo
pushed a commit
to ElOceanografo/julia
that referenced
this issue
May 4, 2021
…#38981) * Fix JuliaLang#38491: fix an abspath() edge case on Windows * Update base/path.jl Co-authored-by: Jameson Nash <[email protected]> * Update base/path.jl * Update test/path.jl Co-authored-by: Jameson Nash <[email protected]> Co-authored-by: Mustafa M <[email protected]> Co-authored-by: Jameson Nash <[email protected]>
antoine-levitt
pushed a commit
to antoine-levitt/julia
that referenced
this issue
May 9, 2021
…#38981) * Fix JuliaLang#38491: fix an abspath() edge case on Windows * Update base/path.jl Co-authored-by: Jameson Nash <[email protected]> * Update base/path.jl * Update test/path.jl Co-authored-by: Jameson Nash <[email protected]> Co-authored-by: Mustafa M <[email protected]> Co-authored-by: Jameson Nash <[email protected]>
johanmon
pushed a commit
to johanmon/julia
that referenced
this issue
Jul 5, 2021
…#38981) * Fix JuliaLang#38491: fix an abspath() edge case on Windows * Update base/path.jl Co-authored-by: Jameson Nash <[email protected]> * Update base/path.jl * Update test/path.jl Co-authored-by: Jameson Nash <[email protected]> Co-authored-by: Mustafa M <[email protected]> Co-authored-by: Jameson Nash <[email protected]>
staticfloat
pushed a commit
that referenced
this issue
Dec 23, 2022
* Fix #38491: fix an abspath() edge case on Windows * Update base/path.jl Co-authored-by: Jameson Nash <[email protected]> * Update base/path.jl * Update test/path.jl Co-authored-by: Jameson Nash <[email protected]> Co-authored-by: Mustafa M <[email protected]> Co-authored-by: Jameson Nash <[email protected]> (cherry picked from commit f023677)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A bit of an edge case, but noticed this when looking at #23646
Assume the current directory is
C:\Users\Mus\x
The text was updated successfully, but these errors were encountered: