Skip to content

Commit ae8c2c9

Browse files
committed
New issue from Dietmar Kühl: affine_on shape may be wrong
1 parent 1e3445a commit ae8c2c9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

xml/issue4331.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010

1111
<discussion>
1212
<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.
1320
</p>
1421
</discussion>
1522

0 commit comments

Comments
 (0)