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

Hack around #5119 by disabling the warning. #5524

Merged
merged 1 commit into from
Aug 14, 2018

Conversation

quasicomputational
Copy link
Contributor

Issue #5119 is tracking spurious generation of these warnings. There
are a lot of them! We can't release with so many false positives, so
just squelch the warning outright.

This is a hack and this commit should be reverted if we get a proper
fix that can be backported to the 2.4 branch.


Please include the following checklist in your PR:

  • Patches conform to the coding conventions.
  • Any changes that could be relevant to users have been recorded in the changelog.
  • The documentation has been updated, if necessary.
  • If the change is docs-only, [ci skip] is used to avoid triggering the build bots.

Please also shortly describe how you tested your change. Bonus points for added tests!

Issue haskell#5119 is tracking spurious generation of these warnings. There
are a lot of them! We can't release with so many false positives, so
just squelch the warning outright.

This is a hack and this commit should be reverted if we get a proper
fix that can be backported to the 2.4 branch.
@quasicomputational
Copy link
Contributor Author

Please note that this is targetting 2.4 only and not master. When/if this gets merged, it'll mean #5119 is no longer critical to fix before the release, though we should definitely try to get it done before 3.0. cc @Ericson2314.

@23Skidoo
Copy link
Member

OK, let's apply a workaround in 2.4 and later try to fix the issue properly in master.

@hvr hvr added this to the 2.4 milestone Aug 14, 2018
@quasicomputational
Copy link
Contributor Author

OK, the only failure is because of a timeout on OSX. Let's do this.

@quasicomputational quasicomputational merged commit e8ba731 into haskell:2.4 Aug 14, 2018
23Skidoo pushed a commit to 23Skidoo/cabal that referenced this pull request Jun 25, 2019
Issue haskell#5119 is tracking spurious generation of these warnings. There
are a lot of them! We can't release with so many false positives, so
just squelch the warning outright.

This is a hack and this commit should be reverted if we get a proper
fix that can be backported to the 2.4 branch.

(cherry picked from commit e8ba731)
23Skidoo pushed a commit to 23Skidoo/cabal that referenced this pull request Jun 25, 2019
Issue haskell#5119 is tracking spurious generation of these warnings. There
are a lot of them! We can't release with so many false positives, so
just squelch the warning outright.

This is a hack and this commit should be reverted if we get a proper
fix that can be backported to the 2.4 branch.

(cherry picked from commit e8ba731)
DanielG pushed a commit to DanielG/cabal that referenced this pull request Aug 17, 2019
Issue haskell#5119 is tracking spurious generation of these warnings. There
are a lot of them! We can't release with so many false positives, so
just squelch the warning outright.

This is a hack and this commit should be reverted if we get a proper
fix that can be backported to the 2.4 branch.

(cherry picked from commit e8ba731)
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

Successfully merging this pull request may close these issues.

4 participants