Skip to content

Commit

Permalink
info: move accumulate to deprecated exercises (#497)
Browse files Browse the repository at this point in the history
With this commit, `configlet info` no longer includes the `accumulate`
exercise in the list of exercises that a track could implement from the
`exercism/problem-specifications` repo.

Upstream:
exercism/problem-specifications@574c14b34021
  • Loading branch information
ee7 authored Jan 19, 2022
1 parent 93c431d commit 9296b43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/info/prob_specs_exercises.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"last_updated": "2021-12-18T05:00:00Z",
"problem_specifications_commit_ref": "ba9e4ed606f1ecb4206e1ee48471a37999cdc0cf",
"last_updated": "2022-01-17T05:00:00Z",
"problem_specifications_commit_ref": "574c14b34021cddca5e34f53c1326fafb80d28d8",
"exercises": {
"with_canonical_data": [
"accumulate",
"acronym",
"affine-cipher",
"all-your-base",
Expand Down Expand Up @@ -135,6 +134,7 @@
"tree-building"
],
"deprecated": [
"accumulate",
"binary",
"counter",
"hexadecimal",
Expand Down

0 comments on commit 9296b43

Please sign in to comment.