Skip to content

Conversation

@k0kubun
Copy link
Member

@k0kubun k0kubun commented Aug 26, 2025

This PR ports #2383 to the aaa-3.9.x branch used by ruby/ruby.

rbs has been showing this warning on ruby/ruby builds for a while. I want to fix it by having this in the rbs version/branch used by ruby/ruby.

../../../../../../.bundle/gems/rbs-3.9.4/ext/rbs_extension/main.c: In function ‘Init_rbs_extension’:
../../../../../../.bundle/gems/rbs-3.9.4/ext/rbs_extension/main.c:24:3: warning: multi-line comment [-Wcomment]
   24 |   // grep -o 'INTERN("\([^"]*\)")' ext/rbs_extension/parser.c \
      |   ^

```
main.c: In function ‘Init_rbs_extension’:
main.c:24:3: warning: multi-line comment [-Wcomment]
   24 |   // grep -o 'INTERN("\([^"]*\)")' ext/rbs_extension/parser.c \
      |   ^
```
@soutaro soutaro added this to the RBS 3.9.x milestone Sep 1, 2025
@soutaro soutaro merged commit aa22d7e into ruby:aaa-3.9.x Sep 1, 2025
18 of 20 checks passed
@k0kubun k0kubun deleted the aaa-3.9.x-warning branch September 2, 2025 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants