Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tons of deprecations with DMD 2.094 #307

Open
joelcnz opened this issue Sep 29, 2020 · 2 comments
Open

Tons of deprecations with DMD 2.094 #307

joelcnz opened this issue Sep 29, 2020 · 2 comments

Comments

@joelcnz
Copy link

joelcnz commented Sep 29, 2020

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

@joelcnz joelcnz changed the title Tons of deprecations with DMD 2.094 (dub anyway) Tons of deprecations with DMD 2.094 Sep 29, 2020
@MikeWey
Copy link
Member

MikeWey commented Sep 29, 2020

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
Copy link

I am affected by this as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants