unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 00/13] New syntax 'package@version' and compilation improvements.
@ 2016-01-24 20:19 Mathieu Lirzin
  2016-01-24 20:19 ` [PATCH 01/13] tests: Use 'dummy-origin' for lint tests when possible Mathieu Lirzin
                   ` (12 more replies)
  0 siblings, 13 replies; 65+ messages in thread
From: Mathieu Lirzin @ 2016-01-24 20:19 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 2431 bytes --]


Here is a set of patches, following <https://debbugs.gnu.org/19219> and the
poll about the new syntax for separating package names and version.  As a
bonus it contains:

  - a bug fix for guix lint tests
  - a compilation speed increase
  - some nice custom silent rules

It is more than possible, that I overkooked some usage of of "PACKAGE-VERSION"
that should be fixed.  Don't hesitate to tell me if you spot one.

Mathieu Lirzin (13):
  tests: Use 'dummy-origin' for lint tests when possible.
  lint: Remove an unneeded clause in 'check-patch-file-names'.
  lint: Rewrite 'check-patch-file-names'.
  utils: Use '@' for separating package names and version numbers.
  packages: Use '@' in package record printers.
  build: Generate man pages after compiling guile objects.
  build: Add 'DL' silent rule.
  build: Add 'DOT' silent rule.
  build: Add 'EMACS' silent rule.
  build: Add 'HELP2MAN' silent rule.
  build: Delete emacs/guix-autoloads.el when 'make clean'.
  build: Use 'GEN' and 'at' silent rules.
  Update .gitignore.

 .gitignore                      | 158 ++++++++++++++++++----------------------
 Makefile.am                     |  35 +++++++--
 NEWS                            |  13 ++++
 configure.ac                    |   4 +
 daemon.am                       |  11 +--
 doc.am                          | 100 ++++++++++++-------------
 doc/guix.texi                   |  12 +--
 emacs.am                        |   5 +-
 emacs/guix-base.el              |   2 +-
 emacs/guix-main.scm             |   4 +-
 gnu-system.am                   |  21 ++++--
 gnu/packages.scm                |  10 +--
 gnu/packages/commencement.scm   |   2 +-
 guix/build/utils.scm            |  25 ++-----
 guix/import/cabal.scm           |   2 +-
 guix/import/elpa.scm            |   2 +-
 guix/packages.scm               |  11 ++-
 guix/scripts/import/hackage.scm |   2 +-
 guix/scripts/lint.scm           |  34 ++++-----
 guix/ui.scm                     |   4 +-
 tests/graph.scm                 |   2 +-
 tests/guix-build.sh             |   4 +-
 tests/guix-lint.sh              |   2 +-
 tests/guix-package.sh           |   4 +-
 tests/lint.scm                  |  12 +--
 tests/packages.scm              |   4 +-
 tests/ui.scm                    |   6 +-
 tests/utils.scm                 |   4 +-
 28 files changed, 252 insertions(+), 243 deletions(-)

-- 
2.7.0.rc3


^ permalink raw reply	[flat|nested] 65+ messages in thread

end of thread, other threads:[~2016-03-05  9:37 UTC | newest]

