-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Add some additional information to LinearAlgebra.versioninfo()
#44220
Conversation
cc: @carstenbauer |
4271b90
to
6e41879
Compare
A first comment: I would probably strip the path and only show
(or without the lines)
|
Perhaps good to show the full path, since it helps debug if someone has a weird setup and the wrong library is being picked up. |
Yeah, currently |
Alright then let's keep the path. But, in any case, multiple libraries can be loaded and the current output doesn't reflect this. |
Doesn't this cover the case of multiple libraries? julia/stdlib/LinearAlgebra/src/LinearAlgebra.jl Lines 538 to 541 in 6e41879
|
Oh, it does, my bad. Sorry for the noise. |
Would be nice to see if @staticfloat has any thoughts here. It's more verbose than this, but essentially along the same lines.
Although, I did not know that |
Can't we just re-use the |
|
I still feel that this is a bit redundant. We should try to have one function to query all the relevant information for LinearAlgebra stuff in Julia. For now this is fine, but would be nice to refactor and clean it all up into one reporting function. |
We've talked (see e.g. #43834 (comment)) about having |
Example output: