-
Notifications
You must be signed in to change notification settings - Fork 500
fix error in relpath_from_repo_root when file not exists #1923
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
Conversation
|
We should indeed handle this case. How did you run into this by the way? Was that when building the Julia manual? Locally or on CI? I am not sure returning |
On CI, just use the master julia and master Document.jl would repro this Before the change: https://buildkite.com/julialang/julia-master/builds/15556#018313da-c7ff-4313-903a-e52390834827 |
|
The key is julia is not installed at prefix it build, so it would trying to find file (/cache/build/default-amdci5-1/julialang/julia-master/usr/share/julia/stdlib/v1.9/CRC32c/src) |
mortenpi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In reference to #1964.
Co-authored-by: Morten Piibeleht <[email protected]>
|
It looks like there are some tests that are outdated now due to this change. Could you change these to
|
mortenpi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uh, sorry, my bad, it was repo_commit we changed to throw an error, not repo_root.
Co-authored-by: Morten Piibeleht <[email protected]>
|
Thanks @clouds56! |
now
relpath_from_repo_rootwould fail if file not exists