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

Implement Prism -> Sorbet translation for pinning patterns #276

Merged
merged 2 commits into from
Oct 10, 2024

Conversation

amomchilov
Copy link

@amomchilov amomchilov commented Oct 10, 2024

Closes #150
Closes #151

Builds on top of #275

@amomchilov amomchilov requested review from st0012 and egiurleo October 10, 2024 21:28
@amomchilov amomchilov self-assigned this Oct 10, 2024
Copy link
Author

Choose a reason for hiding this comment

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

Adding the lvar = 123 made this whole thing get wrapped into a Begin and get super indented. I suggest reviewing with "Hide whitespace" enabled.

@amomchilov amomchilov force-pushed the Alex/translate-pattern-vars branch from 2fbe063 to ee10af4 Compare October 10, 2024 22:03
Base automatically changed from Alex/translate-pattern-vars to prism October 10, 2024 22:11
@amomchilov amomchilov force-pushed the Alex/translate-variable-pinning branch from afee130 to de3a00b Compare October 10, 2024 22:13
@amomchilov amomchilov enabled auto-merge October 10, 2024 22:21
@amomchilov amomchilov merged commit d1e66b6 into prism Oct 10, 2024
1 check passed
@amomchilov amomchilov deleted the Alex/translate-variable-pinning branch October 10, 2024 22:21
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.

Implement translation for PM_PINNED_VARIABLE_NODE Implement translation for PM_PINNED_EXPRESSION_NODE
2 participants