Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Break optional/ into more granular directories. #590

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    8f32e4f View commit details
    Browse the repository at this point in the history
  2. Break optional/ into more granular directories.

    `may` and `should` now represent explicitly recommended or allowed
    behavior.
    
    `additional` contains other files whose applicability isn't made
    explicitly clear, or which requires support for additional vocabularies.
    
    `alternatives` contains "mutually contradicting" tests depending on
    which choice was made by an implementation amongst a number of possible
    options.
    
    Each test in our previous optional/ directory is then sorted into one of
    these directories.
    Julian committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    9d226e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e332ecc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04d2ee5 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Move dependencies tests from may to additional.

    It's definitions where there's language in the spec, dependencies
    just appears in the metaschemas still.
    Julian committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    c543281 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c96b03 View commit details
    Browse the repository at this point in the history