mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 18:27:59 -05:00
[Core] Add deprecation warnings about removal of shared libraries. (#3106)
* feat: add deprecation warning when importing shared libs * enhance(downloader): add shared libs deprecation warns * enhance: add deprecation warning when (re)loading cogs * docs(downloader): add deprecation note about shared libs * chore(changelog): add towncrier entries * style: split long tuple unpacks in multiple lines * fix: argument to `humanize_list` has to be a sequence
This commit is contained in:
1
changelog.d/3106.docs.rst
Normal file
1
changelog.d/3106.docs.rst
Normal file
@@ -0,0 +1 @@
|
||||
Add deprecation note about shared libraries in Downloader Framework docs.
|
||||
1
changelog.d/3106.misc.1.rst
Normal file
1
changelog.d/3106.misc.1.rst
Normal file
@@ -0,0 +1 @@
|
||||
Send deprecation warning when using `[p]load` and `[p]reload` commands if the repos loaded cogs are from have shared libraries.
|
||||
1
changelog.d/3106.misc.2.rst
Normal file
1
changelog.d/3106.misc.2.rst
Normal file
@@ -0,0 +1 @@
|
||||
Print deprecation loading when some package tries importing from `cog_shared.*`.
|
||||
1
changelog.d/3106.removal.rst
Normal file
1
changelog.d/3106.removal.rst
Normal file
@@ -0,0 +1 @@
|
||||
Shared libraries are marked for removal in Red 3.3.
|
||||
1
changelog.d/downloader/3106.misc.rst
Normal file
1
changelog.d/downloader/3106.misc.rst
Normal file
@@ -0,0 +1 @@
|
||||
Send deprecation warning when using install and update commands if the repos installed/updated cogs are from have shared libraries.
|
||||
Reference in New Issue
Block a user