Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Ignore close implementation" seems to be broken #66

Open
neongreen opened this issue Jun 9, 2019 · 0 comments
Open

"Ignore close implementation" seems to be broken #66

neongreen opened this issue Jun 9, 2019 · 0 comments

Comments

@neongreen
Copy link

neongreen commented Jun 9, 2019

I'm not sure how "ignore closed implementation" (now the default) is supposed to work, but I think it used to work in this case and now it doesn't. Bisecting didn't help, though, so maybe I'm mistaken and it in fact never worked.

Using this file as an example:

data ContentPart =
  ContentPart
    { contentPartThumbnail :: !(Maybe Thumbnail),
      contentPartMMark :: !MMark
    }
  deriving (Show)

-- example.hs

Produces a result where ContentPart is listed twice:

$ stack run -- hasktags example.hs -o-

ContentPart	example.hs	1
ContentPart	example.hs	2
contentPartMMark	example.hs	4
contentPartThumbnail	example.hs	3

hasktags version: 0.71.2 (93d2b29, latest master as of today).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant