Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Use immutabledict instead of frozendict #15113

Merged
merged 13 commits into from
Mar 22, 2023
Merged

Commits on Mar 15, 2023

  1. Remove frozendict

    David Robertson committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    b2d12ef View commit details
    Browse the repository at this point in the history
  2. Add immutabledict

    David Robertson committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    d5dc684 View commit details
    Browse the repository at this point in the history
  3. Easy %s/frozendict/immutabledict/g in synapse

    David Robertson committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    f1fef06 View commit details
    Browse the repository at this point in the history
  4. Harder renames in synapse

    AFAICS these are fine...
    David Robertson committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    cbaf6cf View commit details
    Browse the repository at this point in the history
  5. Fixup tests

    David Robertson committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    f7fe1a9 View commit details
    Browse the repository at this point in the history
  6. Fixup typing

    David Robertson committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    382ccef View commit details
    Browse the repository at this point in the history
  7. Changelog

    David Robertson committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    d1e4d55 View commit details
    Browse the repository at this point in the history
  8. Suppress mypy error

    Canonicaljson still uses frozendict and this stops mypy from complaining
    David Robertson committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    5fdbfbc View commit details
    Browse the repository at this point in the history
  9. Use new canonicaljson serisalistion hook

    David Robertson committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    c51bd6f View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Update changelog.

    Co-authored-by: 6543 <6543@obermui.de>
    clokep and 6543 committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    1323e89 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Consistently use freeze() in test

    David Robertson committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    f319757 View commit details
    Browse the repository at this point in the history
  2. Remove frozendict ignore from mypy config

    David Robertson committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    b96d2a8 View commit details
    Browse the repository at this point in the history
  3. Also use freeze() in test_filtering

    David Robertson committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    77d0202 View commit details
    Browse the repository at this point in the history