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

Fix full name of known class #873

Merged
merged 1 commit into from
Mar 16, 2022
Merged

Fix full name of known class #873

merged 1 commit into from
Mar 16, 2022

Commits on Mar 16, 2022

  1. Fix full name of known class

    Properly set the name of `File::Constants`, which is the only name
    with a namespace in `RDoc::KNOWN_CLASSES`.  When it is generated
    by `rb_file_const` in dir.c, `name` is set to the qualified name
    as same as `full_name`, and generated in the normal way in file.c
    later, already set `full_name` is cleared and `name` will be
    constructed from the enclosing namespace and the `name`.  It will
    results in duplicated namespace, `File::File::Constants`.
    nobu committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    ba2ccc4 View commit details
    Browse the repository at this point in the history