IndentPolicyMultiple let alignment bug #144
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#144
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?
Uncomment the type signature for determineUpdateMeasure to trigger a new, wrong alignment:
thanks for reporting. Almost impressed that you found this bug, as it depended on some nice chain of stuff to become visible. starting with the one-line version of the commented signature fitting into exactly 80 columns, which caused the spacing to not be pruned which.. and so on. heh.
No problem! This isn't my code, so I can only take half credit. ;) I failed to create a small repro, and had to add back the real code (binary-search-style) until I triggered it. The fact that I could turn it on and off with comments was just icing.