dlang / dub

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

Replace all instances of mkdirRecurse with ensureDir #2530

Closed Geod24 closed 2 years ago

Geod24 commented 2 years ago

All usages actually want to ensure the directory is present, and don't care about having a separation between existence check and creation.