On Tue, Mar 24, 2020 at 10:58 PM Paul Eggert <egg...@cs.ucla.edu> wrote: > > Thanks for the bug report. Does the attached patch to getopt-pfx-core.h fix > the > bug for you? > > I'll CC: this to bug-gnulib and to Zack Weinberg, who wrote that file. For > those > new to this thread, please see <https://bugs.gnu.org/40205>.
CI tests should be catching these mistakes. (And problems like _NoReturn on OS X). Is there any reasons services like Travis or Cirrus are not being used to proactively detect problems on Linux, OS X and FreeBSD? Daniel Stenberg has one of the best engineering processes in place (that I have observed in the wild). You can find the curl testing configurations in curl's GitHub at https://github.com/curl/curl. The files of interest include .cirrus.yml, .travis.yml, and .lgtm.yml. Jeff