Hi Jim, On Ubuntu Linux/x86_64, after building the current sed git repo with the current Gnulib, I get 3 test failures: FAIL: testsuite/compile-errors FAIL: testsuite/mb-y-translate FAIL: testsuite/normalize-text All three are consequences of the commit on 2023-01-02 "maint: reword to avoid a too-long-line warning". To catch such failures sooner, should I set up a continuous integration that does a "make check" once every week? (I have such CIs already for Gnulib, gettext, and a couple of other projects. It's cheap to maintain.) Bruno