dlang / dub

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

dub doesn't emit dub.selections.json when compiling a subpackage explicitly #2580

Open atilaneves opened 1 year ago

atilaneves commented 1 year ago

This results in rebuilds from scratch every time. To reproduce, clone sdc and type dub build :sdfmt. No dub.selections.json is generated, and because of that (and despite the fact that the only dependencies are in this very repo), typing dub build :sdfmt a 2nd time causes a rebuild.