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 is not hosted on GitHub.
We should make it work for other major providers at least,
like gitlab and bitbucket.
The fix isn't too hard, LibGit2 already contains a Regex that parses URLs.
And so one just needs to use that, to get the hostname rather than hard-coding to Github.
GitLab at least uses that exact same URL pattern as Github,
in terms of
The code that finds the URL for the source for a method doesn't work for code that is not hosted on GitHub.
We should make it work for other major providers at least,
like gitlab and bitbucket.
julia/base/methodshow.jl
Lines 200 to 238 in f4c7779
The fix isn't too hard,
LibGit2
already contains a Regex that parses URLs.And so one just needs to use that, to get the hostname rather than hard-coding to Github.
GitLab at least uses that exact same URL pattern as Github,
in terms of
Cross-ref: #30139
The text was updated successfully, but these errors were encountered: