Anders Kaseorg
570f3dd447
python: Reformat with Ruff formatter.
...
https://docs.astral.sh/ruff/formatter/
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-02-29 17:07:16 -08:00
Alex Vandiver
23baabba86
message: Merge unnecessary cache_transformer step.
...
Having a non-identity `cache_transformer` is no different from running
it on every row of the query_function. Simplify understanding of the
codepath used in caching by merging the pieces of code.
2024-02-14 12:27:03 -08:00
Alex Vandiver
6597c560cb
message_cache: Rename "to_dict" functions which deal with bytes.
2024-02-14 12:27:03 -08:00
Alex Vandiver
b3e8878252
message_cache: Rename update_to_dict_cache to update_message_cache.
...
This better describes what it does.
2024-02-14 12:27:03 -08:00
Alex Vandiver
737a751f5c
message: Split MessageDict and friends into its own file.
2024-02-14 12:27:03 -08:00