Skip to content

Consider using thiserror instead of anyhow in hyperlight_common #190

@danbugs

Description

@danbugs

hyperlight_common is using anyhow (

anyhow = { version = "1.0.95", default-features = false }
) for its errors, which is probably not the most appropriate with it being a library. We should consider refactoring hyperlight_common to use thiserror like we do in hyperlight_host (
pub enum HyperlightError {
).

Metadata

Metadata

Assignees

No one assigned

    Labels

    help-wantedThe issue could use external help.lifecycle/confirmedBug is verified or proposal seems reasonable

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions