[libcxx-commits] [PATCH] D111458: [RFC][libc++] Use issue labels.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Oct 8 12:27:23 PDT 2021


Mordante created this revision.
Mordante added reviewers: Quuxplusone, cjdb, jloser, ldionne, mumbleskates, zoecarver.
Herald added a subscriber: mgrang.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

During the review of D111166 <https://reviews.llvm.org/D111166> I had a private discussion with @ldionne to
avoid the duplication of the C++2b issues in the Ranges and Format
status pages. The main reason for duplicating them is to make it easier to
find them. The title of the paper may not always make it clear to which
project the paper belongs. So this is proposal to remove the duplications
but still make is easy to find the issues. Since the number of papers is a
lot smaller I don't want to avoid duplicating them.

A way to do make finding the issues easier is to add labels. For now I
added labels for some large projects:

- Chrono
- Format
- Ranges
- Spaceship

Chrono is added since the Format status also lists issues related to
formatting the chrono library.

For testing purposes I removed the papers and a lot of existing C++20
issues.

I would like to get some feedback on this proposal and see whether we can
agree on this style of labels, or something else. When we find a
acceptable solution I want to label the C++20 and C++2b issues now listed
on the Ranges and Format pages and remove them from Ranges and Format.

(And yes bikeshedding is allowed ;-))


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111458

Files:
  libcxx/docs/Helpers/Styles.rst
  libcxx/docs/Status/Cxx20.rst
  libcxx/docs/Status/Cxx20Issues.csv

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111458.378334.patch
Type: text/x-patch
Size: 40189 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211008/c43c391c/attachment-0001.bin>


More information about the libcxx-commits mailing list