Skip to content

Commit

Permalink
Merge pull request #2791 from vibe-d/remove_workaround
Browse files Browse the repository at this point in the history
Remove workaround for ancient DUB versions and old vibe.d directory structure
  • Loading branch information
s-ludwig authored Mar 3, 2024
2 parents ea777dd + 97613ea commit 7ea145c
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 7ea145c

Please sign in to comment.