[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] guix source archive branch, master, updated. v0.1-87-g473b03b
From: |
Ludovic Courtès |
Subject: |
[SCM] guix source archive branch, master, updated. v0.1-87-g473b03b |
Date: |
Tue, 29 Jan 2013 23:09:42 +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 473b03b3c6fbca909e18dbb5888ac5a98992207a (commit)
via bdcf35a6b294c1db7ce78a5550ba51e067863069 (commit)
via 2c3f47ee3a621f20d24ae5c78b1abc0eb00ba445 (commit)
from 2fbf053b7b7c24ceb36766e19d630f469d0641ce (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 473b03b3c6fbca909e18dbb5888ac5a98992207a
Author: Ludovic Courtès <address@hidden>
Date: Tue Jan 29 23:59:27 2013 +0100
Gracefully handle failure to install the current locale.
* guix/ui.scm (install-locale): New procedure.
* guix-build.in, guix-download.in, guix-gc.in, guix-import.in,
guix-package.in: Use it instead of (setlocale LC_ALL "").
commit bdcf35a6b294c1db7ce78a5550ba51e067863069
Author: Ludovic Courtès <address@hidden>
Date: Tue Jan 29 23:53:09 2013 +0100
store: Cache `add-text-to-store' results.
* guix/store.scm (<nix-server>)[atts-cache]: New field.
(add-text-to-store/cached): New procedure. Use it as a wrapper around
`add-text-to-store'.
When running "guix-build gdb", this reduces the number of RPCs from
3048 to 289, and execution time from 4.7s to 2.6s.
commit 2c3f47ee3a621f20d24ae5c78b1abc0eb00ba445
Author: Ludovic Courtès <address@hidden>
Date: Tue Jan 29 23:34:50 2013 +0100
store: Make the `add-to-store' cache per-connection.
* guix/store.scm (<nix-server>)[ats-cache]: New field.
(open-connection): Update accordingly.
(add-to-store/cached): Use (nix-server-add-to-store-cache SERVER)
instead of a weak hash table.
-----------------------------------------------------------------------
Summary of changes:
guix-build.in | 2 +-
guix-download.in | 2 +-
guix-gc.in | 2 +-
guix-import.in | 2 +-
guix-package.in | 2 +-
guix/store.scm | 41 +++++++++++++++++++++++++++++++++--------
guix/ui.scm | 11 +++++++++++
7 files changed, 49 insertions(+), 13 deletions(-)
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] guix source archive branch, master, updated. v0.1-87-g473b03b,
Ludovic Courtès <=