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.
This results in rebuilds from scratch every time. To reproduce, clone sdc and type
dub build :sdfmt
. Nodub.selections.json
is generated, and because of that (and despite the fact that the only dependencies are in this very repo), typingdub build :sdfmt
a 2nd time causes a rebuild.