Skip to content

Commit 0f009a5

Browse files
committed
New issue from Dietmar Kühl: affine_on shape may be wrong
1 parent 60b508b commit 0f009a5

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

xml/issue4331.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version='1.0' encoding='utf-8' standalone='no'?>
2+
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
3+
4+
<issue num="4331" status="New">
5+
<title><code>affine_on</code> shape may be wrong</title>
6+
<section><sref ref="[exec.affine.on]"/></section>
7+
<submitter>Dietmar Kühl</submitter>
8+
<date>31 Aug 2025</date>
9+
<priority>99</priority>
10+
11+
<discussion>
12+
<p>
13+
<code>affine_on</code> is specified to take a sender and a scheduler
14+
as arguments. The scheduler is meant to match the scheduler obtained
15+
from the <code>get_scheduler</code> query on the receiver's
16+
environment. Thus, the scheduler argument is redundant and the
17+
semantics become weird if these two schedulers don't match. The
18+
<code>affine_on</code> algorithm should only take the sender as
19+
argument.
20+
</p>
21+
</discussion>
22+
23+
<resolution>
24+
<p>
25+
</p>
26+
</resolution>
27+
28+
</issue>

0 commit comments

Comments
 (0)