Deprecate Project.packageManager
There is no reason to expose the PackageManager through the Project.
In fact, the only two places it was used were in generators,
where the PackageManager was stored but never used.
The generators arguably should not have access to the PackageManager,
as all the Packages should have been loaded and handled to them
before the generation starts.
1 parent 56077da commit ca91f0c5acf97f88d1d2d50dfd83ddb0fdb40b21
@Mathias Lang Mathias Lang authored on 29 Dec 2023
The Dlang Bot committed on 29 Dec 2023
Showing 4 changed files
View
source/dub/commandline.d
View
source/dub/generators/build.d
View
source/dub/generators/visuald.d
View
source/dub/project.d