[libcxx-commits] [libcxx] 3ac9ff5 - [libcxx][docs] Update the One Ranges PRoposal Status with open revisions.

via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 13 11:49:28 PDT 2021


Author: zoecarver
Date: 2021-05-13T11:49:20-07:00
New Revision: 3ac9ff5577f1d4b032a64aea1c46e95c8a5b8f68

URL: https://github.com/llvm/llvm-project/commit/3ac9ff5577f1d4b032a64aea1c46e95c8a5b8f68
DIFF: https://github.com/llvm/llvm-project/commit/3ac9ff5577f1d4b032a64aea1c46e95c8a5b8f68.diff

LOG: [libcxx][docs] Update the One Ranges PRoposal Status with open revisions.

1. Moves the names into the names column.
2. Changes the names to reflect who's actually working on what.
3. Adds open revisions.

Added: 
    

Modified: 
    libcxx/docs/OneRangesProposalStatus.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/OneRangesProposalStatus.csv b/libcxx/docs/OneRangesProposalStatus.csv
index e2bd8e45d30f7..ac6cdd677f247 100644
--- a/libcxx/docs/OneRangesProposalStatus.csv
+++ b/libcxx/docs/OneRangesProposalStatus.csv
@@ -44,15 +44,15 @@ bidirectional_iterator: `D100278 <https://llvm.org/D100278>`_",
 [range.refinements],"OutputRange, InputRange, ForwardRange, BidirectionalRange, RandomAccessRange, ContiguousRange, CommonRange, ViewableRange","[ranges.syn]: pt. 2, [range.range]",Christopher Di Bella,"input_range: `D100271 <https://llvm.org/D100271>`_
 forward_range: `D100275 <https://llvm.org/D100275>`_
 bidirectional_range: `D100278 <https://llvm.org/D100278>`_",
-[view.interface],[range.utility.helpers] and view_interface,"[ranges.syn]: pt. 2, [range.view], [range.iterator.operations.prev], [range.refinements]",,Zoe Carver,
-[range.subrange],,[view.interface],,,
-[range.all],view::all,"[range.subrange], [range.view.ref]",,Christopher Di Bella,
-[range.view.ref],ref-view,[view.interface],,Christopher Di Bella,
-[range.filter],filter_view,[range.all],,Louis Dionne,
+[view.interface],[range.utility.helpers] and view_interface,"[ranges.syn]: pt. 2, [range.view], [range.iterator.operations.prev], [range.refinements]",Zoe Carver,`D101737 <https://llvm.org/D101737>`_,
+[range.subrange],,[view.interface],Zoe Carver,`D102006 <https://llvm.org/D102006>`_,
+[range.all],view::all,"[range.subrange], [range.view.ref]",Zoe Carver,`D102028 <https://llvm.org/D102028>`_,
+[range.view.ref],ref-view,[view.interface],Zoe Carver,`D102020 <https://llvm.org/D102020>`_,
+[range.filter],filter_view,[range.all],Louis Dionne,,
 [range.transform],transform_view,[range.all],,,
-[range.iota],iota_view,[range.all],,Louis Dionne,
+[range.iota],iota_view,[range.all],Louis Dionne,,
 [range.take],take_view,[range.all],,,
-[range.join],join_view,[range.all],,Christopher Di Bella,
+[range.join],join_view,[range.all],Christopher Di Bella,,
 [range.empty],empty_view,[view.interface],,,
 [range.single],single_view,[view.interface],,,
 [range.split],split_view,[range.all],,,


        


More information about the libcxx-commits mailing list