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

[WIP] Structured model state #929

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

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    ac8f832 View commit details
    Browse the repository at this point in the history
  2. deep copy modelstate

    hudson-ai committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    75ffd29 View commit details
    Browse the repository at this point in the history
  3. RoleBlock type

    hudson-ai committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1ca3a33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d86bd1 View commit details
    Browse the repository at this point in the history
  5. Fix _repr_html_

    hudson-ai committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    423489c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86b9904 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d88dfb2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6b13846 View commit details
    Browse the repository at this point in the history
  9. No more format_pattern

    hudson-ai committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    8d51092 View commit details
    Browse the repository at this point in the history
  10. Remove old patterns

    hudson-ai committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    88b4a9c View commit details
    Browse the repository at this point in the history
  11. immutability and slots

    hudson-ai committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    55b9162 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Object-typed closers

    hudson-ai committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b9fb115 View commit details
    Browse the repository at this point in the history
  2. Use closers in html

    hudson-ai committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7ab695b View commit details
    Browse the repository at this point in the history
  3. Remove active_role_end

    The existing implementation wouldn't properly pop the selected role
    off the opened_blocks dict, so roles could be closed twice. We'd need
    a stateful implementation that could modify the Model object more
    directly... Removing it for now
    hudson-ai committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c6af474 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ced5147 View commit details
    Browse the repository at this point in the history