-
-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tools: move memory classes to tools.memories #2237
Conversation
00ed477
to
2a06736
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got sidetracked before actually submitting these, but... now it's boring meeting o'clock. 😝
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awaiting squash.
@Exirel if you want, s/into Channel/in Channel object/ for the commit message of that second change.
662a8cb
to
d0ad51c
Compare
Rebased & squashed + reworked the commit message. |
I'm going to rebase that to fix the merge conflict. |
Co-authored-by: dgw <[email protected]>
Note: it is possible to keep the same type hint because SopelIdentifierMemory is a subclass of dict.
d0ad51c
to
b9a1e0c
Compare
Description
And also uses
SopelIdentifierMemory
intotarget.Channel
.Based on #2236 (chekc only the last two commits).
Checklist
make qa
(runsmake quality
andmake test
)