-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update lineage_notes.txt #2204
Update lineage_notes.txt #2204
Conversation
Corrected the reference-issue
I wonder if we should just attach the same milestone to the duplicate issues (1) Right now only #2203 indicates it's been designated and milestoned. #2071 makes no reference to either of those two concepts. There is no direct reference to the designation given. (2) For adding issues to lineage_notes, we are in the process of automating the collection of related PANGO lineages, issues, and milestones... However, without #2071 being milestoned, only #2203 will be discovered automatically. If both are milestoned, then both can be discovered. Without milestoning both issues, then the future automatic process will end up reverting this commit back to #2203 |
Good point @ciscorucinski, although depending on how it's implemented, I think it might just append " From #2203", so this would say "... from #2071 From #2203" -- @aviczhl2 your notebook code appends if it doesn't see the issue number, it doesn't remove anything, right? In the meantime, IIRC @aviczhl2's notebook ignores milestones that don't have exactly one issue, so associating two issues with the same milestone would exclude the milestone. But of course that code could be changed to support multiple issues if desired. @ciscorucinski since you already have the query that associates issues with milestones, can you search the resulting JSON to find which milestones (if any) already have multiple issues? |
@AngieHinrichs 9 milestones are already associated with multiple issues. BA.2.38 is associated with 3. Edit: Right now, this data is only from
|
Thanks @ciscorucinski! I will look at those issues to make sure they're all relevant to the lineages named in the milestones. (I expect they all will be, just want to check.) |
While the issues are all relevant to the milestone lineages (no surprise), their relationships are not always the same. Sometimes the issues are duplicate proposals; other times there is both a proposal issue and a correction issue; and in the case of B.1.617.2, both linked issues are corrections/additions of more designated sequences. (There was no specific proposal for B.1.617.1, B.1.617.2 and B.1.617.3; they were added in 62e507b.) I see no harm in linking all those issues, though they're not necessarily issue proposals (which is a safer assumption when only one issue is associated). |
Yes of course. If there's already a reference the autoref will do nothing. It won't remove or try to update existing refs. So for such extreme cases we can do safe manual fix. |
If there's already a reference the autoref will do nothing. It won't remove or try to update existing refs. Also, if you manually fixed something it won't try to update that again. |
I'll accept this PR (thanks @FedeGueli!) and leave the matter of support for multi-issue milestones as possible future work by others. 🙂 I added milestone JD.1 to #2071. |
Thx you all! |
Corrected the reference-issue