Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

scilla-checker: Use JSON output format for type checking errors #1196

@jubnzv

Description

@jubnzv

Currently, scilla-check cannot return typechecker warnings in JSON format.

We need this feature to write unit tests for contracts that don't pass type checking. This will allow us to test type checking errors in the imperative part of Scilla.

The problem is that we exit from the checker function here before generating a JSON from warnings here.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions