dlang / dub

Package and build management system for D
MIT License
678 stars 227 forks source link

Deprecate an unused PackageManager.getPackage ovrld #2474

Closed Geod24 closed 2 years ago

Geod24 commented 2 years ago

This overload is not used anywhere in dub, and its use case is not clear. Path where packages are stored should ideally be only known to PackageManager, and the API should expose PlacementLocation instead of bare NativePath. With this in mind, this overload doesn't fit the picture.