Thread overview: 65+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-24 20:19 [PATCH 00/13] New syntax 'package@version' and compilation improvements Mathieu Lirzin
2016-01-24 20:19 ` [PATCH 01/13] tests: Use 'dummy-origin' for lint tests when possible Mathieu Lirzin
2016-01-26 15:58   ` Ludovic Courtès
2016-01-24 20:19 ` [PATCH 02/13] lint: Remove an unneeded clause in 'check-patch-file-names' Mathieu Lirzin
2016-01-26 16:00   ` Ludovic Courtès
2016-01-24 20:19 ` [PATCH 03/13] lint: Rewrite 'check-patch-file-names' Mathieu Lirzin
2016-01-26 16:01   ` Ludovic Courtès
2016-01-24 20:19 ` [PATCH 04/13] utils: Use '@' for separating package names and version numbers Mathieu Lirzin
2016-01-25 11:37   ` Alex Kost
2016-01-25 20:56     ` Mathieu Lirzin
2016-01-26 16:22       ` Ludovic Courtès
2016-01-26 20:52         ` Mathieu Lirzin
2016-01-26 21:08           ` Ludovic Courtès
2016-02-19 20:49         ` Mathieu Lirzin
2016-02-23 11:11           ` Ludovic Courtès
2016-02-29  0:28             ` Mathieu Lirzin
2016-02-29 16:00               ` Ludovic Courtès
2016-03-02 21:35                 ` Mathieu Lirzin
2016-03-05  1:28                 ` Nils Gillmann
2016-03-05  9:24                   ` Alex Kost
2016-03-05  9:36                   ` Mathieu Lirzin
2016-03-03 10:29               ` Alex Kost
2016-03-03 16:55                 ` Ludovic Courtès
2016-03-04 10:19                   ` Alex Kost
2016-03-04 23:03                 ` Mathieu Lirzin
2016-03-04 23:25                   ` Ludovic Courtès
2016-03-05  1:08                     ` Mathieu Lirzin
2016-03-05  9:16                   ` Alex Kost
2016-01-25 14:04   ` Thompson, David
2016-01-25 21:41     ` Mathieu Lirzin
2016-01-25 23:33       ` Alex Kost
2016-01-26 17:57         ` Mathieu Lirzin
2016-01-24 20:19 ` [PATCH 05/13] packages: Use '@' in package record printers Mathieu Lirzin
2016-01-26 16:22   ` Ludovic Courtès
2016-01-24 20:19 ` [PATCH 06/13] build: Generate man pages after compiling guile objects Mathieu Lirzin
2016-01-26 16:52   ` Ludovic Courtès
2016-01-26 20:08     ` Mathieu Lirzin
2016-01-28  2:37       ` Eric Bavier
2016-01-28 15:44         ` Mathieu Lirzin
2016-01-28 15:59           ` Eric Bavier
2016-01-28 17:00             ` Mathieu Lirzin
2016-01-29  0:27               ` Eric Bavier
2016-01-29 16:17                 ` Mathieu Lirzin
2016-01-29 16:46                   ` Eric Bavier
2016-01-29 22:56                     ` Mathieu Lirzin
2016-01-31  9:17                       ` Ludovic Courtès
2016-01-24 20:19 ` [PATCH 07/13] build: Add 'DL' silent rule Mathieu Lirzin
2016-01-26 16:28   ` Ludovic Courtès
2016-01-26 17:44     ` Mathieu Lirzin
2016-01-26 19:22       ` Taylan Ulrich Bayırlı/Kammer
2016-01-26 21:06       ` Ludovic Courtès
2016-01-26 21:14         ` Mathieu Lirzin
2016-01-24 20:19 ` [PATCH 08/13] build: Add 'DOT' " Mathieu Lirzin
2016-01-26 16:28   ` Ludovic Courtès
2016-01-24 20:19 ` [PATCH 09/13] build: Add 'EMACS' " Mathieu Lirzin
2016-01-26 16:28   ` Ludovic Courtès
2016-01-24 20:19 ` [PATCH 10/13] build: Add 'HELP2MAN' " Mathieu Lirzin
2016-01-26 16:29   ` Ludovic Courtès
2016-01-24 20:19 ` [PATCH 11/13] build: Delete emacs/guix-autoloads.el when 'make clean' Mathieu Lirzin
2016-01-26 16:33   ` Ludovic Courtès
2016-01-26 22:55     ` Mathieu Lirzin
2016-01-24 20:19 ` [PATCH 12/13] build: Use 'GEN' and 'at' silent rules Mathieu Lirzin
2016-01-26 16:34   ` Ludovic Courtès
2016-01-24 20:19 ` [PATCH 13/13] Update .gitignore Mathieu Lirzin
2016-01-26 16:34   ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).