dlang / dub

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

Make getDUBExePath returns a NativePath #2604

Closed Geod24 closed 1 year ago

Geod24 commented 1 year ago

Fairly simple diff. Trying to reduce dependency on string being used for paths. Note that no deprecation is necessary here, as this is an internal function (dub.internal.utils : getDUBExePath).

WebFreak001 commented 1 year ago

CI failure will be there for a while, since dmd master removed dip25, which breaks the dub tests