Fix julia#55850 by using safe_realpath instead of abspath in projname#4025
Merged
IanButterworth merged 5 commits intoJuliaLang:masterfrom Sep 25, 2024
christiangnrd:patch-2
Merged
Fix julia#55850 by using safe_realpath instead of abspath in projname#4025IanButterworth merged 5 commits intoJuliaLang:masterfrom christiangnrd:patch-2
IanButterworth merged 5 commits intoJuliaLang:masterfrom
christiangnrd:patch-2
Conversation
projname from REPL.jl
Contributor
Author
|
@IanButterworth This is also ready for review. |
Member
|
Just to highlight because the diff isn't clear in either PR, the difference between the two projnames is that Pkg uses I don't see an issue switching over because there's no side effects/caching of the project in either. Pkg's REPL's |
IanButterworth
previously approved these changes
Sep 24, 2024
Member
|
In my opinion I rather have some code duplication than start reaching into the internals of things. But that's just my opinion. |
Member
|
Ok, let's just implement the JuliaLang/julia#55851 fix in both then. Sorry @christiangnrd for the flip flop |
projname from REPL.jlCo-authored-by: Ian Butterworth <i.r.butterworth@gmail.com>
This comment was marked as outdated.
This comment was marked as outdated.
Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com>
Contributor
Author
|
This seems good to go on all platforms now. |
IanButterworth
approved these changes
Sep 25, 2024
14 tasks
IanButterworth
pushed a commit
that referenced
this pull request
Oct 4, 2024
IanButterworth
pushed a commit
that referenced
this pull request
Oct 4, 2024
IanButterworth
added a commit
that referenced
this pull request
Oct 5, 2024
…#4025) * Update REPLExt.jl * Add test * Update test/repl.jl Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com> * Update test/repl.jl Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com> * Fix windows tests --------- Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com> (cherry picked from commit 2ad377f)
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces
REPLExt.projnamewithREPL.projnamesince they are identical.Will solve JuliaLang/julia#55850 for situations where Pkg is loaded once JuliaLang/julia#55851 is merged.
Test will be covered by JuliaLang/julia#55851.