Skip to content

Commit 09817c3

Browse files
authored
Add another todo
1 parent 323161e commit 09817c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

redbot/core/_downloader/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# - try to be consistent about requiring Installable vs cog name
44
# between cog install and other functionality
55
# - 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)
68
# - add asyncio.Lock appropriately for things that Downloader does
79
# - avoid doing some of the work on RepoManager initialization to speedup bot startup
810

0 commit comments

Comments
 (0)