Tons of deprecations with DMD 2.094
Opened this issue · 2 comments
joelcnz commented
Seem just to be this kind of error:
../../../.dub/packages/gtk-d-3.9.0/gtk-d/generated/sourceview/gsv/c/functions.d(248,2): Deprecation: template gtkd.Loader.Linker.link(T)(ref T funct, string symbol, LIBRARY[] libraries...) is deprecated - Use the LIBRARY_* symbols defined for each package, instead of gtkd.paths.LIBRARY
MikeWey commented
It looks like a regression in dmd, moving the deprecated functions to the bottom of the struct atleast fixes the warnings for me.
See also: 7c49a3b
tsbockman commented
I am affected by this as well.