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-ellar/ellar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.9.2
Choose a base ref
...
head repository: python-ellar/ellar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.3
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Nov 16, 2025

  1. feat: implement recursive forward ref resolution in test module depen…

    …dencies
    
    - Make _resolve_forward_refs recursive to traverse entire module dependency tree
    - Use resolved.extend() to capture nested dependencies from recursive calls
    - Add ModuleSetup instance handling in forward ref resolution
    - Update tests to reflect recursive resolution behavior
    
    This ensures ForwardRefModule instances are resolved at all dependency levels,
    not just at the top level, providing complete module dependency resolution
    for testing scenarios.
    eadwinCode committed Nov 16, 2025
    Configuration menu
    Copy the full SHA
    964c1fd View commit details
    Browse the repository at this point in the history
  2. fixed failing tests

    eadwinCode committed Nov 16, 2025
    Configuration menu
    Copy the full SHA
    039dce1 View commit details
    Browse the repository at this point in the history
  3. 0.9.3

    eadwinCode committed Nov 16, 2025
    Configuration menu
    Copy the full SHA
    a486a83 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #302 from python-ellar/feat/nested-forward-ref-res…

    …olution
    
    feat: implement recursive forward ref resolution in test module dependencies
    eadwinCode authored Nov 16, 2025
    Configuration menu
    Copy the full SHA
    7ee6fdc View commit details
    Browse the repository at this point in the history
  5. Add release notes for version 0.9.3

    Added release notes for version 0.9.3, including new features and changes.
    eadwinCode authored Nov 16, 2025
    Configuration menu
    Copy the full SHA
    2b77ce5 View commit details
    Browse the repository at this point in the history
Loading