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

Add task to check for deprecations #1044

Closed
wants to merge 24 commits into from
Closed

Commits on Sep 30, 2021

  1. Add the deprecated decorator

    Mauko Quiroga committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    b9f073d View commit details
    Browse the repository at this point in the history
  2. Use decorator with already deprecated Dummy

    Mauko Quiroga committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    1117f07 View commit details
    Browse the repository at this point in the history
  3. Add script to list deprecations

    Mauko Quiroga committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    bc248da View commit details
    Browse the repository at this point in the history
  4. Add task to Makefile

    Mauko Quiroga committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    d603722 View commit details
    Browse the repository at this point in the history
  5. Remove leftover

    Mauko Quiroga committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    7175396 View commit details
    Browse the repository at this point in the history
  6. Move to publish submake

    Mauko Quiroga committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    29c8de6 View commit details
    Browse the repository at this point in the history
  7. Add test to find deprecated

    Mauko Quiroga committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    b32161d View commit details
    Browse the repository at this point in the history
  8. Raise an error when a deprecation expired

    Mauko Quiroga committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    77626a5 View commit details
    Browse the repository at this point in the history
  9. Test deprecation in isolation

    Mauko Quiroga committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    4741a89 View commit details
    Browse the repository at this point in the history
  10. Move check to the tasks package

    Mauko Quiroga committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    3f8c523 View commit details
    Browse the repository at this point in the history
  11. Deprecate Dummy

    Mauko Quiroga committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    049f2e8 View commit details
    Browse the repository at this point in the history
  12. Add the attr rst directive

    Mauko Quiroga committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    9651bfa View commit details
    Browse the repository at this point in the history
  13. Do not use print

    Mauko Quiroga committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    a39b8c7 View commit details
    Browse the repository at this point in the history
  14. Add typing_extensions

    Mauko Quiroga committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    42444f8 View commit details
    Browse the repository at this point in the history
  15. Add the task protocol

    Mauko Quiroga committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    dbbc29f View commit details
    Browse the repository at this point in the history
  16. Type-check the deprecation check

    Mauko Quiroga committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    345cedc View commit details
    Browse the repository at this point in the history
  17. Document the deprecation check

    Mauko Quiroga committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    09a636f View commit details
    Browse the repository at this point in the history
  18. Add task to circleci

    Mauko Quiroga committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    5c63310 View commit details
    Browse the repository at this point in the history
  19. Use literals for exit codes

    Mauko Quiroga committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    c96d04d View commit details
    Browse the repository at this point in the history
  20. Add progress bar

    Mauko Quiroga committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    f7a1c7f View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Colorise

    Mauko Quiroga committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    84d3d5a View commit details
    Browse the repository at this point in the history
  2. Split check/progress

    Mauko Quiroga committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    16dde3c View commit details
    Browse the repository at this point in the history
  3. Fix check deprecated test

    Mauko Quiroga committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    6f44c29 View commit details
    Browse the repository at this point in the history
  4. Bump major to 36.0.0

    Mauko Quiroga committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    3b4c7d0 View commit details
    Browse the repository at this point in the history