This change: https://cgit.kde.org/ktexteditor.git/commit/?id=2bed94b6d463fafbbcb38f68bef90bcf18124cc6 https://phabricator.kde.org/D10054 appears to cause ktexteditor to fail it's vimode_completion autotests. From KDE CI: https://build.kde.org/job/Frameworks%20ktexteditor%20kf5-qt5%20SUSEQt5.10/35/testReport/junit/(root)/TestSuite/vimode_completion/ Same failure is also seen on Ubuntu archive autotests, where it blocks 5.43 from reaching -release and hence to users.
Indeed, we have to look into this asap. Sad that we did not notice this earlier!
Thanks for bugging me. We should have taken care of this ASAP. It seems my attempt to fix it was successful, see: https://phabricator.kde.org/R39:1a38adebb64e6e7d5acb756f68166d56d8ba0b72
Ah, what may be interesting to add: This was a bug in the *tests*, meaning that KTextEditor 5.43 is fine and can be released on your side. You can either disable the broken tests for you in your release, or integrate this patch that should fix the unit tests.
Thank you for the quick resolution of this :)