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

Unboxed records #98

Merged
merged 4 commits into from
Jan 30, 2025
Merged

Unboxed records #98

merged 4 commits into from
Jan 30, 2025

Conversation

ccasin
Copy link

@ccasin ccasin commented Jan 24, 2025

Add support for formatting unboxed records.

Parsetree changes had already been imported to parser-standard, so only changes in parser-extended and the formatter were required.

Basically straightforward. In a couple places I changed pattern matches I almost missed to be exhaustive now, and added what seemed like missing cases for unboxed tuples (which will maybe result in less parens in the tree, but don't cause a diff in the tests here).

@ccasin ccasin merged commit 2e02917 into janestreet:jane Jan 30, 2025
2 of 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.

2 participants