-
-
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 things out of helpDB, add some xrefs #22889
Conversation
base/show.jl
Outdated
@@ -1757,6 +1762,18 @@ function showarray(io::IO, X::AbstractArray, repr::Bool = true; header = true) | |||
end | |||
end | |||
|
|||
""" | |||
showcompact(io::IO=STDOUT, x) |
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.
list as two separate signatures, since optional argument syntax only works for trailing arguments
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.
Done, and make docs
passed locally.
base/error.jl
Outdated
assert(cond) | ||
|
||
Throw an [`AssertionError`](@ref) if `cond` is `false`. | ||
Also available as the macro `@assert expr`. |
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.
While you are at it, perhaps change to Also available as the macro [`@assert`](@ref).
?
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'm kind of busy rn, if you want to edit the PR to change this (it's a good idea) go wild :)
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.
Nevermind! Got it, and make docs
passes locally.
* Move things out of helpDB, add some xrefs
No description provided.