From d9798ccadf5da789e233d48a912f4b1311e5cc4b Mon Sep 17 00:00:00 2001 From: Matthias Bernt Date: Wed, 10 Jan 2024 17:34:49 +0100 Subject: [PATCH 1/4] fix syntax error --- tools/map_param_value/map_param_value.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/map_param_value/map_param_value.xml b/tools/map_param_value/map_param_value.xml index 393c984bc14..c4a29fb436d 100644 --- a/tools/map_param_value/map_param_value.xml +++ b/tools/map_param_value/map_param_value.xml @@ -251,7 +251,7 @@ return { output: coerceToOutput(source) }; - A + From b5f4f8b1006e4fde9648edde89fdafca382d5b81 Mon Sep 17 00:00:00 2001 From: Matthias Bernt Date: Wed, 10 Jan 2024 17:35:17 +0100 Subject: [PATCH 2/4] use correct repeat attribute --- tools/map_param_value/map_param_value.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/map_param_value/map_param_value.xml b/tools/map_param_value/map_param_value.xml index c4a29fb436d..f6c808fa062 100644 --- a/tools/map_param_value/map_param_value.xml +++ b/tools/map_param_value/map_param_value.xml @@ -4,7 +4,7 @@ - + From 069bfd6a274bc785f738a818c3871949312192d2 Mon Sep 17 00:00:00 2001 From: Matthias Bernt Date: Wed, 10 Jan 2024 17:46:03 +0100 Subject: [PATCH 3/4] extend map_param_value to datasets allows to check if a dataset is given (or if its the same as another dataset .. which probably is not useful). this allows to map optional datasets to True/False if the dataset is given or not. --- tools/map_param_value/map_param_value.xml | 51 ++++++++++++++++++++++- tools/map_param_value/test-data/test.txt | 1 + 2 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 tools/map_param_value/test-data/test.txt diff --git a/tools/map_param_value/map_param_value.xml b/tools/map_param_value/map_param_value.xml index f6c808fa062..bdd501526b6 100644 --- a/tools/map_param_value/map_param_value.xml +++ b/tools/map_param_value/map_param_value.xml @@ -55,6 +55,7 @@ return { output: coerceToOutput(source) }; + @@ -68,6 +69,9 @@ return { output: coerceToOutput(source) }; + + + @@ -344,12 +348,57 @@ return { output: coerceToOutput(source) }; --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Date: Wed, 10 Jan 2024 18:10:54 +0100 Subject: [PATCH 4/4] bump --- tools/map_param_value/map_param_value.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/map_param_value/map_param_value.xml b/tools/map_param_value/map_param_value.xml index bdd501526b6..64cb933b0dd 100644 --- a/tools/map_param_value/map_param_value.xml +++ b/tools/map_param_value/map_param_value.xml @@ -1,4 +1,4 @@ - +