unprocessed comments in tuples #37

Closed
opened 2017-07-22 14:21:44 +02:00 by lspitzner · 0 comments
lspitzner commented 2017-07-22 14:21:44 +02:00 (Migrated from github.com)
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)
~~~~.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) ~~~~
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hexagoxel/brittany#37
There is no content yet.