rust-lang / packed_simd

Portable Packed SIMD Vectors for Rust standard library
https://rust-lang.github.io/packed_simd/packed_simd_2/
Apache License 2.0
597 stars 74 forks source link

Rename `const_generics` feature gate to `adt_const_params` #329

Closed JohnTitor closed 3 years ago

JohnTitor commented 3 years ago

Fixes #328

JohnTitor commented 3 years ago

Hmm, it seems Travis CI for this repo has been turned off: https://app.travis-ci.com/github/rust-lang/packed_simd It's time to migrate to GHA :)

krojew commented 3 years ago

Any chance for merging this? 😉

TheIronBorn commented 3 years ago

If packed_simd is failing in an upstream crate or any other dependency you can't change, add this to your Cargo.toml


[patch.crates-io]
packed_simd = { git = "https://github.com/JohnTitor/packed_simd", branch = "rename-const-generics-feature-gate", package = "packed_simd_2" }
calebzulawski commented 3 years ago

This project is effectively retired, so I'm not sure what we want to do about CI. @workingjubilee?

workingjubilee commented 3 years ago

Once more for old time's sake, I suppose.

workingjubilee commented 3 years ago

Published this version as a point release: 0.3.6 Yes, Travis CI has broken for basically everything. I will review a PR that changes it over.