Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • logilab-common logilab-common
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • open-source
  • logilab-commonlogilab-common
  • Merge requests
  • !3

new rename utils

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Laurent Peuch requested to merge topic/default/deprecation_new_rename_utils into branch/default Apr 16, 2020
  • Overview 1
  • Commits 5
  • Changes 2

Hello,

This MR introduction 3 news deprecation utils needed for a smooth "let's purge all abbreviations with fire" work that we are doing on YAMS schema.py right now, they are:

  • deprecation.argument_renamed(old_name, new_name)
  • deprecation.attribute_renamed(old_name, new_name)
  • deprecation.renamed(old_name, new_function)
  • deprecation.argument_removed(old_name)

This can be merged before !1 (merged) has it is needed sooner. I'll handle the rebasing part (😢).

Kind regards,

Edited Apr 24, 2020 by Laurent Peuch
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: topic/default/deprecation_new_rename_utils