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

Do not check PVP on internal targets (backport of #9004 to 3.10) #9013

Merged
merged 2 commits into from
Jun 17, 2023

Conversation

Kleidukos
Copy link
Member

@Kleidukos Kleidukos commented Jun 12, 2023

backport

Internal targets: test-suites or benchmarks.
See #8361 for rationale.

Note that this patch is quite ugly (duplicating allBuildInfo, using list comprehensions, etc.) but we don’t care as everything will be overwritten by a much more sensible reimplementation in #8427.


Please include the following checklist in your PR:

Bonus points for added automated tests!

Copy link
Collaborator

@ffaf1 ffaf1 left a comment

Choose a reason for hiding this comment

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

Fantastic! I could have written it!

Copy link
Member

@Mikolaj Mikolaj left a comment

Choose a reason for hiding this comment

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

It seems to hiccup on some Werror=unused-imports, but otherwise looks fine.

Internal targets: test-suites or benchmarks.
See haskell#8361 for rationale.

Note that this patch is quite ugly (duplicating allBuildInfo, using
list comprehensions, etc.) but we don’t care as everything will be
overwritten by a much more sensible reimplementation in haskell#8427.
@Kleidukos Kleidukos force-pushed the backport-no-check-pvp-internal-3.10 branch from e762fbc to ad8279f Compare June 12, 2023 14:12
@Kleidukos Kleidukos added the merge me Tell Mergify Bot to merge label Jun 12, 2023
Copy link
Member

@Mikolaj Mikolaj left a comment

Choose a reason for hiding this comment

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

Error: Ambiguous occurrence ‘shrinkBoundedEnum’

@@ -70,6 +70,7 @@ import System.FilePath

import qualified Data.ByteString.Lazy as BS
import qualified Data.Map as Map
import qualified Control.Monad as CM
Copy link
Collaborator

Choose a reason for hiding this comment

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

Shouldn't this be indented the same way? (gremlins…)

@ulysses4ever
Copy link
Collaborator

shrinkBoundedEnum was fixed on master btw

@Kleidukos Kleidukos force-pushed the backport-no-check-pvp-internal-3.10 branch from 7ed7a8e to 584fc87 Compare June 12, 2023 16:15
@mergify mergify bot added the merge delay passed Applied (usually by Mergify) when PR approved and received no updates for 2 days label Jun 14, 2023
@mergify mergify bot merged commit b71d7a3 into haskell:3.10 Jun 17, 2023
@Kleidukos Kleidukos deleted the backport-no-check-pvp-internal-3.10 branch September 22, 2023 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge delay passed Applied (usually by Mergify) when PR approved and received no updates for 2 days merge me Tell Mergify Bot to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants