Turn deprecation into error for privately imported symbols#9393
Turn deprecation into error for privately imported symbols#9393dlang-bot merged 2 commits intodlang:masterfrom
Conversation
|
Thanks for your pull request and interest in making D better, @RazvanN7! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please see CONTRIBUTING.md for more information. If you have addressed all reviews or aren't sure how to proceed, don't hesitate to ping us with a simple comment. Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub fetch digger
dub run digger -- build "master + dmd#9393" |
|
To we really want to do this before all |
|
Perhaps it's time to notify the owners of the projects that fail to build in buildkit, or start making PRs to those projects. |
|
Needs a short changelog entry, s.t. it's easier to for users to find potential problems when upgrading and knowing in which version the change was introduced. |
|
So... I've made PRs to fix all the failing projects (or dependencies of failing projects); now we have to wait for the authors to merge and push new tags |
FYI: if they don't respond within a reasonable time frame (typically three days or so), we can remove these projects from buildkite. We have done this before for semi-dead projects. |
|
Ocean just released a new version yesterday with @razvan's fix, so this is only missing a changelog entry to be good to go. |
|
There are a couple of more places where a similar deprecation is emitted. grep for |
ca416f1 to
0974df2
Compare
0974df2 to
79d098f
Compare
|
Changelog entry added. |
Yeah, I got 8 hits. |
Those can be treated in subsequent PRs as they deprecate in slightly different situations. |
OK, lets not keep this waiting. |
No description provided.