Skip to content
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

Help says "The following bindings may be internal" for non-existent names #51344

Closed
mcabbott opened this issue Sep 16, 2023 · 1 comment · Fixed by #51346
Closed

Help says "The following bindings may be internal" for non-existent names #51344

mcabbott opened this issue Sep 16, 2023 · 1 comment · Fixed by #51346
Labels
bug Indicates an unexpected problem or unintended behavior docs This change adds or pertains to documentation

Comments

@mcabbott
Copy link
Contributor

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 LilithHafner added docs This change adds or pertains to documentation bug Indicates an unexpected problem or unintended behavior labels Sep 16, 2023
@LilithHafner
Copy link
Member

Thanks for the report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior docs This change adds or pertains to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants