Skip to content

Error with context #402

Open
Open
@danakj

Description

@danakj

Provide a context method on Error which can throw it away or use it, and implement it for Box and std::string?

Storing context is very important use case given by anyhow but C++ can't just gain it in that way, without replacing all the Error types, so we should build this into Error. (h/t @Kangz for pointing this out in dawn)

Activity

added
designDesign of the library systems as a whole, such as concepts
on Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    designDesign of the library systems as a whole, such as concepts

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @danakj

        Issue actions

          Error with context · Issue #402 · chromium/subspace