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

Allow p! pp! macros to be used with tuples #6244

Merged
merged 1 commit into from Jun 25, 2018

Conversation

bcardiff
Copy link
Member

Fix a regression introduced in #6044
Expression with tuples are not able to be used in p! and pp! macros in 0.25.0 but they were in 0.24

Some users will probably use p!(foo, bar) instead of p!({foo, bar}) though. (But I am not one of those somehow...)

@RX14 RX14 merged commit 9228889 into crystal-lang:master Jun 25, 2018
@bcardiff bcardiff deleted the fix/pp-tuples branch June 26, 2018 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants