Skip to content

Commit 2d61332

Browse files
committed
Hagenberg Tuesday afternoon: move 4202, 4203, 4204, 4205, 4208, and 4209 to Ready
1 parent 5244ed2 commit 2d61332

File tree

6 files changed

+22
-8
lines changed

6 files changed

+22
-8
lines changed

xml/issue4202.xml

Lines changed: 3 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="New">
4+
<issue num="4202" status="Ready">
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>
@@ -33,6 +33,8 @@ We should roll back that change.
3333
Set priority to 1 after reflector poll.
3434
</p>
3535

36+
<note>Hagenberg 2025-02-10; move to Ready</note>
37+
3638
</discussion>
3739

3840
<resolution>

xml/issue4203.xml

Lines changed: 3 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="New">
4+
<issue num="4203" status="Ready">
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>
@@ -105,6 +105,8 @@ so that only forwarding queries are forwarded.
105105
Set priority to 1 after reflector poll.
106106
</p>
107107

108+
<note>Hagenberg 2025-02-10; move to Ready</note>
109+
108110
</discussion>
109111

110112
<resolution>

xml/issue4204.xml

Lines changed: 5 additions & 3 deletions
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="New">
4+
<issue num="4204" status="Ready">
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>
@@ -36,6 +36,9 @@ I suggest making paragraphs 8, 9, and 10 sub-bullets of paragraph 7.
3636
Set priority to 1 after reflector poll.
3737
</p>
3838

39+
<note>Hagenberg 2025-02-10; move to Ready</note>
40+
<p>Dropped the suggestion to nest p8-10 under p7.</p>
41+
3942
</discussion>
4043

4144
<resolution>
@@ -44,8 +47,7 @@ This wording is relative to <paper num="N5001"/>.
4447
</p>
4548
<ol>
4649
<li>
47-
Change <sref ref="[exec.let]"/> as indicated,
48-
and nest paragraphs 8, 9, and 10 below paragraph 7:
50+
Change <sref ref="[exec.let]"/> as indicated:
4951

5052
<blockquote>
5153
<p>

xml/issue4205.xml

Lines changed: 3 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="New">
4+
<issue num="4205" status="Ready">
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>
@@ -41,6 +41,8 @@ We guarantee that it can be used in a structured binding, but not that it
4141
must work with a size of three."
4242
</p>
4343

44+
<note>Hagenberg 2025-02-10; move to Ready</note>
45+
4446
</discussion>
4547

4648
<resolution>

xml/issue4208.xml

Lines changed: 4 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="New">
4+
<issue num="4208" status="Ready">
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>
@@ -24,6 +24,9 @@ usage in the `new_sndr` expression is unevaluated, but the second usage in `get_
2424
I think we need to add an extra sentence at the end of this section saying "Where the expression
2525
`rcvr` is only evaluated once." or similar.
2626
</p>
27+
28+
<note>Hagenberg 2025-02-10; move to Ready</note>
29+
2730
</discussion>
2831

2932
<resolution>

xml/issue4209.xml

Lines changed: 4 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="New">
4+
<issue num="4209" status="Ready">
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>
@@ -41,6 +41,9 @@ to connect a child sender has an associated environment equal to <tt><i>FWD-ENV<
4141
<p>
4242
So the correct thing for `default_domain::transform_env` to do is to return <tt><i>FWD-ENV</i>(get_env(rcvr))</tt>.
4343
</p>
44+
45+
<note>Hagenberg 2025-02-10; move to Ready</note>
46+
4447
</discussion>
4548

4649
<resolution>

0 commit comments

Comments
 (0)