Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

meta: refactor schema versioning to improve errors #385

Merged
merged 1 commit into from
Sep 14, 2022

Commits on Sep 14, 2022

  1. meta: refactor schema versioning to improve errors

    This greatly improves the quality of the validating error messages.
    
    Improvement of error messages comes with a minor downside, as from
    now on schema validation for meta would not pass on empty files. Users
    will have to either put real content in meta files to pass schema
    validation, such as version at least to pass. That was needed for
    technical reasons as without it the error messages would be
    considerably less easy to understand.
    
    Related: python-jsonschema/jsonschema#1002
    ssbarnea committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    12a7ab0 View commit details
    Browse the repository at this point in the history