Skip to content

Commit

Permalink
Remove workaround for ancient DUB versions and old vibe.d directory s…
Browse files Browse the repository at this point in the history
…tructure.

Currently results in warnings during the build.
  • Loading branch information
s-ludwig committed Mar 3, 2024
1 parent ea777dd commit 97613ea
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ dependency ":mail" version="*"
targetType "library"
targetName "vibed"

// NOTE: "lib" is a path with no D sources to work around an issue in DUB 1.0.0
// and below that results in the standard "source/" path to be added even
// if an explicit "sourcePaths" directive is given.
sourcePaths "lib"
sourceFiles "source/vibe/d.d" "source/vibe/vibe.d"

x:ddoxFilterArgs "--unittest-examples" "--min-protection=Protected"\
"--ex" "vibe.container.internal." "--ex" "vibe.data.internal."\
"--ex" "vibe.internal." "--ex" "vibe.web.internal." "--ex" "diet.internal"\
Expand Down

0 comments on commit 97613ea

Please sign in to comment.