dlang-community / D-Scanner

Swiss-army knife for D source code
Boost Software License 1.0
238 stars 80 forks source link

Add dub.selections.json, upgrade libdparse 0.22.0 #892

Closed WebFreak001 closed 1 year ago

WebFreak001 commented 1 year ago

Note: currently a warning is emitted when building, because dscanner now depends on libdparse 0.22.0, but dsymbol doesn't support it officially yet. We just force it with dub.selections.json to build with 0.22.0 for executable builds.

Upgrades libdparse and DCD to the versions also specified in dub.selections.json, for consistency

cc @RazvanN7