-
-
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
Move a doc out, add doctests to some things #22860
Conversation
ERROR: BoundsError: attempt to access 7-element Array{Float64,1} at index [8] | ||
Stacktrace: | ||
[1] getindex(::Array{Float64,1}, ::Int64) at ./array.jl:586 | ||
|
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.
maybe add the [...]
here to make it clear there's truncated extra content?
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.
I copy-pasted this right from the REPL, there was no extra content?
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.
oh the rare shallow stacktrace. repl filtered out exactly what it should've. when run as a doctest there's no complaints about the stacktrace being longer?
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.
I'll check just to make sure
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.
Yep! Passed locally for me.
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.
"What even are numbers?"
🥇
Is that 64 bit linux fail my fault? |
Bumpity bump |
I've been seeing that failure all over, not related. |
I changed the wording on
BoundsError
a little to make it clear that the index is the problem.