Move make_identifier function to collect.py#1215
Conversation
e8e23de to
3315a89
Compare
|
Turns out I had a
|
3315a89 to
b2bb879
Compare
in aggregate_issues, we have both the Issue object and the deserialized data, so we can compute the identifier without relying on a fragile iteration on list of key_lists Also add some more precise typing
b2bb879 to
56754e9
Compare
It isn't clear to me that these changes are desirable. Could they be dropped now that the types are in collect.py? |
|
I'd keep the change on If we make sure of that (config not depending on anything), then I can revert the change on |
|
Keeping |
get_service function is now defined in config
56754e9 to
d96f589
Compare
|
I moved And I removed changes on |
in aggregate_issues, we have both the Issue object and the deserialized data, so we can compute the identifier without relying on a fragile iteration on list of key_lists Also add some more precise typing