Uh oh!
There was an error while loading. Please reload this page.
[stable16] Add strict type on Notifications tests - #16014
[stable16] Add strict type on Notifications tests#16014backportbot-nextcloud[bot] wants to merge 1 commit into
Conversation
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
skjnldsv
commented
Jun 19, 2019
Fixes broken stable16 NODB tests |
nickvergessen
commented
Jun 21, 2019
why are we backporting type hints on public interfaces? That will break all tests of apps... |
skjnldsv
commented
Jun 21, 2019
@nickvergessen because that seemed like a bug ore than a feature? 🙈 |
nickvergessen
commented
Jun 21, 2019
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. |
skjnldsv
commented
Jun 21, 2019
Sorry about that! |
georgehrke
commented
Jun 21, 2019
Keep all the casting (or add additional ones), but remove all the type hints |
skjnldsv
commented
Jun 21, 2019
Well, this one just fixes the tests. |
georgehrke
commented
Jun 21, 2019
I guess we should revert the back port of the other PR before releasing the next version then. |
nickvergessen
commented
Jun 21, 2019
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. |
rullzer
commented
Jun 25, 2019
#16068 is the fix... let have this die |
backport of #15935