From a32938253599f82a02dd91b4243dec3738298ddc Mon Sep 17 00:00:00 2001 From: Jagdish Prajapati Date: Sat, 27 Sep 2025 18:02:22 +0530 Subject: [PATCH 1/8] Update Accumulate.java --- exercises/practice/accumulate/src/main/java/Accumulate.java | 1 + 1 file changed, 1 insertion(+) diff --git a/exercises/practice/accumulate/src/main/java/Accumulate.java b/exercises/practice/accumulate/src/main/java/Accumulate.java index 4dc8b701d..177c8dcba 100644 --- a/exercises/practice/accumulate/src/main/java/Accumulate.java +++ b/exercises/practice/accumulate/src/main/java/Accumulate.java @@ -3,6 +3,7 @@ public class Accumulate { + public static List accumulate(List list, UnaryOperator operator) { throw new UnsupportedOperationException("Please implement the Accumulate.accumulate() method."); } From aef9aa97791cee7eddb2c37ab318a09637227f56 Mon Sep 17 00:00:00 2001 From: Jagdish Prajapati Date: Sat, 27 Sep 2025 18:11:14 +0530 Subject: [PATCH 2/8] Update configlet.yml --- .github/workflows/configlet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/configlet.yml b/.github/workflows/configlet.yml index c730b5820..db8955be6 100644 --- a/.github/workflows/configlet.yml +++ b/.github/workflows/configlet.yml @@ -1,4 +1,4 @@ -name: Configlet +name: Configl on: pull_request: From 9f746a2440e42ffd359312dba69a0277d09be945 Mon Sep 17 00:00:00 2001 From: Jagdish Prajapati Date: Sat, 27 Sep 2025 18:12:24 +0530 Subject: [PATCH 3/8] Update Accumulate.java --- exercises/practice/accumulate/src/main/java/Accumulate.java | 1 - 1 file changed, 1 deletion(-) diff --git a/exercises/practice/accumulate/src/main/java/Accumulate.java b/exercises/practice/accumulate/src/main/java/Accumulate.java index 177c8dcba..4dc8b701d 100644 --- a/exercises/practice/accumulate/src/main/java/Accumulate.java +++ b/exercises/practice/accumulate/src/main/java/Accumulate.java @@ -3,7 +3,6 @@ public class Accumulate { - public static List accumulate(List list, UnaryOperator operator) { throw new UnsupportedOperationException("Please implement the Accumulate.accumulate() method."); } From 221eabbf6f7eba950e097caf9daa9f0eee8200db Mon Sep 17 00:00:00 2001 From: Jagdish Prajapati Date: Sat, 27 Sep 2025 18:13:45 +0530 Subject: [PATCH 4/8] Update config.json --- exercises/practice/allergies/.meta/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/practice/allergies/.meta/config.json b/exercises/practice/allergies/.meta/config.json index 5131edc5e..12239d3d8 100644 --- a/exercises/practice/allergies/.meta/config.json +++ b/exercises/practice/allergies/.meta/config.json @@ -1,7 +1,7 @@ { "authors": [], "contributors": [ - "c-thornton", + "c-thorntn", "FridaTveit", "jmluy", "jmrunkle", From 6f52ba22403451c4df4e65a0cb69ba96b15285c5 Mon Sep 17 00:00:00 2001 From: Jagdish Prajapati Date: Sat, 27 Sep 2025 18:15:11 +0530 Subject: [PATCH 5/8] Update instructions.md --- exercises/practice/beer-song/.docs/instructions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exercises/practice/beer-song/.docs/instructions.md b/exercises/practice/beer-song/.docs/instructions.md index 57429d8ab..ea62bf810 100644 --- a/exercises/practice/beer-song/.docs/instructions.md +++ b/exercises/practice/beer-song/.docs/instructions.md @@ -11,7 +11,8 @@ Take one down and pass it around, 98 bottles of beer on the wall. 98 bottles of beer on the wall, 98 bottles of beer. Take one down and pass it around, 97 bottles of beer on the wall. -97 bottles of beer on the wall, 97 bottles of beer. +97 bottles of beer on +the wall, 97 bottles of beer. Take one down and pass it around, 96 bottles of beer on the wall. 96 bottles of beer on the wall, 96 bottles of beer. From 72cebe8c9e5c8a7f75ed5069ef0974a8c1f0de11 Mon Sep 17 00:00:00 2001 From: Jagdish Prajapati Date: Mon, 29 Sep 2025 13:23:06 +0530 Subject: [PATCH 6/8] Update config.json --- exercises/practice/allergies/.meta/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/practice/allergies/.meta/config.json b/exercises/practice/allergies/.meta/config.json index 12239d3d8..d9d426861 100644 --- a/exercises/practice/allergies/.meta/config.json +++ b/exercises/practice/allergies/.meta/config.json @@ -3,7 +3,7 @@ "contributors": [ "c-thorntn", "FridaTveit", - "jmluy", + "jmlguy", "jmrunkle", "jtigger", "kytrinyx", From a6ace5b685bdac07df7aa66e234b731b02f2201a Mon Sep 17 00:00:00 2001 From: Jagdish Prajapati Date: Mon, 29 Sep 2025 13:24:24 +0530 Subject: [PATCH 7/8] Update instructions.md --- exercises/practice/beer-song/.docs/instructions.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/exercises/practice/beer-song/.docs/instructions.md b/exercises/practice/beer-song/.docs/instructions.md index ea62bf810..57429d8ab 100644 --- a/exercises/practice/beer-song/.docs/instructions.md +++ b/exercises/practice/beer-song/.docs/instructions.md @@ -11,8 +11,7 @@ Take one down and pass it around, 98 bottles of beer on the wall. 98 bottles of beer on the wall, 98 bottles of beer. Take one down and pass it around, 97 bottles of beer on the wall. -97 bottles of beer on -the wall, 97 bottles of beer. +97 bottles of beer on the wall, 97 bottles of beer. Take one down and pass it around, 96 bottles of beer on the wall. 96 bottles of beer on the wall, 96 bottles of beer. From 8ead8a1b3767a8646b2c11223f5b786e4f6a0567 Mon Sep 17 00:00:00 2001 From: Jagdish Prajapati Date: Mon, 29 Sep 2025 13:25:56 +0530 Subject: [PATCH 8/8] Update config.json --- exercises/practice/allergies/.meta/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/practice/allergies/.meta/config.json b/exercises/practice/allergies/.meta/config.json index d9d426861..5131edc5e 100644 --- a/exercises/practice/allergies/.meta/config.json +++ b/exercises/practice/allergies/.meta/config.json @@ -1,9 +1,9 @@ { "authors": [], "contributors": [ - "c-thorntn", + "c-thornton", "FridaTveit", - "jmlguy", + "jmluy", "jmrunkle", "jtigger", "kytrinyx",