From 232844cebc9e31d1374a2535285a829f2b477aa3 Mon Sep 17 00:00:00 2001 From: Carl Gay Date: Tue, 5 Mar 2024 13:41:38 -0500 Subject: [PATCH 1/2] Remove hash-algorithms submodule It's not used by Open Dylan and there is no longer a need to bundle libraries unless they're directly needed by OD. --- .gitmodules | 3 --- Makefile.in | 3 +-- sources/lib/hash-algorithms | 1 - sources/registry/generic/hash-algorithms | 1 - sources/registry/generic/hash-algorithms-test | 1 - 5 files changed, 1 insertion(+), 8 deletions(-) delete mode 160000 sources/lib/hash-algorithms delete mode 100644 sources/registry/generic/hash-algorithms delete mode 100644 sources/registry/generic/hash-algorithms-test diff --git a/.gitmodules b/.gitmodules index dfc7c07680..6a7d93cd0e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,9 +16,6 @@ [submodule "sources/lib/logging"] path = sources/lib/logging url = https://github.com/dylan-lang/logging.git -[submodule "sources/lib/hash-algorithms"] - path = sources/lib/hash-algorithms - url = https://github.com/dylan-lang/hash-algorithms.git [submodule "sources/lib/testworks"] path = sources/lib/testworks url = https://github.com/dylan-lang/testworks.git diff --git a/Makefile.in b/Makefile.in index 00cdba31ca..aec76cc7d4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -374,8 +374,7 @@ TEST_LIBS = \ variable-search-tests \ command-line-parser-test-suite \ logging-test-suite \ - regular-expressions-test-suite \ - hash-algorithms-test + regular-expressions-test-suite TEST_LOADS = $(shell for lib in $(TEST_LIBS); do echo "--load lib$${lib}.@shrext@ "; done) diff --git a/sources/lib/hash-algorithms b/sources/lib/hash-algorithms deleted file mode 160000 index 1dfdc590f8..0000000000 --- a/sources/lib/hash-algorithms +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1dfdc590f8c38ae63be7f013e94b01cccaa0310d diff --git a/sources/registry/generic/hash-algorithms b/sources/registry/generic/hash-algorithms deleted file mode 100644 index 12e0c3ace5..0000000000 --- a/sources/registry/generic/hash-algorithms +++ /dev/null @@ -1 +0,0 @@ -abstract://dylan/lib/hash-algorithms/hash-algorithms.lid diff --git a/sources/registry/generic/hash-algorithms-test b/sources/registry/generic/hash-algorithms-test deleted file mode 100644 index 9aa0eea928..0000000000 --- a/sources/registry/generic/hash-algorithms-test +++ /dev/null @@ -1 +0,0 @@ -abstract://dylan/lib/hash-algorithms/test/hash-algorithms-test.lid From 04ec219e00fb57acf83c9636faedfe73ad09935e Mon Sep 17 00:00:00 2001 From: Carl Gay Date: Tue, 5 Mar 2024 13:44:33 -0500 Subject: [PATCH 2/2] Remove logging submodule It's not used by Open Dylan and there is no longer a need to bundle libraries unless they're directly needed by OD. --- .gitmodules | 3 --- Makefile.in | 1 - sources/lib/logging | 1 - sources/registry/generic/logging | 1 - sources/registry/generic/logging-test-suite | 1 - sources/registry/generic/logging-test-suite-app | 1 - 6 files changed, 8 deletions(-) delete mode 160000 sources/lib/logging delete mode 100644 sources/registry/generic/logging delete mode 100644 sources/registry/generic/logging-test-suite delete mode 100644 sources/registry/generic/logging-test-suite-app diff --git a/.gitmodules b/.gitmodules index 6a7d93cd0e..fd68f304ab 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,9 +13,6 @@ [submodule "sources/lib/strings"] path = sources/lib/strings url = https://github.com/dylan-lang/strings.git -[submodule "sources/lib/logging"] - path = sources/lib/logging - url = https://github.com/dylan-lang/logging.git [submodule "sources/lib/testworks"] path = sources/lib/testworks url = https://github.com/dylan-lang/testworks.git diff --git a/Makefile.in b/Makefile.in index aec76cc7d4..6177e1ceeb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -373,7 +373,6 @@ TEST_LIBS = \ channels-test-suite \ variable-search-tests \ command-line-parser-test-suite \ - logging-test-suite \ regular-expressions-test-suite TEST_LOADS = $(shell for lib in $(TEST_LIBS); do echo "--load lib$${lib}.@shrext@ "; done) diff --git a/sources/lib/logging b/sources/lib/logging deleted file mode 160000 index dbc1c65ed0..0000000000 --- a/sources/lib/logging +++ /dev/null @@ -1 +0,0 @@ -Subproject commit dbc1c65ed06362b7c4b77d69231f4a7a12584fc9 diff --git a/sources/registry/generic/logging b/sources/registry/generic/logging deleted file mode 100644 index 2f675e8158..0000000000 --- a/sources/registry/generic/logging +++ /dev/null @@ -1 +0,0 @@ -abstract://dylan/lib/logging/logging.lid diff --git a/sources/registry/generic/logging-test-suite b/sources/registry/generic/logging-test-suite deleted file mode 100644 index 524badb3e8..0000000000 --- a/sources/registry/generic/logging-test-suite +++ /dev/null @@ -1 +0,0 @@ -abstract://dylan/lib/logging/tests/logging-test-suite.lid diff --git a/sources/registry/generic/logging-test-suite-app b/sources/registry/generic/logging-test-suite-app deleted file mode 100644 index 549d588b37..0000000000 --- a/sources/registry/generic/logging-test-suite-app +++ /dev/null @@ -1 +0,0 @@ -abstract://dylan/lib/logging/tests/logging-test-suite-app.lid