Skip to content
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

Deprecate #newMethod:header: with rewritting to #basicNew:header: #16375

Merged
merged 2 commits into from
Apr 2, 2024
Merged

Deprecate #newMethod:header: with rewritting to #basicNew:header: #16375

merged 2 commits into from
Apr 2, 2024

Commits on Mar 29, 2024

  1. Add deprecation: #newMethod:header to replace by #basicNew:header

    Inao0 authored and Inao0 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    20ced9b View commit details
    Browse the repository at this point in the history
  2. Fix the deprecation.

    The direct call to the primitive is removed, because otherwise as long as it works the deprecation will never be applied.
    The deprecated methods now rewrites the call site and then call the new version of the method.
    Inao0 authored and Inao0 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    90ef17d View commit details
    Browse the repository at this point in the history