| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Fixes TypeError: unhashable type: 'dict' for 8 metadata classes: - Signed, Root, MetaFile, Timestamp, Snapshot - Delegations, TargetFile, Targets, Metadata Following the pattern from #2973 (Role/DelegatedRole): - Convert dicts to tuples of sorted items for hashability - Exclude unrecognized_fields (arbitrary nested JSON) - Preserve Python data model: equal objects produce equal hashes Signed-off-by: Mustafa Senoglu <mmustafasenoglu0@gmail.com>
|
Thanks but I'm closing for #2995 that is closer to complete and earlier.
this is a bit spammy, maybe disable the automated reviews if you don't have credits. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes TypeError: unhashable type: 'dict' for 8 metadata classes:
Following the pattern from #2973 (Role/DelegatedRole):
All existing tests pass. Ready for review.