-
-
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
test shadowing function from base #22525
Conversation
test/misc.jl
Outdated
end | ||
end""" | ||
|
||
cmd = `$(Base.julia_cmd()) -e $str` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
startup-file=no
Heh, this passes on 0.6 but on 0.7-dev we get:
|
Bisected the crash to 753fbef. As this does not crash if either |
What's the status here? |
# required to exhibit bug | ||
diag = ones(5) | ||
|
||
A = Tridiagonal(lower,diag,upper) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This now requires a using LinearAlgebra
.
Closes #11723