Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

P2442 Windowing range adaptors: views::chunk and views::slide #1108

Closed
wg21bot opened this issue Sep 20, 2021 · 8 comments · Fixed by cplusplus/draft#5249
Closed

P2442 Windowing range adaptors: views::chunk and views::slide #1108

wg21bot opened this issue Sep 20, 2021 · 8 comments · Fixed by cplusplus/draft#5249
Labels
B3 - addition Bucket 3 as described by P0592: material that is not mentioned in P0592 C++23 Targeted at C++23 IS Ship vehicle: IS LWG Library plenary-approved Papers approved for inclusion in their target vehicle by plenary vote. ranges std::ranges size - medium paper size estimate
Milestone

Comments

@wg21bot
Copy link
Collaborator

wg21bot commented Sep 20, 2021

P2442R0 Windowing range adaptors: views::chunk and views::slide (Tim Song)

@wg21bot wg21bot added the LEWG Library Evolution label Sep 20, 2021
@wg21bot wg21bot added this to the 2021-telecon milestone Sep 20, 2021
@inbal2l inbal2l added ranges std::ranges SG9 Ranges SG labels Sep 20, 2021
@brycelelbach brycelelbach added C++23 Targeted at C++23 IS Ship vehicle: IS B3 - addition Bucket 3 as described by P0592: material that is not mentioned in P0592 size - medium paper size estimate ready-for-library-evolution-meeting-review This paper needs to be discussed at a Library Evolution meeting labels Sep 24, 2021
@inbal2l
Copy link
Collaborator

inbal2l commented Oct 11, 2021

Was seen by SG9 on 2021-10-11. There was a recommendation to split feature test macros into separate ones.

Paper was voted forward to LEWG as C++23 (Ranges' T1) item:

POLL: Forward “P2442R0: Windowing range adaptors: views::chunk and views::slide” to LEWG (Ranges T1 item) for C++23.

No Objection To Unanimous Consent

@inbal2l inbal2l removed the SG9 Ranges SG label Oct 11, 2021
@inbal2l
Copy link
Collaborator

inbal2l commented Oct 27, 2021

2021-10-26 Library Evolution Telecon

P2442R0: Windowing range adaptors: views::chunk and views::slide

2021-10-26 Library Evolution Telecon Minutes

Chair: Inbal Levi

Champion: Tim Song

Minute Taker: Ben Craig

Polls

POLL: Split the feature test macro and forward P2442R0: Windowing range adaptors: views::chunk and views::slide to LWG for C++23 (to be confirmed with electronic poll) with priority 2.

Strongly Favor Weakly Favor Neutral Weakly Against Strongly Against
7 4 1 0 0

Attendance: 15

__ # of Authors:__ 1

Author Position: SF

Outcome: Strong consensus in favor

Outcome

P2442R0 was forwarded to LWG (to be approved with electronic poll), with request to split the feature test macro into "chunk" and "slide".

@inbal2l inbal2l added ready-for-library-evolution-electronic-poll This paper needs to undergo a Library Evolution electronic poll and removed ready-for-library-evolution-meeting-review This paper needs to be discussed at a Library Evolution meeting labels Oct 27, 2021
@brycelelbach brycelelbach added the scheduled-for-library-evolution This paper has been scheduled for one of the groups: LEWG, LEWG Incubator, or a Mailing List review label Nov 9, 2021
@JeffGarland JeffGarland added tentatively-ready-for-plenary Reviewed between meetings; ready for a vote. and removed ready-for-library-evolution-electronic-poll This paper needs to undergo a Library Evolution electronic poll scheduled-for-library-evolution This paper has been scheduled for one of the groups: LEWG, LEWG Incubator, or a Mailing List review labels Dec 6, 2021
@JeffGarland
Copy link
Member

LWG reviewed and approved. Review notes here: https://wiki.edg.com/bin/view/Wg21telecons2021/P2442-20211126
Voting: https://wiki.edg.com/bin/view/Wg21telecons2021/Vote-20211203

poll: Put p2442r1 into the C++23 working paper

F A N
5 0 1

present: 12

@cor3ntin cor3ntin added LWG Library and removed LEWG Library Evolution labels Dec 6, 2021
@cor3ntin
Copy link

cor3ntin commented Dec 6, 2021

2021-11 Library Evolution Electronic Poll Outcomes

Poll 4: Modify [P2442R0] (Windowing Range Adaptors: views::chunk And views::slide) by replacing the current feature test macro with separate feature test macros for views::chunk and views::slide and then send the revised paper to Library Working Group for C++23, classified as an addition ([P0592R4] bucket 3 item).

SF F N A SA
14 4 0 0 0

Unanimous consensus in favor

@JeffGarland Can you confirm that the accepted paper wording matches the poll for the feature macros?

@inbal2l
Copy link
Collaborator

inbal2l commented Dec 6, 2021

I attended the meeting so I can approve LWG have seen P2442R1, which contains:

  • #define __cpp_lib_ranges_chunk 20XXXXL // also in <ranges>
  • #define __cpp_lib_ranges_slide 20XXXXL // also in <ranges>

As requested. Still helpful to get @JeffGarland's approval, though. :)

@JeffGarland
Copy link
Member

Sure @inbal2l is correct, it has both :)

@wg21bot
Copy link
Collaborator Author

wg21bot commented Dec 18, 2021

P2442R1 Windowing range adaptors: views::chunk and views::slide (Tim Song)

@jensmaurer jensmaurer modified the milestones: 2021-telecon, 2022-telecon Jan 1, 2022
@cor3ntin cor3ntin added the plenary-approved Papers approved for inclusion in their target vehicle by plenary vote. label Feb 7, 2022
@jensmaurer
Copy link
Member

Approved by WG21 plenary 2022-02-07

@cor3ntin cor3ntin removed the tentatively-ready-for-plenary Reviewed between meetings; ready for a vote. label Feb 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B3 - addition Bucket 3 as described by P0592: material that is not mentioned in P0592 C++23 Targeted at C++23 IS Ship vehicle: IS LWG Library plenary-approved Papers approved for inclusion in their target vehicle by plenary vote. ranges std::ranges size - medium paper size estimate
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants