JunoLab / atom-julia-client

Juno a good IDE?
http://junolab.org
MIT License
273 stars 72 forks source link

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

Open FAlobaid opened 3 years ago

FAlobaid commented 3 years ago

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).