Hi all, If you are familiar with Travis CI or Appveyor CI, please help keeping gnulib at a high quality!
It is normal for a developer to push a buggy commit by mistake. But it should not be normal that such a mistake, that leads to a test failure on standard glibc systems, remains unnoticed for 10 days. It would be good to have a continuous integration (Travis or Appveyor, I don't mind) of gnulib, to detect test failures early. There is already a github mirror of the gnulib git repo, at https://github.com/coreutils/gnulib, and it is apparently kept up-to-date automatically. The continuous integration should probably run these commands: $ ./gnulib-tool --create-testdir --dir=/some/testdir --single-configure \ --with-c++-tests --without-privileged-tests $ cd /some/testdir $ make $ make check Please speak up and help! Bruno