Skip to content

Commit

Permalink
Remove deprecated modules
Browse files Browse the repository at this point in the history
They have been deprecated for a while and Ocean is currently on a rolling release.
  • Loading branch information
Geod24 committed Oct 2, 2023
1 parent 8efbcae commit e51739f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 64 deletions.
5 changes: 2 additions & 3 deletions Build.mak
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,5 @@ $O/%unittests: override LDFLAGS += -lglib-2.0 -lpcre -lxml2 -lxslt -lebtree \
-lssl -lcrypto

# Remove deprecated modules from testing:
TEST_FILTER_OUT += \
$C/src/ocean/stdc/string.d \
$C/src/ocean/util/log/LayoutDate.d
#TEST_FILTER_OUT += \
$C/src/ocean/path/to/module.d
5 changes: 0 additions & 5 deletions dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ systemDependencies "Depending on the component used you might need one of the fo
importPaths "src"
targetType "sourceLibrary"

// Add deprecated source files to the following exclusion list
excludedSourceFiles \
"src/ocean/stdc/string.d" \
"src/ocean/util/log/LayoutDate.d"

configuration "unittest" {
excludedSourceFiles "src/ocean/core/UnitTestRunner.d"
libs "glib-2.0" "pcre" "ebtree" "readline" "lzo2" "gcrypt" "gpg-error" "crypto" "ssl"
Expand Down
35 changes: 0 additions & 35 deletions src/ocean/stdc/string.d

This file was deleted.

21 changes: 0 additions & 21 deletions src/ocean/util/log/LayoutDate.d

This file was deleted.

0 comments on commit e51739f

Please sign in to comment.