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

Add pp! and p! macro methods #6374

Merged
merged 1 commit into from Jul 12, 2018

Conversation

straight-shoota
Copy link
Member

This mirrors the recent additions of pp! and p! methods in Crystal stdlib to the macro interpreter.

The macro interpreter doesn't use pretty printing, so p and pp as well as p! and pp! behave the same, but all are available for convenience.

This mirrors the recent additions of `pp!` and `p!` methods in Crystal
stdlib to the macro interpreter.

The macro interpreter doesn't use pretty printing, so `p` and `pp` as
well as `p!` and `pp!` behave the same, but all are available for
convenience.
@sdogruyol sdogruyol merged commit 6a30458 into crystal-lang:master Jul 12, 2018
@sdogruyol sdogruyol added this to the Next milestone Jul 12, 2018
@straight-shoota straight-shoota deleted the jm/feature/macro-pp branch July 12, 2018 15:10
@RX14 RX14 modified the milestones: Next, 0.26.0 Jul 30, 2018
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

3 participants