Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Conversation

@jhrcek
Copy link
Contributor

@jhrcek jhrcek commented Jun 15, 2019

Follow up on #149
This should fix the majority of ghc warnings in tests.

Before this PR:

27 [-Wunused-matches]
 7 [-Wmissing-export-lists]
 6 [-Wunused-imports]
 5 [-Wmissing-signatures]
 2 [-Wincomplete-uni-patterns]
 1 [-Wunused-top-binds]
 1 [-Wtype-defaults]

After this PR 2 just warnings remain, which I deliberately skipped:
1 [-Wunused-top-binds] - saying liftCons5 is unused. I could have deleted it, but I think it's better to keep it to maintain api "continuity" (liftCons1, liftCons2, etc.)
1 [-Wmissing-signatures] - saying this crazy thing doesn't have type signature. I failed to assemble type for that and didn't want to copy the "raw" type from the warning to the souce code 😄

jhrcek and others added 2 commits June 15, 2019 08:56
27 [-Wunused-matches]
 7 [-Wmissing-export-lists]
 6 [-Wunused-imports]
 5 [-Wmissing-signatures]
 2 [-Wincomplete-uni-patterns]
 1 [-Wunused-top-binds]
 1 [-Wtype-defaults]
Copy link
Contributor

@robrix robrix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work; thank you so much!

@robrix robrix merged commit 02e56c9 into github:master Jun 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants