Brittany removes CApiFFI data comments #344

Open
opened 2021-03-07 13:07:53 +01:00 by noughtmare · 1 comment
noughtmare commented 2021-03-07 13:07:53 +01:00 (Migrated from github.com)

For example, running brittany on the following (based on the GHC docs):

data    {-# CTYPE "unistd.h" "useconds_t" #-} T

Results in:

data T
For example, running brittany on the following (based on [the GHC docs](https://downloads.haskell.org/ghc/latest/docs/html/users_guide/exts/ffi.html#extension-CApiFFI)): ```Haskell data {-# CTYPE "unistd.h" "useconds_t" #-} T ``` Results in: ```Haskell data T ```
tfausak commented 2021-11-29 03:11:50 +01:00 (Migrated from github.com)

This sounds related to #295. Both involve pragma comments mysteriously disappearing from things.

This sounds related to #295. Both involve pragma comments mysteriously disappearing from things.
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#344
There is no content yet.