brittany pretty printer returned syntactically invalid result. #89
Labels
No Label
blocked: dependency
blocked: info-needed
bug
duplicate
enhancement
fixed in HEAD
help wanted
hs:arrows
hs:brackets
hs:classes
hs:comments
hs:do-notation
hs:guards
hs:lists
hs:operators
hs:patterns
hs:records
hs:types
invalid
language extension support
layouting
needs confirmation
priority: high
priority: low
question
revisit before next release
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: hexagoxel/brittany#89
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Hello!
I've found some Haskell code that Brittany doesn't know how to format:
Trying to format this returns this error in the command line
Thanks!
Yeah this is https://github.com/alanz/ghc-exactprint/issues/52. It requires either a fix upstream or
brittany
must learn to layouttype instance
s itself.Thanks for the update :)
By the way, thank you so much for making this tool. I've only just started using it but I feel the output format is very nice!
I noticed this bug cannot be prevented by using inline-config (in general i was hoping that
-- brittany-disable-next-binding
would help work around any unimplemented stuff), so instead I implemented a workaround for this ine9aacb27ff
.fixed in 0.11.0.0