Skip to content

Commit 99bc97e

Browse files
committed
Sweep all issues from Voting status to WP
1 parent 09a850a commit 99bc97e

24 files changed

+48
-24
lines changed

xml/issue4188.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="4188" status="Voting">
4+
<issue num="4188" status="WP">
55
<title><code>ostream::sentry</code> destructor should handle exceptions</title>
66
<section><sref ref="[ostream.sentry]"/></section>
77
<submitter>Jonathan Wakely</submitter>
@@ -45,6 +45,7 @@ just as we do when `pubsync()` returns -1.
4545
Set status to Tentatively Ready after six votes in favour during reflector poll.
4646
</p>
4747

48+
<note>Sofia 2025-06-21; Status changed: Voting &rarr; WP.</note>
4849
</discussion>
4950

5051
<resolution>

xml/issue4198.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="4198" status="Voting">
4+
<issue num="4198" status="WP">
55
<title>`schedule_from` isn't starting the schedule sender if decay-copying results throws</title>
66
<section><sref ref="[exec.schedule.from]"/></section>
77
<submitter>Eric Niebler</submitter>
@@ -107,6 +107,7 @@ on the unspecified exception specification of `tuple`'s constructor.</p>
107107

108108
<note>Hagenberg 2025-02-12; move to Ready</note>
109109

110+
<note>Sofia 2025-06-21; Status changed: Voting &rarr; WP.</note>
110111
</discussion>
111112

112113
<resolution>

xml/issue4200.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="4200" status="Voting">
4+
<issue num="4200" status="WP">
55
<title>The `operation_state` concept can be simplified</title>
66
<section><sref ref="[exec.opstate.general]"/></section>
77
<submitter>Eric Niebler</submitter>
@@ -39,6 +39,7 @@ And `start(o)` is always `noexcept` now that `start` mandates the
3939
Set status to Tentatively Ready after seven votes in favour during reflector poll.
4040
</p>
4141

42+
<note>Sofia 2025-06-21; Status changed: Voting &rarr; WP.</note>
4243
</discussion>
4344

4445
<resolution>

xml/issue4201.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="4201" status="Voting">
4+
<issue num="4201" status="WP">
55
<title>`with-await-transform::await_transform` should not use a deduced return type</title>
66
<section><sref ref="[exec.awaitable]"/></section>
77
<submitter>Brian Bi</submitter>
@@ -29,6 +29,7 @@ e.g., when the sender is passed to `get_completion_signatures`.
2929
Set status to Tentatively Ready after five votes in favour during reflector poll.
3030
</p>
3131

32+
<note>Sofia 2025-06-21; Status changed: Voting &rarr; WP.</note>
3233
</discussion>
3334

3435
<resolution>

xml/issue4202.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="4202" status="Voting">
4+
<issue num="4202" status="WP">
55
<title><i><code>enable-sender</code></i> should be a variable template</title>
66
<section><sref ref="[exec.snd.concepts]"/></section>
77
<submitter>Eric Niebler</submitter>
@@ -35,6 +35,7 @@ Set priority to 1 after reflector poll.
3535

3636
<note>Hagenberg 2025-02-11; move to Ready</note>
3737

38+
<note>Sofia 2025-06-21; Status changed: Voting &rarr; WP.</note>
3839
</discussion>
3940

4041
<resolution>

xml/issue4203.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="4203" status="Voting">
4+
<issue num="4203" status="WP">
55
<title>Constraints on <i>`get-state`</i> functions are incorrect</title>
66
<section><sref ref="[exec.schedule.from]"/></section>
77
<submitter>Eric Niebler</submitter>
@@ -107,6 +107,7 @@ Set priority to 1 after reflector poll.
107107

108108
<note>Hagenberg 2025-02-11; move to Ready</note>
109109

110+
<note>Sofia 2025-06-21; Status changed: Voting &rarr; WP.</note>
110111
</discussion>
111112

112113
<resolution>

xml/issue4204.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="4204" status="Voting">
4+
<issue num="4204" status="WP">
55
<title>specification of <code><i>as-sndr2</i>(Sig)</code> in [exec.let] is incomplete</title>
66
<section><sref ref="[exec.let]"/></section>
77
<submitter>Eric Niebler</submitter>
@@ -39,6 +39,7 @@ Set priority to 1 after reflector poll.
3939
<note>Hagenberg 2025-02-11; move to Ready</note>
4040
<p>Dropped the suggestion to nest p8-10 under p7.</p>
4141

42+
<note>Sofia 2025-06-21; Status changed: Voting &rarr; WP.</note>
4243
</discussion>
4344

4445
<resolution>

xml/issue4205.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="4205" status="Voting">
4+
<issue num="4205" status="WP">
55
<title>`let_[*].transform_env` is specified in terms of the `let_*` sender itself instead of its child</title>
66
<section><sref ref="[exec.let]"/></section>
77
<submitter>Eric Niebler</submitter>
@@ -43,6 +43,7 @@ must work with a size of three."
4343

4444
<note>Hagenberg 2025-02-11; move to Ready</note>
4545

46+
<note>Sofia 2025-06-21; Status changed: Voting &rarr; WP.</note>
4647
</discussion>
4748

4849
<resolution>

xml/issue4208.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="4208" status="Voting">
4+
<issue num="4208" status="WP">
55
<title>Wording needs to ensure that in `connect(sndr, rcvr)` that `rcvr` expression is only evaluated once</title>
66
<section><sref ref="[exec.connect]"/></section>
77
<submitter>Eric Niebler</submitter>
@@ -27,6 +27,7 @@ I think we need to add an extra sentence at the end of this section saying "Wher
2727

2828
<note>Hagenberg 2025-02-11; move to Ready</note>
2929

30+
<note>Sofia 2025-06-21; Status changed: Voting &rarr; WP.</note>
3031
</discussion>
3132

3233
<resolution>

xml/issue4209.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="4209" status="Voting">
4+
<issue num="4209" status="WP">
55
<title><tt>default_domain::transform_env</tt> should be returning <tt><i>FWD-ENV</i>(env)</tt></title>
66
<section><sref ref="[exec.domain.default]"/></section>
77
<submitter>Eric Niebler</submitter>
@@ -44,6 +44,7 @@ So the correct thing for `default_domain::transform_env` to do is to return <tt>
4444

4545
<note>Hagenberg 2025-02-11; move to Ready</note>
4646

47+
<note>Sofia 2025-06-21; Status changed: Voting &rarr; WP.</note>
4748
</discussion>
4849

4950
<resolution>

0 commit comments

Comments
 (0)