Skip to content

RunnerOutput error type does not match langpack guide specification #72

@zeryx

Description

@zeryx

The RunnerOutput object is defined here:

Failure { error: ErrorMessage },

The Output section of bin/pipe makes no mention of an error key:
https://github.com/algorithmiaio/langpacks/blob/master/langpack_guide.md#binpipe

In the existing Python runtime, you can see a encapsulating error key that wraps the error object, here:
https://github.com/algorithmiaio/langpacks/blob/master/libraries/python3-runtime/context/pipe#L66-L77

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions