[cfe-dev] Bugzilla migration is stopped again

Mehdi AMINI via cfe-dev cfe-dev at lists.llvm.org
Tue Dec 7 09:19:44 PST 2021


Hi,

Some thoughts that just crossed my mind: what if we instead rewrite every
link (not only backward reference) to http://llvm.org/PR<XXXX> ; since
these links will continue to work and redirect, that would make all
possible link working as expected wouldn't it?

-- 
Mehdi


On Fri, Dec 3, 2021 at 4:19 PM Anton Korobeynikov via cfe-dev <
cfe-dev at lists.llvm.org> wrote:

> Dear All,
>
> I hate to say this, but the migration was stopped again. Now it seems
> that GitHub does not rewrite issue references properly during the
> transfer (sick!). Let me show what the problem is exactly:
>
> Consider two issues: A and B, where A will reference B and B will
> reference A. In our case this is used to model various relations like
> "duplicates / is duplicated by", "blocks / is blocked by", "depends on
> / required by". So, in bz archive A will reference B as #B and B
> will reference #A.
>
> Now, let's migrate A. The references will be rewritten. #B =>
> bz-archive#B and #A => llvm-project#A. However, after migration of B
> only one reference is rewritten llvm-project#A => #A, the bz-archive#B
> link in the issue A will not be rewritten and therefore a dangling
> reference will appear.
>
> For us this means that we will lose all links to duplicate issues, and
> (more important!) to linked issues in the meta bugs.
>
> I informed GitHub about the bug and I am waiting for their answer.
>
> --
> With best regards, Anton Korobeynikov,
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20211207/5ec67997/attachment.html>


More information about the cfe-dev mailing list