guix-commits
[Top][All Lists]
Advanced

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

branch master updated (8916034 -> 35d1354)


From: guix-commits
Subject: branch master updated (8916034 -> 35d1354)
Date: Mon, 27 May 2019 16:49:16 -0400 (EDT)

civodul pushed a change to branch master
in repository guix.

      from  8916034   gnu: r-shiny: Fix JavaScript minification.
       new  e13354a   lzlib: Adjust 'lz-compress-read' docstring.
       new  2a991f3   lzlib: Add 'make-lzip-input-port/compressed'.
       new  4c7ebe3   utils: Test 'compressed-port' and 'decompressed-port' for 
both gzip and xz.
       new  4e48923   utils: Support compression and decompression with lzip.
       new  66229b0   publish: Add support for lzip.
       new  73ac909   self: Add dependency on lzlib.
       new  2e5c71b   gnu: guix: Add dependency on lzlib.
       new  c131bea   lzlib: 'lzread!' never returns more than it was asked for.
       new  35d1354   publish: Display the compression method and level in use.

The 9 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 +
 doc/guix.texi                       |  25 ++++++--
 gnu/packages/package-management.scm |   1 +
 guix/lzlib.scm                      | 112 +++++++++++++++++++++++++++++-------
 guix/scripts/publish.scm            |  97 ++++++++++++++++++++++---------
 guix/self.scm                       |  13 ++++-
 guix/tests.scm                      |   1 +
 guix/utils.scm                      |  27 +++++++--
 tests/lzlib.scm                     |  10 ++++
 tests/publish.scm                   |  36 ++++++++++++
 tests/utils.scm                     |  68 ++++++++++++++--------
 11 files changed, 306 insertions(+), 86 deletions(-)



reply via email to

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