From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH] emacs: build-log: Improve regexp for the phase end. Date: Fri, 25 Sep 2015 10:49:46 +0300 Message-ID: <8737y3546d.fsf@gmail.com> References: <87pp180xdm.fsf@gmail.com> <878u7vwqzp.fsf@gnu.org> 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]:55061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfNlO-0002JG-OO for guix-devel@gnu.org; Fri, 25 Sep 2015 03:49:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZfNlL-0001Y3-1F for guix-devel@gnu.org; Fri, 25 Sep 2015 03:49:50 -0400 In-Reply-To: <878u7vwqzp.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 24 Sep 2015 21:34:50 +0200") 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s (2015-09-24 22:34 +0300) wrote: > 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.) Wow, I should follow core-updates, thanks for pointing! >> 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! Pushed. --=20 Alex