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

To Correctly Handle links for shortened-paths introduced in the updated stacktrace of Julia 1.6.0 #777

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

FAlobaid
Copy link
Contributor

@FAlobaid FAlobaid commented Apr 6, 2021

This fix will correctly handle links for shortened-paths introduced in the updated stacktrace of Julia 1.6.0, so clicking on a shortened-path in the new stacktrace should take you to the correct code position.

This is done by expanding the tilde "~" symbol to be the home directory in the link only (will not change the actual path on screen in the stacktrace).

This is tested on a Windows 10 machine, but it should work for MacOs and Linux as well (confirmation would be appreciated).

This fix will correctly handle links to shortened-paths introduced in the new stacktrace of Julia 1.6.0 by expanding the tilde "~" symbol to be the home directory in the link only (will not change the actual path on screen in the stacktrace). This is tested on a Windows 10 machine, but it should work for MacOs and Linux as well (confirmation would be appreciated).
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.

1 participant