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

Fix simd_backend + --no-default-features #433

Merged
merged 2 commits into from
Nov 14, 2022
Merged

Fix simd_backend + --no-default-features #433

merged 2 commits into from
Nov 14, 2022

Commits on Nov 14, 2022

  1. Fix simd_backend + --no-default-features

    ...and one other `alloc` cleanup.
    
    `simd_backend` requires `alloc` and so this combination previously
    caused a compile error.
    
    Also one additional test that works with an `alloc`-only profile wasn't
    enabled, causing a warning in this case.
    
    Finally, changes CI to test this configuration.
    tarcieri committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e5d6359 View commit details
    Browse the repository at this point in the history
  2. Gate all alloc-dependent tests

    Adds `cfg(feature = "alloc")` gating to all tests that require `alloc`.
    
    This allows the tests to run with the `alloc` feature disabled.
    tarcieri committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    a94629c View commit details
    Browse the repository at this point in the history