<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jun 25, 2020 at 6:04 AM Zachary Turner 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:1px solid rgb(204,204,204);padding-left:1ex"><div><br></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jun 25, 2020 at 2:43 AM Nikita Popov <<a href="mailto:nikita.ppv@gmail.com" target="_blank">nikita.ppv@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 class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jun 25, 2020 at 11:22 AM Zachary Turner 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"><div><div><div><div dir="auto">I can’t really provide a doc, but i can describe what I believe to be the biggest problem.</div></div><div dir="auto"><br></div><div dir="auto">In a GH PR, comments are associated with commit hashes.  If a commit hash ceases to exist, so do all comments associated with it.  The comments are quite literally destroyed and irretrievable.</div></div></div></blockquote><div><br></div><div>Either I'm misunderstand something, or this is just blatantly incorrect. Assuming we're talking about pull request reviews here, review comments do not get lost, regardless of how you rebase the pull request branch.</div></div></div></blockquote><div dir="auto">Try this experiment:</div><div dir="auto"><br></div><div dir="auto">1. Create a PR</div><div dir="auto">2. Have someone leave a comment on a line of code.  You should get an email.</div><div dir="auto">3. Make another change locally and squash it</div><div dir="auto">4. git push -f</div><div dir="auto">5. Go to your email and click the link for the comment that was made in step 2.</div><div dir="auto"><br></div><div dir="auto">GH should tell you that the comment does not exist.</div><div dir="auto"><br></div><div dir="auto">Now that i think about it, the comment is probably still visible in the web ui by clicking “Show Outdated”.  But you cannot see the code that was requested to be changed.  That comment has a link associated with it, and if you click that link you just get “the commit does not exist”</div></div></div></blockquote><div>In other words, the context is gone. The state that the reviewer saw is no longer necessarily retrievable (via GitHub).</div><div>Perhaps that is mitigated by the e-mail archive, which could make it possible to reconstruct that context.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><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 class="gmail_quote"><div></div></div></div></blockquote></div></div>
_______________________________________________<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>