[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNU Guixguix source archive branch, master, updated. v0.7-418-g9ffc1c0
From: |
Ludovic Courtès |
Subject: |
GNU Guixguix source archive branch, master, updated. v0.7-418-g9ffc1c0 |
Date: |
Mon, 29 Sep 2014 20:21:19 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "guix source archive".
The branch, master has been updated
via 9ffc1c00e55eb7931846dbb3fafcf54716fff57c (commit)
via 34942e959744129d848ed430a595a3f5e887e1dc (commit)
from 2d5d63d7180137cc4bc9527a8fb472173629731c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9ffc1c00e55eb7931846dbb3fafcf54716fff57c
Author: Ludovic Courtès <address@hidden>
Date: Mon Sep 29 21:39:39 2014 +0200
packages: Optimize 'find-packages-by-name' to avoid disk accesses.
On a profile with 182 entries, "guix package --search-paths" goes from
4.5 seconds down to 0.4 second.
* gnu/packages.scm (find-packages-by-name): Make a name -> package vhash
in a promise; access it with 'vhash-fold*'.
commit 34942e959744129d848ed430a595a3f5e887e1dc
Author: Ludovic Courtès <address@hidden>
Date: Mon Sep 29 21:16:34 2014 +0200
nls: Recognize 'N_' as equivalent to 'ngettext'.
This fixes i18n of plural messages.
* po/guix/Makevars (XGETTEXT_OPTIONS): Change 'N_' to 'N_:1,2'.
-----------------------------------------------------------------------
Summary of changes:
gnu/packages.scm | 28 +++++++++++++---------------
po/guix/Makevars | 2 +-
2 files changed, 14 insertions(+), 16 deletions(-)
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GNU Guixguix source archive branch, master, updated. v0.7-418-g9ffc1c0,
Ludovic Courtès <=