<div dir="ltr"><div>And one more minor one I've just spotted:</div><div><br></div><div><a href="https://github.com/llvm/test8/issues/39890">https://github.com/llvm/test8/issues/39890</a></div><div><br></div><div>where this block of code:<br></div><div>
<pre class="gmail-bz_comment_text" id="gmail-comment_text_0"># define B4 b; b; b; b
# define B16 B4; B4; B4; B4
# define B64 B16; B16; B16; B16
# define B256 B64; B64; B64; B64
# define B1024 B256; B256; B256; B256</pre>

</div><div>has been interpreted as markup.  Is it possible to automatically escape such characters?<br></div><div><br></div><div>Cheers,</div><div>-Greg<br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 23 Nov 2021 at 16:36, Greg Bedwell <<a href="mailto:gregbedwell@gmail.com">gregbedwell@gmail.com</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"><div dir="ltr"><div>Thanks for sharing this!  It's really helpful (if for nothing else than to see that I obviously did submit the form at some point).</div><div><br></div><div>One minor thing I noticed so far (other than keyword search not working at all as Aaron has already pointed out) is that a few of the bug titles have been mangled.  Specifically ones like this:</div><div></div><div><br></div><div><a href="https://bugs.llvm.org/show_bug.cgi?id=38777" target="_blank">https://bugs.llvm.org/show_bug.cgi?id=38777</a></div><div><a href="https://github.com/llvm/test8/issues/38777" target="_blank">https://github.com/llvm/test8/issues/38777</a></div><div><br></div><div>where the 
<span id="gmail-m_7563944562487531564gmail-summary_container"><span id="gmail-m_7563944562487531564gmail-short_desc_nonedit_display">[DebugInfo@O2]</span></span> tag has been turned into [DebugInfo@&#8203;O2]</div><div><br></div><div>Cheers,<br></div><div>-Greg<br></div><div><br></div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 23 Nov 2021 at 15:50, Anton Korobeynikov via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">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>
After some heavy lifting we were able to make a repo that could be<br>
served as a preview.<br>
<a href="https://github.com/llvm/test8" rel="noreferrer" target="_blank">https://github.com/llvm/test8</a> is open for everyone with LLVM commit<br>
access. The example issue in question is<br>
<a href="https://github.com/llvm/test8/issues/42401" rel="noreferrer" target="_blank">https://github.com/llvm/test8/issues/42401</a><br>
<br>
Please note there is no way we can make it entirely read-only and any<br>
changes might trigger notifications.<br>
<br>
On Tue, Nov 23, 2021 at 7:11 AM Fangrui Song <<a href="mailto:maskray@google.com" target="_blank">maskray@google.com</a>> wrote:<br>
><br>
> On 2021-11-22, Fangrui Song wrote:<br>
> >On 2021-11-22, Anton Korobeynikov via llvm-dev wrote:<br>
> >>>If we can attribute it to an anonymous entity, e.g. by putting "Anonymous LLVM Contributor 123 wrote:" at the top of a comment by llvmbot, at least readers can understand whether two comments on a bug are from the same person or from different people, for example. Can we at least do something like that?<br>
> >>We do this for issues. They are marked as submitted by "LLVM Bugzilla<br>
> >>Contributor".<br>
> >><br>
> >>>And, if such a problem exists, I think we ought to address that problem before migration.<br>
> >>They had more than half a year to submit a survey and received<br>
> >>multiple notifications. We are not going to delay the migration due to<br>
> >>this.<br>
> >><br>
> >>>I very much doubt it's true that everyone who cares will have filled it out already. I mean, just speaking for myself...I think I filled out the form? But maybe I only intended to, but forgot to get around to it? Who knows. Assuming I actually did, I'm certain there are more people in the same situation who actually did _not_.<br>
> >>Well, you can simply go and submit it once again. We will certainly<br>
> >>take care of dups.<br>
> >><br>
> >>>Some other questions that pop into my mind:<br>
> >>Great! Thanks for the questions. Probably they should have asked 2<br>
> >>years ago. You will be able to check the results by yourself after the<br>
> >>migration.<br>
> >><br>
> ><br>
> >Thank for all your hard work! This issue tracker system has been a pain<br>
> >for so many people for years.<br>
> ><br>
> >I think having a small-scale review of the post-migration github<br>
> >repository can be very useful. It can be 1% (or larger?) of the current<br>
> >~53000 issues. People will have some idea what the repository will look<br>
> >like, e.g. what portion of issues are anonymous.<br>
><br>
> Extra points that a preview will be useful. We can know:<br>
> (use <a href="https://bugs.llvm.org/show_bug.cgi?id=42401" rel="noreferrer" target="_blank">https://bugs.llvm.org/show_bug.cgi?id=42401</a> as an example)<br>
><br>
> * How "Status: RESOLVED DUPLICATE of bug 40482" is rendered.<br>
> * How "Bug 40482" (there are various forms, e.g. "bug 40482", "PR40482") is rendered. In Bugzilla this translates to <a href="https://llvm.org/PR40482" rel="noreferrer" target="_blank">https://llvm.org/PR40482</a><br>
> * How Product/Component map to GitHub tags.<br>
> * How attachments are rendered. In Bugzilla "Created attachment 22156 [details]" is a hyperlink. I assume that the attachments will just point back to <a href="http://bugs.llvm.org" rel="noreferrer" target="_blank">bugs.llvm.org</a>, which will become a static content website in the future.<br>
> * How anonymous contributors are suffixed with unique numbers.<br>
><br>
> >>James: I imagine it'd be pretty easy for folks to forget that they didn't fill out the sheet, since there's no way to verify whether you did or not."<br>
> ><br>
> >Agree. Deep Majumder asked the requestion in the thread. A colleague of<br>
> >mine asked the same question.<br>
> ><br>
> >I just visited the Bugzilla / GitHub username mapping form and re-submitted my mapping<br>
> ><a href="https://docs.google.com/forms/d/e/1FAIpQLSdUSCK-Rgl9H-8Ua0yat1KL1yELChxkJk15SfhnwPnIexTQUw/viewform" rel="noreferrer" target="_blank">https://docs.google.com/forms/d/e/1FAIpQLSdUSCK-Rgl9H-8Ua0yat1KL1yELChxkJk15SfhnwPnIexTQUw/viewform</a><br>
> >There is no email confirmation.<br>
> ><br>
> >A contributor may have multiple email addresses. They may not submit<br>
> >their bugzilla email address or they may miss the notification to their<br>
> >not-regularly-used email address (possible due to closed registration for<br>
> >a long time).<br>
> ><br>
> >Yesterday I read<br>
> ><a href="https://blog.llvm.org/posts/2021-11-18-relicensing-update/" rel="noreferrer" target="_blank">https://blog.llvm.org/posts/2021-11-18-relicensing-update/</a> and notified<br>
> >3 friends who were on the long-tail spreadsheet. Two of them are still<br>
> >contributing and told me that they missed the email notification because they<br>
> >had changed their primary email address. I am going to ask them whether<br>
> >they have submitted the mapping form...<br>
> ><br>
> ><br>
> >I think <a href="http://bugs.llvm.org" rel="noreferrer" target="_blank">bugs.llvm.org</a> has a local patch to display the banner:<br>
> >"New user self-registration is disabled due to spam. For an account please email <a href="mailto:bugs-admin@lists.llvm.org" target="_blank">bugs-admin@lists.llvm.org</a> with your e-mail address and full name."<br>
> ><br>
> >Could the banner be toggled a bit to remind the user and show the Bugzilla / GitHub usernam mapping if submitted?<br>
<br>
<br>
<br>
-- <br>
With best regards, Anton Korobeynikov<br>
Department of Statistical Modelling, Saint Petersburg State University<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div>
</blockquote></div>