[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (109da1c -> 310b32a)
From: |
Ludovic Courtès |
Subject: |
branch master updated (109da1c -> 310b32a) |
Date: |
Mon, 19 Jan 2015 22:31:04 +0000 |
civodul pushed a change to branch master
in repository guix.
from 109da1c gnu: Add json-glib.
new 00ebe47 gnu: Move guile-charting to (gnu packages plotutils).
new 56b7a33 gnu: Remove unneeded #:select.
new eb497b6 gnu: Make libgnomeprint{,ui} as deprecated.
new 9b54345 records: Use keyword parameters for
'make-syntactic-constructor'.
new cf4efb3 records: Move 'make-syntactic-constructor' to the top
level.
new c492be6 records: Factorize value wrapping in the record
constructor.
new 0db40ed make-syntactic-constructor kwarg default
new 310b32a records: Add support for delayed fields.
The 8 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:
gnu/packages/fonts.scm | 5 +-
gnu/packages/gnome.scm | 12 ++-
gnu/packages/guile.scm | 32 +------
gnu/packages/plotutils.scm | 32 ++++++
guix/records.scm | 246 +++++++++++++++++++++++++------------------
tests/records.scm | 47 ++++++++-
6 files changed, 232 insertions(+), 142 deletions(-)
- branch master updated (109da1c -> 310b32a),
Ludovic Courtès <=
- 02/08: gnu: Remove unneeded #:select., Ludovic Courtès, 2015/01/19
- 04/08: records: Use keyword parameters for 'make-syntactic-constructor'., Ludovic Courtès, 2015/01/19
- 06/08: records: Factorize value wrapping in the record constructor., Ludovic Courtès, 2015/01/19
- 01/08: gnu: Move guile-charting to (gnu packages plotutils)., Ludovic Courtès, 2015/01/19
- 05/08: records: Move 'make-syntactic-constructor' to the top level., Ludovic Courtès, 2015/01/19
- 03/08: gnu: Make libgnomeprint{,ui} as deprecated., Ludovic Courtès, 2015/01/19
- 08/08: records: Add support for delayed fields., Ludovic Courtès, 2015/01/19
- 07/08: make-syntactic-constructor kwarg default, Ludovic Courtès, 2015/01/19