Skip to content

Typo in error_reporting_impl.hpp #2453

@gpalmer-latai

Description

@gpalmer-latai

Required information

There is a typo in error_reporting_impl.hpp here:

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 ;)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions