From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:55068) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hdvYd-00082Q-ND for guix-patches@gnu.org; Thu, 20 Jun 2019 07:48:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hdvR8-00075W-Lf for guix-patches@gnu.org; Thu, 20 Jun 2019 07:41:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34427) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hdvR8-00074r-77 for guix-patches@gnu.org; Thu, 20 Jun 2019 07:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hdvR8-0002f4-3i for guix-patches@gnu.org; Thu, 20 Jun 2019 07:41:02 -0400 Subject: [bug#35790] [PATCH] scripts: lint: Handle warnings with a record type. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <878suz27ke.fsf@gnu.org> <20190601183135.11882-1-mail@cbaines.net> <87ftolj0v2.fsf@gnu.org> <87imt5u1lr.fsf@cbaines.net> Date: Thu, 20 Jun 2019 13:40:38 +0200 In-Reply-To: <87imt5u1lr.fsf@cbaines.net> (Christopher Baines's message of "Sun, 16 Jun 2019 14:00:16 +0100") Message-ID: <87ef3olc21.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 35790@debbugs.gnu.org Hi! Christopher Baines skribis: > Ludovic Court=C3=A8s writes: [...] >> One question I have: before, warnings would be emitted as we go; now, we >> first collect all the warnings for a given package, and emit all of them >> at once. How does it look in terms of UX? > > Not quite, warnings are emitted once returned from each checker for each > package. The display will only be delayed if a checker takes a long time > to return the warnings, which I don't think happens (or at least happens > much). True, so that shouldn=E2=80=99t be much of an issue I guess. Ludo=E2=80=99.