Ludovic Courtès (2015-09-24 22:34 +0300) wrote: > Alex Kost <[email protected]> skribis: > >> I've noticed that some¹ logs on hydra have lines like this one: >> >> phase `install-locale' succeeded after 0.0 seconds >> >> while usually² it is: >> >> phase `install-locale' succeeded after 0 seconds > > Yes, this has changed in ‘core-updates’ (commit 5c962e9.)
Wow, I should follow core-updates, thanks for pointing! >> From d71386016b43a62784ca6c4415069581af5f3eb2 Mon Sep 17 00:00:00 2001 >> From: Alex Kost <[email protected]> >> Date: Thu, 24 Sep 2015 16:10:14 +0300 >> Subject: [PATCH] emacs: build-log: Improve regexp for the phase end. >> >> * emacs/guix-build-log.el (guix-build-log-phase-end-regexp): Handle >> fractional number of seconds (like "0.8"). > > OK! Pushed. -- Alex
