From 8b8c1ab0f16372fcf7a99aed11e0595bee351b25 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Fri, 2 Feb 2024 14:23:52 +0100 Subject: [PATCH] Rename the `pop-count` exercise to `eliuds-eggs`. --- config.json | 2 +- .../practice/{pop-count => eliuds-eggs}/.docs/instructions.md | 0 .../practice/{pop-count => eliuds-eggs}/.docs/introduction.md | 0 exercises/practice/{pop-count => eliuds-eggs}/.meta/config.json | 2 +- exercises/practice/{pop-count => eliuds-eggs}/.meta/example.tcl | 0 exercises/practice/{pop-count => eliuds-eggs}/.meta/tests.toml | 0 exercises/practice/{pop-count => eliuds-eggs}/bats-extra.bash | 0 exercises/practice/{pop-count => eliuds-eggs}/pop-count.tcl | 0 exercises/practice/{pop-count => eliuds-eggs}/pop-count.test | 0 exercises/practice/{pop-count => eliuds-eggs}/testHelpers.tcl | 0 10 files changed, 2 insertions(+), 2 deletions(-) rename exercises/practice/{pop-count => eliuds-eggs}/.docs/instructions.md (100%) rename exercises/practice/{pop-count => eliuds-eggs}/.docs/introduction.md (100%) rename exercises/practice/{pop-count => eliuds-eggs}/.meta/config.json (86%) rename exercises/practice/{pop-count => eliuds-eggs}/.meta/example.tcl (100%) rename exercises/practice/{pop-count => eliuds-eggs}/.meta/tests.toml (100%) rename exercises/practice/{pop-count => eliuds-eggs}/bats-extra.bash (100%) rename exercises/practice/{pop-count => eliuds-eggs}/pop-count.tcl (100%) rename exercises/practice/{pop-count => eliuds-eggs}/pop-count.test (100%) rename exercises/practice/{pop-count => eliuds-eggs}/testHelpers.tcl (100%) diff --git a/config.json b/config.json index 2d722569..3a6340ef 100644 --- a/config.json +++ b/config.json @@ -1609,7 +1609,7 @@ "difficulty": 5 }, { - "slug": "pop-count", + "slug": "eliuds-eggs", "name": "Eliud's Eggs", "uuid": "363f80a2-0fdb-4e8d-a3cf-048d5b8e9a3d", "practices": [], diff --git a/exercises/practice/pop-count/.docs/instructions.md b/exercises/practice/eliuds-eggs/.docs/instructions.md similarity index 100% rename from exercises/practice/pop-count/.docs/instructions.md rename to exercises/practice/eliuds-eggs/.docs/instructions.md diff --git a/exercises/practice/pop-count/.docs/introduction.md b/exercises/practice/eliuds-eggs/.docs/introduction.md similarity index 100% rename from exercises/practice/pop-count/.docs/introduction.md rename to exercises/practice/eliuds-eggs/.docs/introduction.md diff --git a/exercises/practice/pop-count/.meta/config.json b/exercises/practice/eliuds-eggs/.meta/config.json similarity index 86% rename from exercises/practice/pop-count/.meta/config.json rename to exercises/practice/eliuds-eggs/.meta/config.json index af75dff7..ccb4de32 100644 --- a/exercises/practice/pop-count/.meta/config.json +++ b/exercises/practice/eliuds-eggs/.meta/config.json @@ -13,7 +13,7 @@ ".meta/example.tcl" ] }, - "blurb": "Help Eluid count the number of eggs in her chicken coop by counting the number of 1 bits in a binary representation.", + "blurb": "Help Eliud count the number of eggs in her chicken coop by counting the number of 1 bits in a binary representation.", "source": "Christian Willner, Eric Willigers", "source_url": "https://forum.exercism.org/t/new-exercise-suggestion-pop-count/7632/5" } diff --git a/exercises/practice/pop-count/.meta/example.tcl b/exercises/practice/eliuds-eggs/.meta/example.tcl similarity index 100% rename from exercises/practice/pop-count/.meta/example.tcl rename to exercises/practice/eliuds-eggs/.meta/example.tcl diff --git a/exercises/practice/pop-count/.meta/tests.toml b/exercises/practice/eliuds-eggs/.meta/tests.toml similarity index 100% rename from exercises/practice/pop-count/.meta/tests.toml rename to exercises/practice/eliuds-eggs/.meta/tests.toml diff --git a/exercises/practice/pop-count/bats-extra.bash b/exercises/practice/eliuds-eggs/bats-extra.bash similarity index 100% rename from exercises/practice/pop-count/bats-extra.bash rename to exercises/practice/eliuds-eggs/bats-extra.bash diff --git a/exercises/practice/pop-count/pop-count.tcl b/exercises/practice/eliuds-eggs/pop-count.tcl similarity index 100% rename from exercises/practice/pop-count/pop-count.tcl rename to exercises/practice/eliuds-eggs/pop-count.tcl diff --git a/exercises/practice/pop-count/pop-count.test b/exercises/practice/eliuds-eggs/pop-count.test similarity index 100% rename from exercises/practice/pop-count/pop-count.test rename to exercises/practice/eliuds-eggs/pop-count.test diff --git a/exercises/practice/pop-count/testHelpers.tcl b/exercises/practice/eliuds-eggs/testHelpers.tcl similarity index 100% rename from exercises/practice/pop-count/testHelpers.tcl rename to exercises/practice/eliuds-eggs/testHelpers.tcl