unprocessed comments in tuples #37

lspitzner
commented 2017-07-22 14:21:44 +02:00
(Migrated from github.com)
~~~~.hs
foo =
( a
, -- comment1
b
-- comment2
, c
)
~~~~
~~~~
> clipread | brittany
Error: detected unprocessed comments. The transformation output will most likely not contain certain of the comments present in the input haskell source file.
Affected are the following comments:
(Comment "-- comment1" stdin:3:5-15 Nothing)
(Comment "-- comment2" stdin:5:5-15 Nothing)
~~~~
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#37
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?