names(; imported=false) returns package imports #26267
Labels
bug
Indicates an unexpected problem or unintended behavior
modules
regression
Regression in behavior compared to a previous version
On Julia 0.7.0-DEV.4012:
Unless I am missing something,
REPL
should not be there in the returned array. On 0.6 it works the way I would expect -- imported packages do not get returned when you callnames(Foo, true, false)
.Ref: JuliaDocs/Documenter.jl#651
The text was updated successfully, but these errors were encountered: