Skip to content

Add test-with field to juvix.yaml for Juvix compiler version specification #2069

@jonaprieto

Description

@jonaprieto

Introduce a new field named test-with (or an alternative name, feel free to suggest another) in the juvix.yaml configuration file. This addition allows users to specify the necessary Juvix version for compilation and typechecking, with the expectation of testing the codebase at minimum. This improvement streamlines the process of testing the codebase using different Juvix versions and helps identify potential breaking changes in the compiler.

Expected shape of the juvix.yaml file:

name: Your project name here
test-with: 0.3.3

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions