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.6-582-g0ae8c15


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-582-g0ae8c15
Date: Thu, 17 Jul 2014 16:20:48 +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  0ae8c15aef1011200d147cb2c97bfcc8eaded8e0 (commit)
       via  fd1b1fa296886652ec34a117b6289cb64f471a97 (commit)
       via  a1906758c31036c30f8c11703daa4202adde8dac (commit)
       via  b1353e7a6baf15e6e1db79063c01f4b07b6d4e06 (commit)
       via  23e9a68088364d2ad44608cf118bfd81faac1559 (commit)
       via  62ca0fdf9e3b76f964bc953bfc39511c41be27b5 (commit)
       via  2cf0ea0dbbd5a43a62dadb81948ee29898585dd7 (commit)
       via  8aaaae38a37f806a62284c6bce116586d8b66b87 (commit)
      from  6a1912743a48dbc11b702508e13107592b9b9816 (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 0ae8c15aef1011200d147cb2c97bfcc8eaded8e0
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jul 17 18:10:16 2014 +0200

    doc: Add "Setuid Programs" node.
    
    * doc/guix.texi (Setuid Programs): New node.

commit fd1b1fa296886652ec34a117b6289cb64f471a97
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jul 17 17:49:34 2014 +0200

    doc: Add "Initial RAM Disk" section.
    
    * doc/guix.texi (Initial RAM Disk): New node.
    * gnu/system/linux-initrd.scm (expression->initrd): Adjust docstring.

commit a1906758c31036c30f8c11703daa4202adde8dac
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jul 17 16:45:45 2014 +0200

    records: Report unknown field names in inheriting forms.
    
    * guix/records.scm (define-record-type*)[record-inheritance]: Check for
      unexpected field names.
    * tests/records.scm ("define-record-type* with let* behavior"): Return
      #t, not *unspecified*.
      ("define-record-type* & inherit & extra initializers"): New test.

commit b1353e7a6baf15e6e1db79063c01f4b07b6d4e06
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jul 17 16:42:19 2014 +0200

    records: Factorize error-reporting macro.
    
    * guix/records.scm (record-error): New macro.
      (define-record-type*)[error*]: Remove.
      Use 'record-error' instead.

commit 23e9a68088364d2ad44608cf118bfd81faac1559
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jul 17 16:06:36 2014 +0200

    records: Add tests for error cases.
    
    * tests/records.scm (test-module): New procedure.
      ("define-record-type* & missing initializers",
      "define-record-type* & extra initializers"): New tests.

commit 62ca0fdf9e3b76f964bc953bfc39511c41be27b5
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jul 17 15:53:01 2014 +0200

    services: Add 'console-font-service'.
    
    * gnu/services/base.scm (unicode-start, console-font-service): New
      procedures.
      (%base-services): Call 'console-font-service' for TTY1 to TTY6.
    * gnu/system/install.scm (installation-services): Add comment about the
      console font.  Call 'console-font-service' for TTY1 to TTY6.

commit 2cf0ea0dbbd5a43a62dadb81948ee29898585dd7
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jul 17 15:40:06 2014 +0200

    gexp: Gracefully handle printing of gexps with spliced references.
    
    * guix/gexp.scm (write-gexp): Wrap 'write' call in
      'false-if-exception'.
    * tests/gexp.scm ("printer", "printer vs. ungexp-splicing"): New tests.

commit 8aaaae38a37f806a62284c6bce116586d8b66b87
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jul 17 14:36:36 2014 +0200

    doc: List noteworthy limitations.
    
    * doc/guix.texi (Limitations): New subsection.

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

Summary of changes:
 doc/guix.texi               |  165 +++++++++++++++++++++++++++++++++++++++++--
 gnu/services/base.scm       |   56 ++++++++++++++-
 gnu/system/install.scm      |   12 +++-
 gnu/system/linux-initrd.scm |   12 ++--
 guix/gexp.scm               |    7 ++-
 guix/records.scm            |   52 ++++++++-----
 tests/gexp.scm              |   18 +++++
 tests/records.scm           |   59 +++++++++++++++-
 8 files changed, 345 insertions(+), 36 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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