Uh oh!
There was an error while loading. Please reload this page.
Modernize the error handler - #32565
Conversation
ChristophWurst
commented
May 24, 2022
- Make it a dynamic class with dynamic methods
- Make the logger a constructor arg -> it is always available
- Fix that some deprecations were logged as errors (E_DEPRECATED vs E_USER_DEPRECATED)
ChristophWurst
commented
May 24, 2022
/backport 96a91cb to stable24 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
CarlSchwan
left a comment
There was a problem hiding this comment.
Looks good, just need a cs:fix run
1992a60 to
5d20c7dCompareChristophWurst
commented
Jun 1, 2022
Tests fail |
ChristophWurst
commented
Jun 9, 2022
I've moved the handler registration outside the constructor to make the class testable. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
66509ba to
3e66fabCompareUh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
47fd91b to
4c8ec6dComparecome-nc
commented
Nov 3, 2022
@ChristophWurst Will tests still fail on deprecation warnings? We have |
ChristophWurst
commented
Nov 3, 2022
Looks like they do
|
The backport to stable24 failed. Please do this backport manually. |
ChristophWurst
commented
Nov 3, 2022
/backport 4c8ec6d to stable25 |