-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[DI] deprecate the strict attribute #21058
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
Conversation
xabbuh
commented
Dec 27, 2016
Q | A |
---|---|
Branch? | master |
Bug fix? | no |
New feature? | no |
BC breaks? | no |
Deprecations? | yes |
Tests pass? | yes |
Fixed tickets | #20938 (comment) |
License | MIT |
Doc PR |
👍 |
My concerns are here: #20938 (comment) |
👍 |
if they need to support both 2.x and 4.x, they cannot rely on the 👍 about this. |
Thank you @xabbuh. |
This PR was merged into the 3.3-dev branch. Discussion ---------- [DI] deprecate the strict attribute | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | yes | Tests pass? | yes | Fixed tickets | #20938 (comment) | License | MIT | Doc PR | Commits ------- 49cb4db [DI] deprecate the strict attribute
This PR was merged into the 3.3-dev branch. Discussion ---------- add missing changelog for deprecated strict attribute | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - since #21058, 3.3 triggers a deprecation when using the strict attribute. luckily wouter managed to find the reason and we figured out we can simply delete the attribute. having an upgrade file entry would make it easier to find the reason for the deprecation and be sure what to do. (assuming i understood the implications correctly) Commits ------- 2c5f879 add missing changelog for deprecated strict attribute