Skip to content

Commit 5a5953e

Browse files
committed
Sweep all issues from Voting status to WP
Also add a script to simplify it.
1 parent 0921e29 commit 5a5953e

14 files changed

+46
-13
lines changed

bin/sweep_voting_to_wp.sh

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#!/bin/sh
2+
3+
# Sweep all issues from Voting -> WP
4+
5+
if [ -z "$1" ]
6+
then
7+
echo "Usage: $0 '<Meeting Name> YYYY-MM-DD'" >&2
8+
exit 1
9+
fi
10+
11+
date=$(date +%F)
12+
meeting=$1
13+
14+
# We could use awk -F'"' '/status="voting"/ { print $2}' xml/issue*.xml here,
15+
# but the wildcard matches thousands of files, so let git grep loop over them.
16+
git grep 'status="Voting"' xml | awk -F'"' '{print $2}' | while read inum
17+
do
18+
bin/set_status $inum WP
19+
sed -i "s/^<note>$date /<note>$meeting; /" xml/issue$inum.xml
20+
done

xml/issue3944.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8' standalone='no'?>
22
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
33

4-
<issue num="3944" status="Voting">
4+
<issue num="3944" status="WP">
55
<title>Formatters converting sequences of <tt>char</tt> to sequences of <tt>wchar_t</tt></title>
66
<section><sref ref="[format.formatter.spec]"/></section>
77
<submitter>Mark de Wever</submitter>
@@ -132,6 +132,7 @@ Set status to SG16 and priority to 3 after reflector poll.
132132
<note>2023-07-26; Mark de Wever provides wording confirmed by SG16</note>
133133
<note>2024-03-18; Tokyo: move to Ready</note>
134134

135+
<note>St. Louis 2024-06-29; Status changed: Voting &rarr; WP.</note>
135136
</discussion>
136137

137138
<resolution>

xml/issue4060.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8' standalone='no'?>
22
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
33

4-
<issue num="4060" status="Voting">
4+
<issue num="4060" status="WP">
55
<title><tt>submdspan</tt> preconditions do not forbid creating invalid pointer</title>
66
<section><sref ref="[mdspan.sub.sub]"/></section>
77
<submitter>Mark Hoemmen</submitter>
@@ -118,6 +118,7 @@ the Standard <tt>submdspan_mapping</tt> overloads, and any custom (user-defined)
118118
Set status to Tentatively Ready after five votes in favour during reflector poll.
119119
</p>
120120

121+
<note>St. Louis 2024-06-29; Status changed: Voting &rarr; WP.</note>
121122
</discussion>
122123

123124
<resolution>

xml/issue4061.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8' standalone='no'?>
22
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
33

4-
<issue num="4061" status="Voting">
4+
<issue num="4061" status="WP">
55
<title>Should <tt>std::basic_format_context</tt> be default-constructible/copyable/movable?</title>
66
<section><sref ref="[format.context]"/></section>
77
<submitter>Jiang An</submitter>
@@ -25,6 +25,7 @@ objects during formatting.
2525
Set status to Tentatively Ready after six votes in favour during reflector poll.
2626
</p>
2727

28+
<note>St. Louis 2024-06-29; Status changed: Voting &rarr; WP.</note>
2829
</discussion>
2930

3031
<resolution>

xml/issue4071.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8' standalone='no'?>
22
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
33

4-
<issue num="4071" status="Voting">
4+
<issue num="4071" status="WP">
55
<title><code>reference_wrapper</code> comparisons are not SFINAE-friendly</title>
66
<section><sref ref="[refwrap.comparisons]"/></section>
77
<submitter>Jonathan Wakely</submitter>
@@ -66,6 +66,7 @@ clearer to just use <code><em>synth-three-way</em>(x.get(), y.get())</code>.
6666
Set status to Tentatively Ready after eight votes in favour during reflector poll.
6767
</p>
6868

69+
<note>St. Louis 2024-06-29; Status changed: Voting &rarr; WP.</note>
6970
</discussion>
7071

7172
<resolution>

xml/issue4074.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8' standalone='no'?>
22
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
33

4-
<issue num="4074" status="Voting">
4+
<issue num="4074" status="WP">
55
<title><tt><i>compatible-joinable-ranges</i></tt> is underconstrained</title>
66
<section><sref ref="[range.join.with.view]"/></section>
77
<submitter>Hewill Kang</submitter>
@@ -57,6 +57,7 @@ namespace std::ranges {
5757
Set status to Tentatively Ready after five votes in favour during reflector poll.
5858
</p>
5959

60+
<note>St. Louis 2024-06-29; Status changed: Voting &rarr; WP.</note>
6061
</discussion>
6162

6263
<resolution>

xml/issue4076.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8' standalone='no'?>
22
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
33

4-
<issue num="4076" status="Voting">
4+
<issue num="4076" status="WP">
55
<title><tt>concat_view</tt> should be freestanding</title>
66
<section><sref ref="[version.syn]"/></section>
77
<submitter>Hewill Kang</submitter>
@@ -26,6 +26,7 @@ so it does not seem to be a good reason to accept <tt>join_with_view</tt> but no
2626
Set status to Tentatively Ready after seven votes in favour during reflector poll.
2727
</p>
2828

29+
<note>St. Louis 2024-06-29; Status changed: Voting &rarr; WP.</note>
2930
</discussion>
3031

3132
<resolution>

xml/issue4079.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8' standalone='no'?>
22
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
33

4-
<issue num="4079" status="Voting">
4+
<issue num="4079" status="WP">
55
<title>Missing <i>Preconditions</i> in <tt>concat_view::<i>iterator</i></tt>'s conversion constructor</title>
66
<section><sref ref="[range.concat.iterator]"/></section>
77
<submitter>Hewill Kang</submitter>
@@ -20,6 +20,7 @@ We seem to be missing a <i>Preconditions</i> element here.
2020
Set status to Tentatively Ready after seven votes in favour during reflector poll.
2121
</p>
2222

23+
<note>St. Louis 2024-06-29; Status changed: Voting &rarr; WP.</note>
2324
</discussion>
2425

2526
<resolution>

xml/issue4082.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8' standalone='no'?>
22
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
33

4-
<issue num="4082" status="Voting">
4+
<issue num="4082" status="WP">
55
<title><tt>views::concat(r)</tt> is well-formed when <tt>r</tt> is an <tt>output_range</tt></title>
66
<section><sref ref="[range.concat.overview]"/></section>
77
<submitter>Hewill Kang</submitter>
@@ -29,6 +29,7 @@ We should reject the above just like <tt>views::zip_transform</tt> still require
2929
Set status to Tentatively Ready after seven votes in favour during reflector poll.
3030
</p>
3131

32+
<note>St. Louis 2024-06-29; Status changed: Voting &rarr; WP.</note>
3233
</discussion>
3334

3435
<resolution>

xml/issue4083.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8' standalone='no'?>
22
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
33

4-
<issue num="4083" status="Voting">
4+
<issue num="4083" status="WP">
55
<title><tt>views::as_rvalue</tt> should reject non-input ranges</title>
66
<section><sref ref="[range.as.rvalue.overview]"/></section>
77
<submitter>Hewill Kang</submitter>
@@ -39,6 +39,7 @@ require <tt>r</tt> to be an <tt>input_range</tt> to be consistent with the const
3939
Set status to Tentatively Ready after seven votes in favour during reflector poll.
4040
</p>
4141

42+
<note>St. Louis 2024-06-29; Status changed: Voting &rarr; WP.</note>
4243
</discussion>
4344

4445
<resolution>

0 commit comments

Comments
 (0)