dlang-community / D-Scanner

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

don't use deprecated properties #894

Closed Moth-Tolias closed 1 year ago

Moth-Tolias commented 1 year ago

this silences some of the deprecation warnings emitted when building.

Moth-Tolias commented 1 year ago

should work now?

Moth-Tolias commented 1 year ago

oh dear, that doesn't look right...

Moth-Tolias commented 1 year ago

now tested to work with dub upgrade.

WebFreak001 commented 1 year ago

you forgot to set the exact version to use when compiling D-Scanner as executable in dub.selections.json

the version range in dub.json is for library users to support multiple libdparse versions

nvm you are not upgrading libdparse

WebFreak001 commented 1 year ago

it seems that the new dsymbol versions doesn't work with old libdparse versions, you probably have to bump the minimum libdparse version some more.

Moth-Tolias commented 1 year ago

if it doesn't work this time i will become jokerfied