Skip to content

Commit 5f3c4f7

Browse files
colinleachColin Leach
andauthored
Move deprecation (#867)
* concepts.wip exercises changed to deprecated * Revert "concepts.wip exercises changed to deprecated" This reverts commit 28f91a8. * Change annelyns-infiltration slug for old version * Revert "Change annelyns-infiltration slug for old version" This reverts commit 09dfe5d. * top-level deprecation of `old-annalyns-infiltration` --------- Co-authored-by: Colin Leach <[email protected]>
1 parent 7be9298 commit 5f3c4f7

File tree

9 files changed

+22
-12
lines changed

9 files changed

+22
-12
lines changed

config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,14 @@
188188
"loops"
189189
],
190190
"status": "wip"
191+
},
192+
{
193+
"slug": "old-annalyns-infiltration",
194+
"name": "Old Annalyn's Infiltration",
195+
"uuid": "05cfc609-3a14-479a-b6fa-6d2a53ad111c",
196+
"concepts": [],
197+
"prerequisites": [],
198+
"status": "deprecated"
191199
}
192200
],
193201
"practice": [

exercises/concept/old-annalyns-infiltration/.docs/hints.md

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
{
2-
"blurb": "Learn about boolean expressions by implementing the quest logic for a new RPG.",
3-
"language_versions": "≥1.0",
2+
"authors": [
3+
"SaschaMann"
4+
],
5+
"contributors": [
6+
"cmcaine"
7+
],
48
"files": {
5-
"exemplar": [
6-
".meta/exemplar.jl"
9+
"solution": [
10+
"game.jl"
711
],
812
"test": [
913
"runtests.jl"
1014
],
11-
"solution": [
12-
"game.jl"
15+
"exemplar": [
16+
".meta/exemplar.jl"
1317
]
1418
},
15-
"contributors": [
16-
"cmcaine"
17-
],
18-
"authors": [
19-
"SaschaMann"
19+
"language_versions": "≥1.0",
20+
"forked_from": [
21+
"javascript/annalyns-infiltration"
2022
],
21-
"forked_from": ["javascript/annalyns-infiltration"]
23+
"blurb": "Learn about boolean expressions by implementing the quest logic for a new RPG."
2224
}

0 commit comments

Comments
 (0)