guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU Guixguix source archive branch, master, updated. v0.7-528-g998fb8f


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.7-528-g998fb8f
Date: Mon, 13 Oct 2014 21:34:09 +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  998fb8fa1d6dfe64a0662aeaeb1ce7169b90dd57 (commit)
       via  8601d0ddcf5f0c1123d7679924560bc1b6b0e846 (commit)
       via  1391dcb054f42e9ca58496db3269bee6e05f9653 (commit)
       via  3de9a5936c09038d5eeb1fab6966f34f8ea30574 (commit)
      from  6aad2d625f861184504947757a898210e34e515a (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 998fb8fa1d6dfe64a0662aeaeb1ce7169b90dd57
Author: Ludovic Courtès <address@hidden>
Date:   Mon Oct 13 23:07:47 2014 +0200

    utils: Micro-optimize 'bytevector->base16-string'.
    
    This reduces run time of (package-derivation s emacs) by ~1.5%.
    
    * guix/utils.scm (bytevector->base16-string): Traverse BV from the end
      so as to use 'string-concatenate' instead of
      'string-concatenate-reverse'.

commit 8601d0ddcf5f0c1123d7679924560bc1b6b0e846
Author: Ludovic Courtès <address@hidden>
Date:   Mon Oct 13 23:00:06 2014 +0200

    derivations: Micro-optimize 'imported-modules'.
    
    This reduces run time of (package-derivation s emacs) by ~5%.
    
    * guix/derivations.scm (search-path*): New procedure.
      (imported-modules): Use it instead of 'search-path'.

commit 1391dcb054f42e9ca58496db3269bee6e05f9653
Author: Ludovic Courtès <address@hidden>
Date:   Mon Oct 13 22:33:31 2014 +0200

    derivations: Memoize 'derivation-path->base16-hash'.
    
    This reduces run time of (package-derivation s emacs) by ~10%.
    
    * guix/derivations.scm (derivation-path->base16-hash): New procedure.
      (derivation-hash): Use it.

commit 3de9a5936c09038d5eeb1fab6966f34f8ea30574
Author: Ludovic Courtès <address@hidden>
Date:   Mon Oct 13 17:52:11 2014 +0200

    gnu: gnutls: Update to 3.2.19.
    
    * gnu/packages/gnutls.scm (gnutls): Update to 3.2.19.

-----------------------------------------------------------------------

Summary of changes:
 gnu/packages/gnutls.scm |    4 ++--
 guix/derivations.scm    |   22 +++++++++++++++++-----
 guix/utils.scm          |   11 ++++++-----
 3 files changed, 25 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

[Prev in Thread] Current Thread [Next in Thread]