Re: Module dependencies

2020-03-26 Thread Bruno Haible
Hi, > So Case 1 says alloca and alloca-opt are included and tested with > iconv. Case 2 and Case 3 say alloca and alloca-opt are not included > and therefore not tested with iconv. Try ./gnulib-tool --create-testdir --dir="${TEST_DIR}" iconv vs. ./gnulib-tool --create-testdir --dir="${TEST

Module dependencies

2020-03-26 Thread Jeffrey Walton
Hi Everyone, There are 1700+ modules according to --list. At 3 minutes (est.) a test that would take 85 hours to complete. I _think_ a speedup is, if module A uses B and C, then we can scratch three off the list at a time. The problem I am having is, I'm having trouble understand the output from

Re: continuous integration

2020-03-26 Thread Tim Rühsen
On 26.03.20 00:46, Bruno Haible wrote: > Jeffrey Walton wrote: >> CI tests should be catching these mistakes. (And problems like >> _NoReturn on OS X). > > Yes, CI can catch some mistakes. Like, just last week, this one: [1]. > > Tim and I maintain a continuous integration for gnulib at [2]. >