<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Dec 4, 2021 at 1:19 AM Anton Korobeynikov via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Dear All,<br>
<br>
I hate to say this, but the migration was stopped again. Now it seems<br>
that GitHub does not rewrite issue references properly during the<br>
transfer (sick!). Let me show what the problem is exactly:<br>
<br>
Consider two issues: A and B, where A will reference B and B will<br>
reference A. In our case this is used to model various relations like<br>
"duplicates / is duplicated by", "blocks / is blocked by", "depends on<br>
/ required by". So, in bz archive A will reference B as #B and B<br>
will reference #A.<br>
<br>
Now, let's migrate A. The references will be rewritten. #B =><br>
bz-archive#B and #A => llvm-project#A. However, after migration of B<br>
only one reference is rewritten llvm-project#A => #A, the bz-archive#B<br>
link in the issue A will not be rewritten and therefore a dangling<br>
reference will appear.</blockquote><div><br></div><div>To clarify, will those bz-archive#B references just not look as nice, or do they not work at all? It was my understanding that bz-archive#B will redirect to llvm-project#B2, in which case this doesn't seem overly problematic.<br></div><div><br></div><div>Regards,</div><div>Nikita<br></div></div></div>