cirrus scripts could use make -k

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема cirrus scripts could use make -k
Дата
Msg-id 0d73781c-f7c7-730e-7883-75803c473ff8@enterprisedb.com
обсуждение исходный текст
Ответы Re: cirrus scripts could use make -k  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
I would find it useful if the cirrus scripts used make -k (and ninja -k) 
to keep building everything in the presence of errors.  For example, I 
once had some issue in code that caused a bunch of compiler warnings on 
Windows.  The cirrus build would only show me the first one, then I had 
to fix, reupload, see the next one, etc.  Are there any drawbacks to 
using these options in this context?



В списке pgsql-hackers по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: Add proper planner support for ORDER BY / DISTINCT aggregates
Следующее
От: Masahiko Sawada
Дата:
Сообщение: Re: plpgsq_plugin's stmt_end() is not called when an error is caught