Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Turn on deprecations by default #6965

Merged
8 commits merged into from Feb 22, 2019
Merged

Turn on deprecations by default #6965

8 commits merged into from Feb 22, 2019

Commits on Feb 21, 2019

  1. Copy the full SHA
    2610e6c View commit details
    Browse the repository at this point in the history
  2. Reword deprecation messages

    Including the version is confusing, in my opinion, because it's unclear
    whether it refers to the future version of removal, or to the current
    running version.
    deivid-rodriguez committed Feb 21, 2019
    Copy the full SHA
    149f1ce View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f626de2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a6f593f View commit details
    Browse the repository at this point in the history
  5. Remove major_deprecations feature flag

    Leave it as a setting with default true value.
    deivid-rodriguez committed Feb 21, 2019
    Copy the full SHA
    76c411d View commit details
    Browse the repository at this point in the history
  6. Fix deprecations bug

    Deprecations enabled or not, we only want to print deprecations for the
    running major version, never for future versions.
    deivid-rodriguez committed Feb 21, 2019
    Copy the full SHA
    82d4176 View commit details
    Browse the repository at this point in the history
  7. Remove now redundant configs

    Since deprecations are enabled by default.
    deivid-rodriguez committed Feb 21, 2019
    Copy the full SHA
    85f194d View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    fda9db6 View commit details
    Browse the repository at this point in the history