<div dir="ltr"><div>Hi,</div><div><br></div><div>Some thoughts that just crossed my mind: what if we instead rewrite every link (not only backward reference) to <a href="http://llvm.org/PR">http://llvm.org/PR</a><XXXX> ; since these links will continue to work and redirect, that would make all possible link working as expected wouldn't it?</div><div><br></div><div>-- </div><div>Mehdi</div><div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Dec 3, 2021 at 4:19 PM Anton Korobeynikov via cfe-dev <<a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color: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.<br>
<br>
For us this means that we will lose all links to duplicate issues, and<br>
(more important!) to linked issues in the meta bugs.<br>
<br>
I informed GitHub about the bug and I am waiting for their answer.<br>
<br>
-- <br>
With best regards, Anton Korobeynikov,<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev</a><br>
</blockquote></div></div>