Audit and update deprecation warnings#75813
Conversation
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat. If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix? Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
|
I am wondering if we should 'reset the clock' on these since they are not fully notified right now. |
|
I would support resetting the clock. Also, LGTM. |
|
I think we should "reset the clock" to give devs more time on these. |
While working on deprecations and dart fixes recently, I found that not all uses of deprecated API were receiving warnings. This is because the annotation must be applied to every use - constructors, parameters and field members.
I did a quick audit and found that some deprecated API is not fully warned, added where needed.
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.