all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: John Darrington <john@darrington.wattle.id.au>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] pspp
Date: Sat, 30 Nov 2013 23:15:31 +0100	[thread overview]
Message-ID: <87haatv8n0.fsf@gnu.org> (raw)
In-Reply-To: <20131130131824.GA4676@intra> (John Darrington's message of "Sat, 30 Nov 2013 14:18:24 +0100")

Hi John,

This looks great!  I just have minor stylistic notes:

John Darrington <john@darrington.wattle.id.au> skribis:

> From 69c6338775161fcba20f4ce9452b33fee90dc2d1 Mon Sep 17 00:00:00 2001
> From: John Darrington <john@darrington.wattle.id.au>
> Date: Sat, 30 Nov 2013 11:11:54 +0100
> Subject: [PATCH 1/2] gnu: Added gtksourceview
>
> * gnu/packages/gtk.scm: New package gtksourceview

Rather:

* gnu/packages/gtk.scm (gtksourceview): New variable.

> +            (uri (string-append "mirror://gnome/sources/gtksourceview/" (string-take version 4) "/gtksourceview-"
> +                                version ".tar.bz2"))

Please try to keep lines below 80 chars.

> +   (inputs
> +    `(
> +      ("intltool" ,intltool)
> +      ("pkg-config" ,pkg-config)
> +      ("gtk" ,gtk+-2)
> +      ("libxml2" ,libxml2)
> +
> +      ; These two are needed only to allow the tests to run successfully
> +      ("xorg-server" ,xorg-server)
> +      ("shared-mime-info" ,shared-mime-info)
> +    ))

[...]

> +   (arguments
> +    `(#:phases 
> +      ; Unfortunately, some of the tests in "make check" are highly dependent on the environment
> +      ; therefore, some black magic is required

Please use the same style as the rest; in particular, no line break
after an opening paren, no hanging closing parens, and two semicolons to
introduce comments that are on line of their own (see ‘HACKING’.)

(Nice that you managed to get the X tests running, BTW!)

> +   (synopsis "A text widget that extends the standard gtk+ 2.x
> +text widget GtkTextView.")

Rather like “Widget that extends GtkTextView from GTK+ 2.x” (no final
period, no “A”.)

> From 39f8989a6e9067002911257701f90776f5b5b608 Mon Sep 17 00:00:00 2001
> From: John Darrington <john@darrington.wattle.id.au>
> Date: Sat, 30 Nov 2013 13:54:46 +0100
> Subject: [PATCH 2/2] gnu: pspp: Enabled build of the gui
>
> * gnu/packages/math.scm (<pspp>): Removed the --without-gui flag
> and added the necessary inputs to build it.

Should be ‘pspp’, not ‘<pspp>’.

OK to apply modulo these cosmetic changes.  Could you post updated
patches?

Thanks!

Ludo’.

  reply	other threads:[~2013-11-30 22:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-30 13:18 [PATCH] pspp John Darrington
2013-11-30 22:15 ` Ludovic Courtès [this message]
2013-12-01  7:02   ` John Darrington
2013-12-02 12:53     ` Ludovic Courtès
2013-12-02 13:41       ` John Darrington

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87haatv8n0.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=john@darrington.wattle.id.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.