-
-
Notifications
You must be signed in to change notification settings - Fork 468
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
feat(ext.bridge): add walk command functions & dynamically fetch attrs in commands variants #1867
Conversation
Signed-off-by: Middledot <[email protected]>
for more information, see https://pre-commit.ci
As mentioned in https://docs.python.org/3.11/library/typing.html#typing.Generator, the Iterable and Iterator types can also be used in generator functions
for more information, see https://pre-commit.ci
Signed-off-by: Middledot <[email protected]>
for more information, see https://pre-commit.ci
After reviewing this, I don't remember why I said it depends on the other pr, so it can be reviewed and merged now |
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.
Please see previous comment and resolve merge conflicts.
Signed-off-by: Middledot <[email protected]>
wait for bob to review tho |
I updated the description explaining what I just did |
Nom Looks good |
@Lulalaby @BobDotCom Please review (then we can also get #1866 merged) |
Signed-off-by: Lala Sabathil <[email protected]>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1867 +/- ##
==========================================
+ Coverage 33.23% 33.26% +0.02%
==========================================
Files 97 97
Lines 19038 19021 -17
==========================================
Hits 6328 6328
+ Misses 12710 12693 -17
Flags with carried forward coverage won't be shown. Click here to find out more. see 9 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Summary
Further explanations in the changelog.
Should fix #1840
EDIT: The translation attributes are unique to slash commands so if you "dynamically" set them:
So I kept the code for setting and fetching the translations.
Information
examples, ...).
Checklist
type: ignore
comments were used, a comment is also left explaining why.