From: Cyril Roelandt <tipecaml@gmail.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 0/2] Add libpeas.
Date: Thu, 17 Oct 2013 02:42:58 +0200 [thread overview]
Message-ID: <20131017004258.GA16206@gmail.com> (raw)
In-Reply-To: <87txgijnti.fsf@gnu.org>
On Tue, Oct 15, 2013 at 10:12:25PM +0200, Ludovic Courtès wrote:
> Cyril Roelandt <tipecaml@gmail.com> skribis:
>
> > These two patches add libpeas. The first one enables the introspection feature
> > for a few GNOME packages; the second adds libpeas.
>
> Nice!
>
> > + ;; The scanner will use the CC environment variable.
> > + (setenv "CC" "gcc")
>
> Before we copy/paste these two lines in a dozen packages ;-), what about
> patching the damn scanner directly in gobject-introspection?
Indeed, this makes sense :)
>
> IIUC it’d be just about patching ‘giscanner/sourcescanner.py’ to default
> to /nix/store/.../bin/gcc instead of cc.
>
> WDYT?
I patched it so that it first tries to use $CC, then 'cc', then
/nix/store/.../bin/gcc. This way, if the user set $CC or has a 'cc' symlink,
there will be no surprises.
>
> > + (description
> > + "libpeas is a gobject-based plugins engine, and is targetted at giving
> > +every application the chance to assume its own extensibility. It also has a set
> > +of features including, but not limited to:
> > +
> > +- multiple extension points
> > +- on demand (lazy) programming language support for C, Python and JS
> > +- simplicity of the API")
>
> I think we should avoid item lists in descriptions, because we don’t
> parse them as such currently. Also, two-spaces-after-period please.
OK.
>
> Other than that, that looks all good to me, thanks!
>
I'll resubmit these two patches as part of a larger patch series that adds eog
(Eye of GNOME) and its dependencies.
Cyril.
next prev parent reply other threads:[~2013-10-17 0:43 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-15 0:13 [PATCH 0/2] Add libpeas Cyril Roelandt
2013-10-15 0:13 ` [PATCH 1/2] gnu: gtk+: enable introspection Cyril Roelandt
2013-10-15 0:13 ` [PATCH 2/2] gnu: Add libpeas Cyril Roelandt
2013-10-15 20:12 ` [PATCH 0/2] " Ludovic Courtès
2013-10-17 0:42 ` Cyril Roelandt [this message]
2013-10-17 11:36 ` Ludovic Courtès
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=20131017004258.GA16206@gmail.com \
--to=tipecaml@gmail.com \
--cc=guix-devel@gnu.org \
--cc=ludo@gnu.org \
/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.