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
The code that finds the URL for the source for a method doesn't work for code that was installed via Pkg.add.
Since as of Pkg3 that no longer means it is a git repo.
I think I have code to fix this.
It involves trying to load Pkg (just like current code already tries to load LibGit2).
Then asking Pkg to check the registry for the git url is,
as well as checking what the current version (and thus tag) is.
The text was updated successfully, but these errors were encountered:
The code that finds the URL for the source for a method doesn't work for code that was installed via
Pkg.add
.Since as of Pkg3 that no longer means it is a git repo.
julia/base/methodshow.jl
Lines 200 to 238 in f4c7779
I think I have code to fix this.
It involves trying to load
Pkg
(just like current code already tries to loadLibGit2
).Then asking
Pkg
to check the registry for the git url is,as well as checking what the current version (and thus tag) is.
The text was updated successfully, but these errors were encountered: