Remove PackageName alias this to toString
The alias this was originally added to make the transition less painful, however due to an overload resolution bug, it makes it harder at the moment, as thje compiler prefers calling the deprecated `string` overloads over the `in PackageName` ones. So remove it and a few hacks along the way. |
---|
|
source/dub/commandline.d |
---|
source/dub/dependency.d |
---|
source/dub/dub.d |
---|
source/dub/packagemanager.d |
---|
source/dub/packagesuppliers/filesystem.d |
---|
source/dub/packagesuppliers/maven.d |
---|
source/dub/packagesuppliers/registry.d |
---|
source/dub/project.d |
---|
source/dub/recipe/sdl.d |
---|