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

[BUG] link from stack trace doesn't work any more #482

Closed
floswald opened this issue Feb 17, 2020 · 3 comments
Closed

[BUG] link from stack trace doesn't work any more #482

floswald opened this issue Feb 17, 2020 · 3 comments
Labels

Comments

@floswald
Copy link

Please search existing issues to avoid duplicates.

Details

  • Atom version: 1.44.0
  • Julia version: 1.3
  • OS: MacOS 10.15.3
  • Package versions:
    • Atom.jl:
(v1.3) pkg> st
    Status `~/.julia/environments/v1.3/Project.toml`
  [c52e3926] Atom v0.12.2
  [e5e0dc1b] Juno v0.8.0
  • julia-client: 0.12
  • ink: 0.12

Steps to reproduce

  1. create file testing.jl with
function foo(x)
    x + y
end
  1. julia-client: run all
  2. call foo(3).
julia> foo(3)
ERROR: UndefVarError: y not defined
Stacktrace:
 [1] foo(::Int64) at /Users/74097/testing.jl:4
 [2] top-level scope at none:0
  1. The link at [1] used to be clickable and took me into the file /Users/74097/testing.jl at line 4.
  2. doesn't work since update.
@floswald floswald added the bug label Feb 17, 2020
@floswald
Copy link
Author

notice that it does work if i evaluate inline in the file itself (i.e i highlight the function body, hit cmd+enter, then add a line foo(3), evalaute that inline: the link in the red error message works as expected.

@pfitzseb
Copy link
Member

You need to Cmd/Ctrl click the link since the latest release. It's possible to disable that option in the settings to, if you want.

We should probably add a tooltip indicating what's going on though.

@floswald
Copy link
Author

floswald commented Feb 17, 2020

ahhhh, got it. yeah, the tip would be nice particularly for previous users

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants