-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[stable16] Add strict type on Notifications tests #16014
Conversation
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Fixes broken stable16 NODB tests |
why are we backporting type hints on public interfaces? That will break all tests of apps... |
@nickvergessen because that seemed like a bug ore than a feature? 🙈 |
Yeah well, doesn't matter. We don't backport breaking the APIs. We will fix the type hints for 17, for 16 only the cast should be backported and all other changes reverted. |
Sorry about that! |
Keep all the casting (or add additional ones), but remove all the type hints |
Well, this one just fixes the tests. |
I guess we should revert the back port of the other PR before releasing the next version then. |
Yes, exactly. Revert the backport and just keep the casting or make a new commit with the casting: Only this one line is necessary to be backported. |
#16068 is the fix... let have this die |
backport of #15935