guix-commits
[Top][All Lists]
Advanced

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

[SCM] guix source archive branch, master, updated. v0.1-114-g0f3d250


From: Ludovic Courtès
Subject: [SCM] guix source archive branch, master, updated. v0.1-114-g0f3d250
Date: Mon, 04 Feb 2013 07:58:53 +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  0f3d2504f75595a2db2a2344b624ced2ba307448 (commit)
       via  63193ebfdc72eb11cfb1c50b8cd5dfc49d01361d (commit)
       via  c5a855c481fd9d9c9f712a38610fcdbee1ed25d4 (commit)
       via  bbb76f6f71ccb9c32be36e50b7051a813d76f930 (commit)
       via  238e43b9faa45c88fc2581e3d6d3a87187f3ec33 (commit)
      from  9c63fe6c1f855a09a62d6d74739ce6eced6fdef8 (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 0f3d2504f75595a2db2a2344b624ced2ba307448
Author: Ludovic Courtès <address@hidden>
Date:   Sun Feb 3 23:24:25 2013 +0100

    store: Add substitute-related procedures.
    
    * guix/store.scm (has-substitutes?, substitutable-paths,
      read-substitutable-path-list, substitutable-path-info): New
      procedures.
      (<substitutable>): New record type.
      (read-arg): Add `substitutable-path-info'.  Change `hash' pattern
      variable to `base16' literal.
    * tests/store.scm ("no substitutes"): New test.

commit 63193ebfdc72eb11cfb1c50b8cd5dfc49d01361d
Author: Ludovic Courtès <address@hidden>
Date:   Sun Feb 3 23:02:14 2013 +0100

    store: Update to protocol 1.12.
    
    * guix/store.scm (%protocol-version): Bump.
      (operation-id): Comment out `query-substitutable-path-info'.
      Rename `query-valid-paths' to `query-all-valid-paths'.  Add
      `query-path-from-hash-part', `query-substitutable-path-infos',
      `query-valid-paths', and `query-substitutable-paths'.
      (set-build-options): Add `binary-caches' keyword parameter.  When
      using a server >= 1.12, send the list of binary caches.
      (query-path-hash): Use the `store-path' type, for clarity.

commit c5a855c481fd9d9c9f712a38610fcdbee1ed25d4
Author: Ludovic Courtès <address@hidden>
Date:   Sun Feb 3 23:25:01 2013 +0100

    SRFI-64: Make the log file's port line-buffered.
    
    * srfi/srfi-64.upstream.scm (test-on-group-begin-simple): Make LOG-FILE
      line-buffered.

commit bbb76f6f71ccb9c32be36e50b7051a813d76f930
Author: Ludovic Courtès <address@hidden>
Date:   Sun Feb 3 23:23:29 2013 +0100

    tests: Fix thinko in `derivation' test.
    
    * tests/derivations.scm ("derivation with local file as input"): Return
      a Boolean instead of a bytevector.  Don't attempt to compare the
      content of the result with that of the input.

commit 238e43b9faa45c88fc2581e3d6d3a87187f3ec33
Author: Ludovic Courtès <address@hidden>
Date:   Sun Feb 3 22:57:58 2013 +0100

    store: Write string length as a 32-bit integer.
    
    * guix/store.scm (write-string): Write L as a 32-bit integer.  Bug
      introduced in 82c38fe64c84fc3febcc5c5aa7fe86454ccaf456 ("store:
      Micro-optimize `write-string'.")

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

Summary of changes:
 guix/store.scm            |   83 ++++++++++++++++++++++++++++++++++++++++-----
 srfi/srfi-64.upstream.scm |    4 ++-
 tests/derivations.scm     |    8 ++--
 tests/store.scm           |   15 +++++++-
 4 files changed, 95 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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