From 1e3445a273450198468bff91c3a9dfb7b0bd2281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dietmar=20K=C3=BChl?= Date: Sun, 31 Aug 2025 22:41:11 +0100 Subject: [PATCH 1/4] =?UTF-8?q?New=20issue=20from=20Dietmar=20K=C3=BChl:?= =?UTF-8?q?=20affine=5Fon=20shape=20may=20be=20wrong?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xml/issue4331.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 xml/issue4331.xml diff --git a/xml/issue4331.xml b/xml/issue4331.xml new file mode 100644 index 0000000000..34dcc54e98 --- /dev/null +++ b/xml/issue4331.xml @@ -0,0 +1,21 @@ + + + + +<code>affine_on</code> shape may be wrong +
+Dietmar Kühl +31 Aug 2025 +99 + + +

+

+
+ + +

+

+
+ +
From ae8c2c9ec1d6b3176243a051d6f375236104f563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dietmar=20K=C3=BChl?= Date: Sun, 31 Aug 2025 22:41:29 +0100 Subject: [PATCH 2/4] =?UTF-8?q?New=20issue=20from=20Dietmar=20K=C3=BChl:?= =?UTF-8?q?=20affine=5Fon=20shape=20may=20be=20wrong?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xml/issue4331.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/xml/issue4331.xml b/xml/issue4331.xml index 34dcc54e98..a209fb072a 100644 --- a/xml/issue4331.xml +++ b/xml/issue4331.xml @@ -10,6 +10,13 @@

+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.

From 60b508b89e0dce925c00cc7c2179309ea45c7931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dietmar=20K=C3=BChl?= Date: Sun, 31 Aug 2025 22:43:03 +0100 Subject: [PATCH 3/4] remove a file accidentally added to master --- xml/issue4331.xml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 xml/issue4331.xml diff --git a/xml/issue4331.xml b/xml/issue4331.xml deleted file mode 100644 index a209fb072a..0000000000 --- a/xml/issue4331.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - -<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. -

-
- - -

-

-
- -
From 0f009a563fb44fe647e353b3a3762c8d0845a862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dietmar=20K=C3=BChl?= Date: Sun, 31 Aug 2025 22:51:21 +0100 Subject: [PATCH 4/4] =?UTF-8?q?New=20issue=20from=20Dietmar=20K=C3=BChl:?= =?UTF-8?q?=20affine=5Fon=20shape=20may=20be=20wrong?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xml/issue4331.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 xml/issue4331.xml 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. +

+
+ + +

+

+
+ +