-
Notifications
You must be signed in to change notification settings - Fork 81
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
Unparseable output with type-level tuples and NoListTuplePuns
#1146
Labels
bug
Something isn't working
Comments
amesgen
added a commit
that referenced
this issue
Nov 26, 2024
This can only occur with `NoListTuplePuns`. Closes #1146
amesgen
added a commit
to amesgen/ormolu
that referenced
this issue
Jan 5, 2025
This can only occur with `NoListTuplePuns`. Closes tweag#1146
amesgen
added a commit
to amesgen/ormolu
that referenced
this issue
Jan 5, 2025
This can only occur with `NoListTuplePuns`. Closes tweag#1146
amesgen
added a commit
to amesgen/ormolu
that referenced
this issue
Jan 5, 2025
This can only occur with `NoListTuplePuns`. Closes tweag#1146
amesgen
added a commit
that referenced
this issue
Jan 5, 2025
This can only occur with `NoListTuplePuns`. Closes #1146
amesgen
added a commit
that referenced
this issue
Jan 15, 2025
This can only occur with `NoListTuplePuns`. Closes #1146
amesgen
added a commit
that referenced
this issue
Jan 15, 2025
This can only occur with `NoListTuplePuns`. Closes #1146
amesgen
added a commit
that referenced
this issue
Jan 15, 2025
This can only occur with `NoListTuplePuns`. Closes #1146
amesgen
added a commit
to amesgen/ormolu
that referenced
this issue
Jan 16, 2025
This can only occur with `NoListTuplePuns`. Closes tweag#1146
amesgen
added a commit
that referenced
this issue
Jan 16, 2025
This can only occur with `NoListTuplePuns`. Closes #1146
amesgen
added a commit
that referenced
this issue
Jan 17, 2025
This can only occur with `NoListTuplePuns`. Closes #1146
amesgen
added a commit
that referenced
this issue
Jan 17, 2025
This can only occur with `NoListTuplePuns`. Closes #1146
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Formatting
fails with
as the output with
--unsafe
iswhich is invalid when
ListTuplePuns
is disabled.Environment
master
(bb9e7b1)Additional context
While we could do a hacky fix already now, #1140 allows us to fix this in a nicer way because
HsExplicitTuple
tracks thePromotionFlag
directly there; and this issue doesn't seem very major as only very few people are currently usingNoListTuplePuns
.The text was updated successfully, but these errors were encountered: