Skip to content

Commit

Permalink
pop-count: update metadata (#304)
Browse files Browse the repository at this point in the history
* Update the metadata for the `pop-count` exercise

* configlet fmt config.json

---------

Co-authored-by: Glenn Jackman <glenn.jackman@gmail.com>
  • Loading branch information
ErikSchierboom and glennj authored Nov 1, 2023
1 parent 76be026 commit 0bee523
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 19 deletions.
33 changes: 15 additions & 18 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"track_id": "tcl",
"language": "Tcl",
"slug": "tcl",
"active": true,
Expand Down Expand Up @@ -34,10 +33,6 @@
]
},
"exercises": {
"concept": [],
"foregone": [
"micro-blog"
],
"practice": [
{
"slug": "hello-world",
Expand Down Expand Up @@ -343,10 +338,10 @@
"practices": [],
"prerequisites": [],
"difficulty": 2,
"status": "deprecated",
"topics": [
"strings"
],
"status": "deprecated"
]
},
{
"slug": "space-age",
Expand Down Expand Up @@ -1607,21 +1602,23 @@
"slug": "killer-sudoku-helper",
"name": "Killer Sudoku Helper",
"uuid": "9e4e8c2f-7cf6-4660-a3bd-8998cd3e21fb",
"difficulty": 5,
"practices": [],
"prerequisites": []
"prerequisites": [],
"difficulty": 5
},
{
"slug": "pop-count",
"name": "Pop Count",
"name": "Eliud's Eggs",
"uuid": "363f80a2-0fdb-4e8d-a3cf-048d5b8e9a3d",
"difficulty": 3,
"practices": [],
"prerequisites": []
"prerequisites": [],
"difficulty": 3
}
],
"foregone": [
"micro-blog"
]
},
"concepts": [],
"key_features": [
{
"title": "General Purpose",
Expand Down Expand Up @@ -1655,15 +1652,15 @@
}
],
"tags": [
"paradigm/procedural",
"paradigm/object_oriented",
"execution_mode/interpreted",
"paradigm/functional",
"paradigm/imperative",
"typing/dynamic",
"execution_mode/interpreted",
"platform/windows",
"paradigm/object_oriented",
"paradigm/procedural",
"platform/linux",
"platform/mac",
"platform/windows",
"typing/dynamic",
"used_for/cross_platform_development",
"used_for/embedded_systems",
"used_for/guis",
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/pop-count/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
".meta/example.tcl"
]
},
"blurb": "Count the 1 bits in a number",
"blurb": "Help Eluid 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"
}

0 comments on commit 0bee523

Please sign in to comment.