From 6fd28213888acd57a52d237abcceb28c73a71aa4 Mon Sep 17 00:00:00 2001 From: Thalia Archibald Date: Wed, 7 Feb 2024 17:50:36 -0800 Subject: [PATCH] Remove fork of scala/andreal2000 The upstream repo has now adopted the grafted history from the fork. See https://github.com/wspace/corpus/issues/4#issuecomment-1922620959 --- README.md | 2 +- scala/andreal2000/WhitespaceEvaluator | 2 +- scala/andreal2000/project.json | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d2c61545..e211a3f0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ language, including interpreters, compilers, and programs. | Name | Authors | Languages | Tags | Date | Source | | --------------------------------------------- | ---------------- | ---------- | ------------ | ---------- | ------ | -| [Whitespace Evaluator](scala/andreal2000) | Andrea Longoni | Scala | interpreter | 2024-01-21 | [GitHub](https://github.com/Andreal2000/WhitespaceEvaluator), [GitHub Gist](https://gist.github.com/Andreal2000/8d876ba97b70240b50b68e5993119584), [GitHub](https://github.com/wspace/andreal2000-scala) | +| [Whitespace Evaluator](scala/andreal2000) | Andrea Longoni | Scala | interpreter | 2024-01-21 | [GitHub](https://github.com/Andreal2000/WhitespaceEvaluator), [GitHub Gist](https://gist.github.com/Andreal2000/8d876ba97b70240b50b68e5993119584) | | [prime-whitespace](whitespace/nepetaiscute-prime) | nepeta | Whitespace | programs | 2022-12-15 | [GitHub](https://github.com/NEPETAISCUTE/prime-whitespace) | | [wspace-coq](coq/thaliaarchi-wscoq) | Thalia Archibald | Coq | interpreter, formalism | 2022-12-14 | [GitHub](https://github.com/thaliaarchi/wscoq) | | [AdventOfCode2022.ws](whitespace/lukepebody-advent-of-code) | Luke Pebody | Whitespace, Python | programs, interpreter, assembler | 2022-12-14 | [GitHub](https://github.com/LukePebody/AdventOfCode2022.ws) | diff --git a/scala/andreal2000/WhitespaceEvaluator b/scala/andreal2000/WhitespaceEvaluator index 6feee1bf..6d323648 160000 --- a/scala/andreal2000/WhitespaceEvaluator +++ b/scala/andreal2000/WhitespaceEvaluator @@ -1 +1 @@ -Subproject commit 6feee1bf06e3337602b7ddf949a2c229fc2528c6 +Subproject commit 6d3236489497785e341ce44d2b95d36f78afe19e diff --git a/scala/andreal2000/project.json b/scala/andreal2000/project.json index 2f7f87be..120b2c72 100644 --- a/scala/andreal2000/project.json +++ b/scala/andreal2000/project.json @@ -9,8 +9,7 @@ "spec_version": "0.3", "source": [ "https://github.com/Andreal2000/WhitespaceEvaluator", - "https://gist.github.com/Andreal2000/8d876ba97b70240b50b68e5993119584", - "https://github.com/wspace/andreal2000-scala" + "https://gist.github.com/Andreal2000/8d876ba97b70240b50b68e5993119584" ], "submodules": [{ "path": "WhitespaceEvaluator", "url": "https://github.com/Andreal2000/WhitespaceEvaluator" }], "assembly": {