<div dir="ltr"><div dir="ltr">On Tue, Dec 7, 2021 at 10:54 AM Arthur O'Dwyer <<a href="mailto:arthur.j.odwyer@gmail.com">arthur.j.odwyer@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr">The current script seems to be forgetting that GitHub issues use Markdown, and so every existing Bugzilla comment needs to be wrapped in triple-backticks to preserve its semantics. (You could do <i>cleverer</i> things, like "don't wrap comments that are only one line long," but doing anything <i>less-clever</i> will be a non-starter.)</div></div></blockquote><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">[...] btw, you've currently got some issues being incorrectly imported with the reporter listed<i> in the issue summary itself</i> as "LLVM Bugzilla Contributor"; e.g. this one from Chris Burel. <a href="https://github.com/llvm/llvm-bugzilla-archive/issues/52567" target="_blank">https://github.com/llvm/llvm-bugzilla-archive/issues/52567<br></a>It certainly makes sense that you won't have a GitHub <i>username</i> for some people, but you still shouldn't throw away the information about their human name just because we're migrating from one platform to another.</blockquote><div><br></div></div><div>Two more things I've noticed while spot-checking:</div><div><a href="https://github.com/llvm/llvm-bugzilla-archive/issues/36617">https://github.com/llvm/llvm-bugzilla-archive/issues/36617</a><br></div><div>- Bugzilla lets you attach file attachments; GitHub doesn't. Attachments are not preserved by the migration.</div><div>- Bugzilla comments are numbered, so people sometimes say e.g. "see comment 16"; GitHub comments are not numbered. The migration script might consider automagically turning these references into hyperlinks similar to how Bugzilla does it.</div><div><br></div><div>–Arthur</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
</blockquote></div></div>