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

Force a linebreak with define-syntax-rule #67

Merged
merged 2 commits into from
Aug 22, 2024

Conversation

jackfirth
Copy link
Contributor

Fixes #59.

@sorawee
Copy link
Owner

sorawee commented Aug 22, 2024

Run racket regen.rkt to update tests. Then we can take a look at the diff to see if the output is reasonable or not.

@jackfirth
Copy link
Contributor Author

Looks like there aren't many uses of define-syntax-rule in the test files.

@sorawee
Copy link
Owner

sorawee commented Aug 22, 2024

Yeah, there are two, and the other already enters a newline, so there's no change.

The specific example that is changed here unfortunately is not super compelling. But I agree that usually we want to enter a newline.

Thanks again!

@sorawee sorawee merged commit 4abb2bc into sorawee:master Aug 22, 2024
4 checks passed
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.

Macro definitions get shoved into one line
2 participants