Thanks to visit codestin.com
Credit goes to github.com

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: cwacek/python-jsonschema-objects
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.6
Choose a base ref
...
head repository: cwacek/python-jsonschema-objects
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.5.7
Choose a head ref
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 13, 2024

  1. bugfix: Fix the way the classbuilder options are passed through to su…

    …bordinate object builds
    
    Essentially, we only passed the opts one level, so for a complicated schema with lots of refs, you lost them after one iteration.
    
    This fixes that and adds tests. The schema still doesn't load because the schema itself is... weird.
    cwacek committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    85efff0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9683f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3316cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2bca60 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #301 from cwacek/fix/297

    Attempt to resolve #297
    cwacek authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    77a1086 View commit details
    Browse the repository at this point in the history
Loading