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

Combine QSymbols, QWords, Symbols, Words into ArrayLiteral #346

Closed
wants to merge 12 commits into from

Conversation

Morriar
Copy link
Contributor

@Morriar Morriar commented Mar 23, 2023

One more step towards #278.

egiurleo and others added 12 commits March 3, 2023 13:11
Many other Ruby ASTs do not have a separate node representing `elsif`
conditionals; instead, they use the same node as `if` but make it a
consequent of other `if` nodes. This commit removes the `Elsif` node and
combines its functionality with `IfNode`, ensuring that both the parsing and
formatting logic are still functional.
And add `beginning` kwarg to `IfNode` DSL method.
Signed-off-by: Alexandre Terrasa <[email protected]>
Signed-off-by: Alexandre Terrasa <[email protected]>
Signed-off-by: Alexandre Terrasa <[email protected]>
Signed-off-by: Alexandre Terrasa <[email protected]>
Signed-off-by: Alexandre Terrasa <[email protected]>
Signed-off-by: Alexandre Terrasa <[email protected]>
@Morriar
Copy link
Contributor Author

Morriar commented Aug 25, 2023

Dropping this in favor of YARP 👍

@Morriar Morriar closed this Aug 25, 2023
@Morriar Morriar deleted the at-array-lit branch August 25, 2023 14:22
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