-
- Downloads
There was an error fetching the commit references. Please try again later.
plugin.py: Add API to allow plugins to raise deprecation warnings
A plugin's deprecation warning may be silenced by a project by adding the plugin to the list 'supress-deprecation-warnings' in the project's project.conf
Showing
- buildstream/_versions.py 1 addition, 1 deletionbuildstream/_versions.py
- buildstream/plugin.py 39 additions, 0 deletionsbuildstream/plugin.py
- tests/plugins/deprecationwarnings/deprecationwarnings.py 41 additions, 0 deletionstests/plugins/deprecationwarnings/deprecationwarnings.py
- tests/plugins/deprecationwarnings/project/elements/deprecated.bst 1 addition, 0 deletions...ugins/deprecationwarnings/project/elements/deprecated.bst
- tests/plugins/deprecationwarnings/project/plugins/elements/deprecated_plugin.py 11 additions, 0 deletions...ionwarnings/project/plugins/elements/deprecated_plugin.py
- tests/plugins/deprecationwarnings/project/plugins/elements/deprecated_plugin.yaml 22 additions, 0 deletions...nwarnings/project/plugins/elements/deprecated_plugin.yaml
- tests/plugins/deprecationwarnings/project/project.conf 15 additions, 0 deletionstests/plugins/deprecationwarnings/project/project.conf
Loading
Please register or sign in to comment