Skip to content

Ruby: ensure that all Ast Exprs have a dataflow node type more precise than ExprNode#12306

Merged
alexrford merged 2 commits into
github:mainfrom
alexrford:rb/more-expr-nodes
Mar 9, 2023
Merged

Ruby: ensure that all Ast Exprs have a dataflow node type more precise than ExprNode#12306
alexrford merged 2 commits into
github:mainfrom
alexrford:rb/more-expr-nodes

Conversation

@alexrford
Copy link
Copy Markdown
Contributor

@alexrford alexrford commented Feb 24, 2023

This ensures that for every subclass of Expr in the ast library, there exists some corresponding FooNode class in the public dataflow library that is more specific than ExprNode.

@alexrford alexrford added no-change-note-required This PR does not need a change note Ruby labels Feb 24, 2023
@alexrford alexrford marked this pull request as ready for review February 27, 2023 08:59
@alexrford alexrford requested a review from a team as a code owner February 27, 2023 08:59
@alexrford alexrford requested review from yoff and removed request for a team and yoff February 27, 2023 08:59
@calumgrant calumgrant requested review from asgerf and hvitved February 27, 2023 09:39
Copy link
Copy Markdown
Contributor

@hvitved hvitved left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@alexrford alexrford merged commit 5ef71f9 into github:main Mar 9, 2023
@alexrford alexrford deleted the rb/more-expr-nodes branch March 13, 2023 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-change-note-required This PR does not need a change note Ruby

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants