Skip to content

Inconsistency with error keyword output between sjsonnet and go-jsonnet #77

@Qinusty

Description

@Qinusty

With go-jsonnet, the error keyword triggers a failure with an error message and some form of trace.

sjsonnet however, simply errors with status code 1 and nothing sent to stdout or stderr.

Reproducer

jsonnet -e "error 'Foo.'"
java -jar ~/Downloads/sjsonnet.jar -e "error 'Foo.'"

This should be tracked by #73

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