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

Remove ruby object from string nodes #9892

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

yui-knk
Copy link
Contributor

@yui-knk yui-knk commented Feb 8, 2024

String nodes holds ruby string object on VALUE nd_lit. This commit changes it to struct rb_parser_string *string to reduce dependency on ruby object.
Sometimes these strings are concatenated with other string therefore string concatenate functions are needed.

String nodes holds ruby string object on `VALUE nd_lit`.
This commit changes it to `struct rb_parser_string *string`
to reduce dependency on ruby object.
Sometimes these strings are concatenated with other string
therefore string concatenate functions are needed.
@yui-knk yui-knk force-pushed the node_str_to_rb_parser_string branch from 5ef60b4 to 8caa3c4 Compare February 9, 2024 01:23
@yui-knk yui-knk merged commit 33c1e08 into ruby:master Feb 9, 2024
97 checks passed
@yui-knk yui-knk deleted the node_str_to_rb_parser_string branch February 9, 2024 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant