gcv / julia-snail

An Emacs development environment for Julia
GNU General Public License v3.0
236 stars 23 forks source link

Apropos lookup sometimes fails to find underlying source #30

Closed gcv closed 3 years ago

gcv commented 4 years ago

This seems to apply to Julia's built-in packages. Maybe others. Example:

JuliaSnail.apropos(JuliaSnail, "Markdown")

This returns paths like "/Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.4/Markdown/src/parse/util.jl", which obviously don't match anything. Not sure if this source even ships with a standard Julia distribution. If not, Snail should fail more gracefully.

gcv commented 3 years ago

Should be fixed in 4b3ca9e.