Skip to content

Make assertion messages visible #296

Description

@danth

What

We use macros such as SCORE_LANGUAGE_FUTURECPP_ASSERT, but by default these simply call std::abort with no explanation.

It would be useful to set an assertion handler which prints the message, at least in a debug build.

Acceptance Criteria (DoD)

Assertion messages can be made visible when needed.

How

Call set_assertion_handler with a suitable implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Fields

    No fields configured for Task.

    Projects

    Status
    In Progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions