Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-jsonschema/jsonschema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.7.2
Choose a base ref
...
head repository: python-jsonschema/jsonschema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.8.0
Choose a head ref
  • 7 commits
  • 13 files changed
  • 1 contributor

Commits on Jul 25, 2022

  1. Squashed 'json/' changes from 69acf529..fd9bcfbd

    fd9bcfbd Merge pull request #421 from willson-chen/bug601_addtestcase
    13685a6c Forward port the nested ref test.
    5be19e21 Give the nested ref schema a clearer name, and fix refs to it.
    e9db2e58 subschema nested ref in remote ref
    
    git-subtree-dir: json
    git-subtree-split: fd9bcfbdb9a04a3203ad6b91140c8cf48836e44b
    Julian committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    999ff68 View commit details
    Browse the repository at this point in the history
  2. Merge commit '999ff68a38729aaebe8b5b772b789b97dc145820'

    * commit '999ff68a38729aaebe8b5b772b789b97dc145820':
      Squashed 'json/' changes from 69acf529..fd9bcfbd
    Julian committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    3ca05dc View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Minor tweaks to differentiate between perf tox envs.

    Still needs improvement (besides expanding the benchmark suite
    entirely).
    Julian committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    e0ebb6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9e9019 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e090fb View commit details
    Browse the repository at this point in the history
  4. Don't let best_match traverse into applicators with equally bad sub-e…

    …rrors.
    
    I.e., if an anyOf or oneOf has branches where all errors seem equally bad,
    return the anyOf/oneOf itself, rather than traversing into its context.
    
    Closes: #646
    
    Which should now produce a nicer error.
    Julian committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    bd5ea73 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. v4.8.0 -> CHANGELOG

    Julian committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    5891be0 View commit details
    Browse the repository at this point in the history
Loading