Skip to content

Commit 7175ead

Browse files
committed
Deprecate PackageManager.completeSearchPath
It is no longer used within the PackageManager and leaks quite a bit of the internals, instead users should have functionalities exposed via the PackageManager's API.
1 parent 4762204 commit 7175ead

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/dub/packagemanager.d

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ class PackageManager {
110110

111111
/** Returns the effective list of search paths, including default ones.
112112
*/
113+
deprecated("Use the `PackageManager` facilities instead")
113114
@property const(NativePath)[] completeSearchPath()
114115
const {
115116
auto ret = appender!(const(NativePath)[])();

0 commit comments

Comments
 (0)