From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] emacs: build-log: Improve regexp for the phase end. Date: Thu, 24 Sep 2015 21:34:50 +0200 Message-ID: <878u7vwqzp.fsf@gnu.org> References: <87pp180xdm.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfCI9-0001dH-Dm for guix-devel@gnu.org; Thu, 24 Sep 2015 15:34:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZfCI8-0002fU-Q0 for guix-devel@gnu.org; Thu, 24 Sep 2015 15:34:53 -0400 In-Reply-To: <87pp180xdm.fsf@gmail.com> (Alex Kost's message of "Thu, 24 Sep 2015 16:17:57 +0300") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > I've noticed that some=C2=B9 logs on hydra have lines like this one: > > phase `install-locale' succeeded after 0.0 seconds > > while usually=C2=B2 it is: > > phase `install-locale' succeeded after 0 seconds Yes, this has changed in =E2=80=98core-updates=E2=80=99 (commit 5c962e9.) > From d71386016b43a62784ca6c4415069581af5f3eb2 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Thu, 24 Sep 2015 16:10:14 +0300 > Subject: [PATCH] emacs: build-log: Improve regexp for the phase end. >=20 > * emacs/guix-build-log.el (guix-build-log-phase-end-regexp): Handle > fractional number of seconds (like "0.8"). OK! Thanks, Ludo=E2=80=99.