You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to add tests for the task creation config merged in #3.
The tests were not added directly because PxEvents_t, PxPrio_t and similar don't implement Eq which would make testing a lot easier. For bindings type aliases, we are waiting for the next release of bindgen, which will contain rust-lang/rust-bindgen#2780 to make deriving Eq and friends easy.
This change will first have to be added to https://github.com/hightec-rt/pxros. I will create a PR when bindgen is released.
We need to add tests for the task creation config merged in #3.
The tests were not added directly because
PxEvents_t
,PxPrio_t
and similar don't implementEq
which would make testing a lot easier. For bindings type aliases, we are waiting for the next release of bindgen, which will contain rust-lang/rust-bindgen#2780 to make derivingEq
and friends easy.This change will first have to be added to https://github.com/hightec-rt/pxros. I will create a PR when bindgen is released.
A new release of bindgen has already been requested here: rust-lang/rust-bindgen#2802
The text was updated successfully, but these errors were encountered: