[Lldb-commits] [PATCH] D116351: Update Bug report URL to Github Issues
Anton Korobeynikov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 28 23:09:26 PST 2021
asl requested changes to this revision.
asl added a subscriber: tstellar.
asl added a comment.
This revision now requires changes to proceed.
Thanks for doing this! I added few notes on the way.
================
Comment at: clang/www/c_status.html:76
+<p>The <a href="https://bugs.llvm.org/">LLVM bug tracker</a> and
+<a href="https://github.com/llvm/llvm-project/issues/">LLVM Issues</a> contain
+a Clang C component that tracks known bugs with Clang's language
----------------
The component got mapped to dedicated label in GitHub. So, it will be great to get rid of bugzilla-centric definition and switch to GitHub terms
================
Comment at: clang/www/cxx_status.html:81
+<a href="https://github.com/llvm/llvm-project/issues/">LLVM Issues</a> contain
+Clang C++ components that track known bugs with Clang's language conformance in
each language mode.</p>
----------------
Ditto. Also, there are separate labels for C++11 / 14 / 20 / 23. It might make sense to mention them here
================
Comment at: clang/www/get_involved.html:69
+href="https://bugs.llvm.org/">Bugzilla bug database</a> or <a
+href="https://github.com/llvm/llvm-project/issues/">LLVM Issues</a>.</p>
----------------
I think it would make sense to get rid of bz here. For new contributors everything should be GitHub-centric
================
Comment at: libcxx/docs/index.rst:220
* `libc++abi Homepage <http://libcxxabi.llvm.org/>`_
* `LLVM Bugzilla <https://bugs.llvm.org/>`_
+* `LLVM Issues <https://github.com/llvm/llvm-project/issues/>`_
----------------
I'd remove bugzilla here
================
Comment at: libunwind/docs/index.rst:101
* `LLVM Homepage <https://llvm.org/>`_
* `LLVM Bugzilla <https://bugs.llvm.org/>`_
+* `LLVM Issues <https://github.com/llvm/llvm-project/issues/>`_
----------------
And here
================
Comment at: llvm/docs/HowToReleaseLLVM.rst:280
+.. FIXME: Edit for LLVM Issues in Github.
.. _bug: https://bugs.llvm.org/
----------------
This is for @tstellar :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116351/new/
https://reviews.llvm.org/D116351
More information about the lldb-commits
mailing list