Deprecate `PackageManager.refresh(true)`, only expose `refresh()`
It is not actually used, as all call sites but two use false as an argument.
The two calls using true are inside a constructor, meaning there will be no
pre-existing packages, so whether true or false is passed will have
the same effect / result.
1 parent 2af9a81 commit a284d97636f746129d47a594115a8ec12986d954
@Geod24 Geod24 authored on 19 Oct 2022
The Dlang Bot committed on 19 Oct 2022
Showing 2 changed files
View
source/dub/packagemanager.d
View
source/dub/project.d