Support pattern synonyms #199
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#199
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?
As of
9d91523
Brittany crashes on pattern synonyms:I would like this too, please!
I might be doing something really wrong; but it seems to me that is also removes
pattern
in import statements:Becomes:
Which is invalid.
Adding
--brittany-disable-next-binding
anywhere before this import statement makes no difference.The pattern import thing has been fixed. See #204.
As for the original issue, this is enough to trigger the problem:
Any hints on where to look if I wanted to take a stab at fixing this issue?
This fix was merged in march, but there was no release since then. Is there a plann to do a release @lspitzner ? :)