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

Links provided by @which do not work for some functions #832

Closed
4lrdyD opened this issue Apr 2, 2019 · 1 comment
Closed

Links provided by @which do not work for some functions #832

4lrdyD opened this issue Apr 2, 2019 · 1 comment

Comments

@4lrdyD
Copy link

4lrdyD commented Apr 2, 2019

In previous versions of Julia and IJulia, the links provided by @which opened a page with the corresponding code on github. Now, in the current version, the macro provides the link, however, it doesn't open any page for some especific functions, for example:

a=sparse(rand(10));
b=a;
@which a+b

Result:
+(x::SparseArrays.AbstractSparseArray{Tv,Ti,1} where Ti where Tv, y::SparseArrays.AbstractSparseArray{Tv,Ti,1} where Ti where Tv) in SparseArrays at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.1\SparseArrays\src\sparsevector.jl:1292

By clicking on the link, it doesn't redirect to the desired page.

@stevengj
Copy link
Member

stevengj commented Apr 2, 2019

This is JuliaLang/julia#31084, not an IJulia bug.

@stevengj stevengj closed this as completed Apr 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants