-
Notifications
You must be signed in to change notification settings - Fork 22.6k
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
Remove all obsolete macros and all obs/depr version #4509
Conversation
PS There is also a |
These should just be rendered out at some point. I think it is included on a list of macros to render out first. The devs were going to deal with this one, IIRC. So I'd just leave it for now. |
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.
LGTM; thanks @hamishwillee !
This replaces all obsolete_inline and obsolete_header macros with the deprecated equivalents. It also removes any version string from any deprecated_inline or deprecated header macros. This follows on from #4467
FYI @chrisdavidmills