Maciej Szulik added the comment:

Anish, actually there is one serious problem that grows from previous comment. 
Generally your current solution blocks adding single PR to multiple issues, 
because of the key. Generally, I'd advise you to drop the key entirely and do 
it similarly to how hgrepos are handled. In none of the next patches you're 
doing lookups, not anymore at least ;) If anything, you're going through PRs 
attached to specific issue and that is totally fine. That will also simplify 
the detector a bit at least, since you won't be searching for duplicates. I 
can't come up with something to fix the duplicates problem atm. I'll try to 
reach out to David and Berker later today and ask for their ideas.

_______________________________________________________
PSF Meta Tracker <metatrac...@psf.upfronthosting.co.za>
<http://psf.upfronthosting.co.za/roundup/meta/issue586>
_______________________________________________________
_______________________________________________
Tracker-discuss mailing list
Tracker-discuss@python.org
https://mail.python.org/mailman/listinfo/tracker-discuss
Code of Conduct: https://www.python.org/psf/codeofconduct/

Reply via email to