diff --git a/xml/issue4331.xml b/xml/issue4331.xml new file mode 100644 index 0000000000..a209fb072a --- /dev/null +++ b/xml/issue4331.xml @@ -0,0 +1,28 @@ + + + + +<code>affine_on</code> shape may be wrong +
+Dietmar Kühl +31 Aug 2025 +99 + + +

+affine_on is specified to take a sender and a scheduler +as arguments. The scheduler is meant to match the scheduler obtained +from the get_scheduler query on the receiver's +environment. Thus, the scheduler argument is redundant and the +semantics become weird if these two schedulers don't match. The +affine_on algorithm should only take the sender as +argument. +

+
+ + +

+

+
+ +