Test failure with feature_capable build #1834
-
While trying to run tests for v0.127.0, I get the following
I think this is due to building with |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
Hi @icp1994 , Can you share the command you used to test qsv? I can't reproduce the error using
|
Beta Was this translation helpful? Give feedback.
-
cargo test --release --locked --features=feature_capable |
Beta Was this translation helpful? Give feedback.
-
Perhaps your clone is out of date? Also, why run cargo test with the |
Beta Was this translation helpful? Give feedback.
-
It's not a clone though, it's from the tagged release https://github.com/jqnatividad/qsv/archive/refs/tags/0.127.0.tar.gz The --release flag is for packaging purposes, that's how it's defined downstream |
Beta Was this translation helpful? Give feedback.
-
Thanks. Fixed in the latest release. |
Beta Was this translation helpful? Give feedback.
Got it.
I added
#[cfg(debug_assertions)]
in the last release and I just removed it.873041c
As it happens, I'm just about to release 0.128.0...