-
Notifications
You must be signed in to change notification settings - Fork 20.5k
Deprecated: Drop size and andSelf methods #1822
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
|
Depracated -> Deprecated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you deleting the file, why not delete the file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This serves as a place to dump deprecated stuff in the future. If I remove this file, I need to remove all configuration related to the deprecated module, this will affect what you can pass to the build script etc.
IMO it makes sense only if we don't plan to use this file in the future at all.
I've corrected it almost immediately after submitting this PR. Is there anything left? |
|
That was it from me. The patch itself looked fine. I also noticed the empty module, but based on the current system for custom builds, it seemed fine. Once there's a more visual builder, it won't make sense to show an option for an empty module though. |
|
LGTM as well. Since @mzgol already added patches and warnings for these to jQuery Migrate we're good there as well. We do need a new release of it though. I'd rather keep the empty module in for now, we may decide to move some things into deprecated and it would be a pain to have to put it all back. |
|
@mzgol in the future, if i ask or purpose something, could you wait until my response before going ahead? |
OK. I went ahead because others opted specifically for this way of handling this file. |
(cherry-picked from f110360) Fixes jquerygh-1749 Closes jquerygh-1822
Fixes gh-1749