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 as_dict cache to Context and Event #92162

Merged
merged 5 commits into from
Apr 28, 2023
Merged

Add as_dict cache to Context and Event #92162

merged 5 commits into from
Apr 28, 2023

Commits on Apr 28, 2023

  1. Add as_dict cache to Context and Event

    We had this for States but we never added it to Event
    or Context. When profiling I realized it was missing.
    bdraco committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    efb0ed2 View commit details
    Browse the repository at this point in the history
  2. readonly

    bdraco committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    b1985be View commit details
    Browse the repository at this point in the history
  3. cleanup

    bdraco committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    d84f577 View commit details
    Browse the repository at this point in the history
  4. fix test

    bdraco committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    3f1b8e3 View commit details
    Browse the repository at this point in the history
  5. avoid mutation

    bdraco committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    5df454d View commit details
    Browse the repository at this point in the history