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

PackageManager: Don't use deprecated interface to PackageOverride #2584

Merged
merged 1 commit into from Feb 13, 2023

Conversation

Geod24
Copy link
Member

@Geod24 Geod24 commented Feb 9, 2023

This should trigger a deprecation message with DMD, but doesn't. On the other hand, it triggers a linker error on GDC.

Related to #2577
@ximion : Could you test this ?

This should trigger a deprecation message with DMD, but doesn't.
On the other hand, it triggers a linker error on GDC.
@Geod24 Geod24 requested a review from ibuclaw February 9, 2023 10:18
@ibuclaw
Copy link
Member

ibuclaw commented Feb 9, 2023

This should trigger a deprecation message with DMD

Because the deprecation is gagged. Try building dub with -de and you'll get the same build error as gdc.

@Geod24
Copy link
Member Author

Geod24 commented Feb 9, 2023

Should it be gagged ? If so, why ?

@ibuclaw
Copy link
Member

ibuclaw commented Feb 9, 2023

Should it be gagged ? If so, why ?

Because it is template matching? Haven't looked into the weeds of it though.

@Geod24 Geod24 merged commit 581d8d8 into dlang:stable Feb 13, 2023
@Geod24 Geod24 deleted the remove-deprecated-but-not-showed branch February 13, 2023 11:14
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

Successfully merging this pull request may close these issues.

None yet

2 participants