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: horejsek/python-fastjsonschema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.15.2
Choose a base ref
...
head repository: horejsek/python-fastjsonschema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.15.3
Choose a head ref
  • 11 commits
  • 15 files changed
  • 3 contributors

Commits on Oct 22, 2021

  1. Reconstruct regexes in generated code

    Previously, regexes where being pickled in generated code, which makes
    it more difficult to understand and debug.
    
    To improve this situation, this change proposes reconstructing the call
    to the `re.compile` function.
    abravalheri committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    23f4169 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f817506 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. fix exception name

    bollwyvl authored Dec 12, 2021
    Configuration menu
    Copy the full SHA
    f639dcb View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Merge pull request #134 from bollwyvl/patch-1

    fix exception name
    horejsek authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    e4b9c46 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Configuration menu
    Copy the full SHA
    0bdddea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f200032 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4b6076 View commit details
    Browse the repository at this point in the history
  4. Use store argument for RefResolver as if it was mandatory

    This is necessary to avoid problems with recompilation and caching of
    schemas.
    abravalheri committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    1fa3ebc View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. Merge pull request #135 from abravalheri/replace-pickle-in-generated-…

    …code
    
    Reconstruct regexes in generated code instead of pickling
    horejsek authored Dec 28, 2021
    Configuration menu
    Copy the full SHA
    f3c8187 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Merge pull request #130 from abravalheri/fix-unexpected-caching

    Fix unexpected caching (issue #129)
    horejsek authored Jan 9, 2022
    Configuration menu
    Copy the full SHA
    8904ea0 View commit details
    Browse the repository at this point in the history
  2. v2.15.3

    horejsek committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    d03f383 View commit details
    Browse the repository at this point in the history
Loading