From 76fffaccd78dda896a05f248d0e200862ff59371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20B=20Nagy?= <20251272+BNAndras@users.noreply.github.com> Date: Wed, 22 Jul 2026 22:45:27 -0700 Subject: [PATCH] Deprecate `accumulate` and `diffie-hellman` --- .gitattributes | 2 ++ config.json | 38 ++++++++++++++++---------------------- 2 files changed, 18 insertions(+), 22 deletions(-) diff --git a/.gitattributes b/.gitattributes index 5681efbe..852f9777 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,8 @@ * text=auto *.sh text eol=lf +*.json text eol=lf + *.vb text *.jpg binary diff --git a/config.json b/config.json index bae1800a..53040c17 100644 --- a/config.json +++ b/config.json @@ -81,6 +81,7 @@ "practices": [], "prerequisites": [], "difficulty": 1, + "status": "deprecated", "topics": [ "math" ] @@ -1054,23 +1055,18 @@ "slug": "accumulate", "name": "Accumulate", "uuid": "b2e12f15-5cae-4848-9ee8-2e1b0992b69c", - "practices": [ - "lambdas", - "foreach", - "yield" - ], - "prerequisites": [ - "lambdas", - "generic-types", - "foreach", - "enumerables", - "extension-methods" - ], + "practices": [], + "prerequisites": [], "difficulty": 5, + "status": "deprecated", "topics": [ - "extension_methods", + "foreach", + "enumerables", + "extension-methods", + "lambdas", "sequences", - "transforming" + "transforming", + "yield" ] }, { @@ -1531,17 +1527,15 @@ "slug": "diffie-hellman", "name": "Diffie-Hellman", "uuid": "b561168e-835b-4301-b30c-0ff0970e4e35", - "practices": [ - "randomness", - "big-integers", - "math-operators" - ], - "prerequisites": [ + "practices": [], + "prerequisites": [], + "difficulty": 7, + "status": "deprecated", + "topics": [ "randomness", "big-integers", "math-operators" - ], - "difficulty": 7 + ] }, { "slug": "poker",