guix-commits
[Top][All Lists]
Advanced

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

branch master updated (e1a65ae -> 86a6ff4)


From: Ludovic Courtès
Subject: branch master updated (e1a65ae -> 86a6ff4)
Date: Sat, 28 Jan 2017 17:58:59 +0000 (UTC)

civodul pushed a change to branch master
in repository guix.

      from  e1a65ae   doc: Fix typos.
       new  f9704f1   Add (guix memoization).
       new  55b2d92   Use 'mlambda' instead of 'memoize'.
       new  c9134e8   packages: Remove 'define-memoized/v' and use 'mlambdaq' 
instead.
       new  3d520b5   gnu-maintenance: 'gnu-package?' uses 'eq?' memoization.
       new  86a6ff4   build-system/python: 'package-with-explicit-python' uses 
'eq?' memoization.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .dir-locals.el               |    2 +
 Makefile.am                  |    3 +-
 gnu/packages.scm             |   34 ++++++-------
 gnu/packages/bootstrap.scm   |   39 +++++++--------
 guix/build-system/gnu.scm    |   51 +++++++++----------
 guix/build-system/python.scm |   89 ++++++++++++++++-----------------
 guix/combinators.scm         |   18 +------
 guix/derivations.scm         |   89 ++++++++++++++++-----------------
 guix/gnu-maintenance.scm     |   85 ++++++++++++++++---------------
 guix/import/cran.scm         |    4 +-
 guix/import/elpa.scm         |    3 +-
 guix/memoization.scm         |  114 ++++++++++++++++++++++++++++++++++++++++++
 guix/modules.scm             |   25 +++++----
 guix/packages.scm            |   61 ++++++++--------------
 guix/scripts/build.scm       |    1 -
 guix/scripts/graph.scm       |   15 +++---
 guix/scripts/lint.scm        |   11 ++--
 guix/store.scm               |   11 ++--
 guix/utils.scm               |   11 ++--
 19 files changed, 370 insertions(+), 296 deletions(-)
 create mode 100644 guix/memoization.scm



reply via email to

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