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

Re-enable store #7626

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Re-enable store #7626

merged 1 commit into from
Dec 20, 2024

Conversation

Bodigrim
Copy link
Contributor

Checklist:

  • Meaningful commit message, eg add my-cool-package (please don't mention build-constraints.yml)
  • At least 30 minutes have passed since uploading to Hackage
  • If applicable, required system libraries are added to 02-apt-get-install.sh or 03-custom-install.sh
  • (recommended) Package have been verified to work with the latest nightly snapshot, e.g by running the verify-package script
  • (optional) Package is compatible with the latest version of all dependencies (Run cabal update && cabal outdated)

The script runs virtually the following commands in a clean directory:

  stack unpack $package-$version # `-$version` is optional
  cd $package-$version
  rm -f stack.yaml && stack init --resolver nightly --ignore-subdirs
  stack build --resolver nightly --haddock --test --bench --no-run-benchmarks

@alaendle
Copy link
Member

We'll see if we need to disable the tests - at least locally I get...

Building test suite 'store-test' for store-0.7.19...
[1 of 5] Compiling Data.Store.UntrustedSpec
[2 of 5] Compiling Data.StoreSpec.TH
[3 of 5] Compiling Data.StoreSpec
/home/andreas/stackage/stackage/tmp.rkP8/store-0.7.19/test/Data/StoreSpec.hs:186:2: error: [GHC-39999]
    • Could not deduce ‘Generic (UV.DoNotUnboxNormalForm a)’
        arising from a use of ‘Test.SmallCheck.Series.$dmseries’
      from the context: Serial m a
        bound by the instance declaration
        at test/Data/StoreSpec.hs:(186,2)-(188,26)
    • In the expression:
        Test.SmallCheck.Series.$dmseries @(m) @(UV.DoNotUnboxNormalForm a)
      In an equation for ‘series’:
          series       
            = Test.SmallCheck.Series.$dmseries
                @(m) @(UV.DoNotUnboxNormalForm a)
      In the instance declaration for
        ‘Serial m (UV.DoNotUnboxNormalForm a)’
    |                  
186 | $(do let ns = [ ''UV.DoNotUnboxLazy, ''UV.DoNotUnboxStrict, ''UV.DoNotUnboxNormalForm ]
    |  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
                       
/home/andreas/stackage/stackage/tmp.rkP8/store-0.7.19/test/Data/StoreSpec.hs:186:2: error: [GHC-39999]
    • Could not deduce ‘Generic (UV.DoNotUnboxStrict a)’
        arising from a use of ‘Test.SmallCheck.Series.$dmseries’
      from the context: Serial m a
        bound by the instance declaration
        at test/Data/StoreSpec.hs:(186,2)-(188,26)
    • In the expression:
        Test.SmallCheck.Series.$dmseries @(m) @(UV.DoNotUnboxStrict a)
      In an equation for ‘series’:
          series       
            = Test.SmallCheck.Series.$dmseries @(m) @(UV.DoNotUnboxStrict a)
      In the instance declaration for ‘Serial m (UV.DoNotUnboxStrict a)’
    |                  
186 | $(do let ns = [ ''UV.DoNotUnboxLazy, ''UV.DoNotUnboxStrict, ''UV.DoNotUnboxNormalForm ]
    |  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
                       
/home/andreas/stackage/stackage/tmp.rkP8/store-0.7.19/test/Data/StoreSpec.hs:186:2: error: [GHC-39999]
[4 of 5] Compiling System.IO.ByteBufferSpec
    • Could not deduce ‘Generic (UV.DoNotUnboxLazy a)’
        arising from a use of ‘Test.SmallCheck.Series.$dmseries’
      from the context: Serial m a
        bound by the instance declaration
        at test/Data/StoreSpec.hs:(186,2)-(188,26)
    • In the expression:
        Test.SmallCheck.Series.$dmseries @(m) @(UV.DoNotUnboxLazy a)
      In an equation for ‘series’:
          series       
            = Test.SmallCheck.Series.$dmseries @(m) @(UV.DoNotUnboxLazy a)
      In the instance declaration for ‘Serial m (UV.DoNotUnboxLazy a)’
    |                  
186 | $(do let ns = [ ''UV.DoNotUnboxLazy, ''UV.DoNotUnboxStrict, ''UV.DoNotUnboxNormalForm ]
    |  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...

@alaendle alaendle merged commit 13c28b5 into commercialhaskell:master Dec 20, 2024
1 check passed
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.

2 participants