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

Add backport of evaluate_forward_ref #497

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

Commits on Oct 22, 2024

  1. first draft

    Daraan committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    8386b24 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. 1st working draft

    Daraan committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    21cd9da View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. add tests

    Co-authored-by: Jelle Zijlstra <[email protected]>
    Daraan and JelleZijlstra committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    ade80c9 View commit details
    Browse the repository at this point in the history
  2. Complete tests and code

    Daraan committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    4521d21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f65e885 View commit details
    Browse the repository at this point in the history
  4. Add missing failure cases

    Daraan committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    f4cf6b8 View commit details
    Browse the repository at this point in the history
  5. more compact code

    Daraan committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    aebc55c View commit details
    Browse the repository at this point in the history
  6. complete Final, Generic cases

    Daraan committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    d594cbc View commit details
    Browse the repository at this point in the history
  7. Solve global variable error

    Daraan committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    fb992e8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a195879 View commit details
    Browse the repository at this point in the history
  9. Added failing test case for 3.10

    restructuring & comments
    Daraan committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a54d7a9 View commit details
    Browse the repository at this point in the history
  10. add lint exception

    Daraan committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    46d3efa View commit details
    Browse the repository at this point in the history
  11. Test was backported

    Daraan committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    2261fd1 View commit details
    Browse the repository at this point in the history
  12. Update changelog

    Daraan committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    881f926 View commit details
    Browse the repository at this point in the history
  13. Add doc entry

    Co-authored-by: Jelle Zijlstra <[email protected]>
    Daraan and JelleZijlstra committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    73fb856 View commit details
    Browse the repository at this point in the history
  14. removed unnecessary import

    Daraan committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    01349f3 View commit details
    Browse the repository at this point in the history