-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Closed
Copy link
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviordocsThis change adds or pertains to documentationThis change adds or pertains to documentation
Description
After #50105, a warning about a name not being public is printed... even if the name does not exist at all:
help?> Base.no_such_name
│ Warning
│
│ The following bindings may be internal; they may change or be removed in future
│ versions:
│
│ • Base.no_such_name
No documentation found.
Binding Base.no_such_name does not exist.
v1.10 just prints the last two lines, although only the last is really meaningful:
help?> Base.no_such_name
No documentation found.
Binding Base.no_such_name does not exist.
LilithHafner
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviordocsThis change adds or pertains to documentationThis change adds or pertains to documentation