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

More property tests #1082

Merged
merged 5 commits into from
Jan 19, 2025
Merged

More property tests #1082

merged 5 commits into from
Jan 19, 2025

Conversation

meooow25
Copy link
Contributor

Closes #1066.

@meooow25
Copy link
Contributor Author

meooow25 commented Jan 12, 2025

CI is failing with

tests/map-properties.hs:2041:1: error: [GHC-29916]
    Multiple declarations of ‘prop_mapKeysWith’
    Declared at: tests/map-properties.hs:1590:1
                 tests/map-properties.hs:2041:1
     |
2041 | prop_mapKeysWith f g m =
     | ^^^^^^^^^^^^^^^^

Error: [Cabal-7125]
Failed to build test:map-strict-properties from containers-tests-0.

I don't understand what's going on... 🤔
There is a single prop_mapKeysWith, and it is on line 1963, not 1590 or 2041.


Edit: Ah, it was testing a merged-on-master state which does have a duplicate definition. Fixed.

@meooow25 meooow25 force-pushed the more-property-tests branch from 5fd937a to b0f0d51 Compare January 12, 2025 04:35
@meooow25 meooow25 merged commit 9f31352 into haskell:master Jan 19, 2025
13 checks passed
@meooow25 meooow25 deleted the more-property-tests branch January 19, 2025 05:50
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.

More property tests
1 participant