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)
|
/backport 96a91cb to stable24 |
CarlSchwan
left a comment
There was a problem hiding this comment.
Looks good, just need a cs:fix run
1992a60 to
5d20c7d
Compare
|
Tests fail |
|
I've moved the handler registration outside the constructor to make the class testable. |
66509ba to
3e66fab
Compare
Signed-off-by: Christoph Wurst <[email protected]>
Signed-off-by: Christoph Wurst <[email protected]>
47fd91b to
4c8ec6d
Compare
|
@ChristophWurst Will tests still fail on deprecation warnings? We have |
Looks like they do
|
|
The backport to stable24 failed. Please do this backport manually. |
|
/backport 4c8ec6d to stable25 |