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 support for rb_file_const and rb_curses_define_const #1069

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

nobu
Copy link
Member

@nobu nobu commented Dec 19, 2023

Constant definitions using these functions have been supported, but since RDoc::Parser::C#gen_const_table did not consider other than rb_define_const the documents for them have not been found, without Document-const directive.

Fixes #1067

Constant definitions using these functions have been supported, but
since RDoc::Parser::C#gen_const_table did not consider other than
`rb_define_const` the documents for them have not been found, without
`Document-const` direvtive.

Fixes ruby#1067
@nobu nobu merged commit cdad51a into ruby:master Dec 19, 2023
21 checks passed
@nobu nobu deleted the const_table branch December 19, 2023 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

rb_file_const is not working
1 participant