You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
This is related to #18. I recently formatted my machine and amidst the various setup steps I forgot I hadn't yet reinstalled julia. As I went to install and configure Atom, the linter-julia plugin provided the "Failed to activate the linter-julia package" error, but nothing in the stack trace indicated what the underlying issue was. Only opening the linter-julia.coffee in the line indicated in the stack trace revealed that it failed in the jserver = spawn julia, ['-e', jcode] line.
It would be nice if the package told the user that the julia executable could not be found, rather than default to presenting the somewhat obscure stack trace.
The text was updated successfully, but these errors were encountered:
This is related to #18. I recently formatted my machine and amidst the various setup steps I forgot I hadn't yet reinstalled julia. As I went to install and configure Atom, the linter-julia plugin provided the "Failed to activate the linter-julia package" error, but nothing in the stack trace indicated what the underlying issue was. Only opening the linter-julia.coffee in the line indicated in the stack trace revealed that it failed in the
jserver = spawn julia, ['-e', jcode]
line.It would be nice if the package told the user that the julia executable could not be found, rather than default to presenting the somewhat obscure stack trace.
The text was updated successfully, but these errors were encountered: