We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323161e commit 09817c3Copy full SHA for 09817c3
redbot/core/_downloader/__init__.py
@@ -3,6 +3,8 @@
3
# - try to be consistent about requiring Installable vs cog name
4
# between cog install and other functionality
5
# - use immutable objects more
6
+# - change Installable's equality to include its commit
7
+# (note: we currently heavily rely on this *not* being the case)
8
# - add asyncio.Lock appropriately for things that Downloader does
9
# - avoid doing some of the work on RepoManager initialization to speedup bot startup
10
0 commit comments