-
Notifications
You must be signed in to change notification settings - Fork 432
Open
Description
Required information
There is a typo in error_reporting_impl.hpp
here:
iceoryx/iceoryx_hoofs/reporting/include/iox/error_reporting/custom/default/error_reporting_impl.hpp
Line 78 in b754736
stream << "Conditiopn: \"" << stringifiedCondition << "\" "; |
Operating system:
Any
Compiler version:
Any
Eclipse iceoryx version:
main
Observed result or behaviour:
2025-05-01 18:20:17.721 [Fatal]: external/iceoryx/iceoryx_hoofs/container/include/iox/detail/vector.inl:393 Conditiopn: "!empty()" [Enforce Violation] Attempting to access the front of an empty vector
Expected result or behaviour:
2025-05-01 18:20:17.721 [Fatal]: external/iceoryx/iceoryx_hoofs/container/include/iox/detail/vector.inl:393 Condition: "!empty()" [Enforce Violation] Attempting to access the front of an empty vector
Conditions where it occurred / Performed steps:
Fail an IOX_ENFORCE
contract.
Additional helpful information
This is obviously low priority but perhaps a good candidate to sneak into any existing work ;)
elBoberido
Metadata
Metadata
Assignees
Labels
No labels