From 3a56f4dcd5b0a45f1c48b3aa3f96dc130ec12f41 Mon Sep 17 00:00:00 2001 From: Glenn Jackman Date: Wed, 10 Sep 2025 08:27:23 -0400 Subject: [PATCH 1/2] Enable learning mode --- config.json | 11 ++++------- exercises/concept/vehicle-purchase/.meta/config.json | 4 ++++ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/config.json b/config.json index eff52c5..1549f21 100644 --- a/config.json +++ b/config.json @@ -3,7 +3,7 @@ "slug": "awk", "active": true, "status": { - "concept_exercises": false, + "concept_exercises": true, "test_runner": true, "representer": false, "analyzer": false @@ -41,8 +41,7 @@ "concepts": [ "fundamentals" ], - "prerequisites": [], - "status": "wip" + "prerequisites": [] }, { "slug": "simple-report", @@ -53,8 +52,7 @@ ], "prerequisites": [ "fundamentals" - ], - "status": "wip" + ] }, { "slug": "vehicle-purchase", @@ -65,8 +63,7 @@ ], "prerequisites": [ "fundamentals" - ], - "status": "wip" + ] } ], "practice": [ diff --git a/exercises/concept/vehicle-purchase/.meta/config.json b/exercises/concept/vehicle-purchase/.meta/config.json index a66ccde..e594488 100644 --- a/exercises/concept/vehicle-purchase/.meta/config.json +++ b/exercises/concept/vehicle-purchase/.meta/config.json @@ -2,6 +2,10 @@ "authors": [ "glennj" ], + "contributors": [ + "IsaacG", + "kotp" + ], "files": { "solution": [ "vehicle-purchase.awk" From b5650e291a5af0cd51a8586c834b5563dcc877c4 Mon Sep 17 00:00:00 2001 From: Glenn Jackman Date: Wed, 10 Sep 2025 08:34:59 -0400 Subject: [PATCH 2/2] fix exercise title --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 1549f21..55c2a4c 100644 --- a/config.json +++ b/config.json @@ -56,7 +56,7 @@ }, { "slug": "vehicle-purchase", - "name": "vehicle-purchase", + "name": "Vehicle Purchase", "uuid": "9e4e4ec3-ee4e-4f66-8fe2-fd10ede24df7", "concepts": [ "patterns"