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

Introduce NODE_LINE #9390

Merged
merged 1 commit into from Dec 29, 2023
Merged

Introduce NODE_LINE #9390

merged 1 commit into from Dec 29, 2023

Conversation

yui-knk
Copy link
Contributor

@yui-knk yui-knk commented Dec 29, 2023

__LINE__ was managed by NODE_LIT with Integer object. This commit introduces NODE_LINE so that

  1. __LINE__ is detectable from AST Node
  2. Reduce dependency ruby object

`__LINE__` was managed by `NODE_LIT` with `Integer` object.
This commit introduces `NODE_LINE` so that

1. `__LINE__` is detectable from AST Node
2. Reduce dependency ruby object
@yui-knk yui-knk requested a review from nobu December 29, 2023 05:03
@yui-knk yui-knk merged commit 1ade170 into ruby:master Dec 29, 2023
95 checks passed
@yui-knk yui-knk deleted the line_node branch December 29, 2023 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants