Conversation
Signed-off-by: Christoph Wurst <[email protected]>
4cdb633 to
e618ea8
Compare
|
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 2182: failureintegration-ldap-openldap-features
Show full logintegration-ldap-openldap-uid-features
Show full log
Scenario: users navigation without disabled users # /drone/src/tests/acceptance/features/users.feature:47 |
|
|
||
| namespace OC\App\CodeChecker; | ||
|
|
||
| class LanguageParseChecker { |
There was a problem hiding this comment.
I guess this thing here should be checked in some other way. But it's the only useful thing.
There was a problem hiding this comment.
Was there ever a time where this didn't pass?
There was a problem hiding this comment.
yes, that's why it was written in first place. It happens when non-asci translators add half-utf8 chars which are not valid utf4 chars.
There was a problem hiding this comment.
Okay, but that we can do in a simple php script and a github action
For 21 we decided to drop this outdated checker and it was even documented: nextcloud/documentation#5505
so let's actually remove the functionality and "error out" every time it's called to make people aware. With Nextcloud 23 we can then fully drop it.