hydra-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: customizing coverage


From: Thien-Thi Nguyen
Subject: Re: customizing coverage
Date: Sat, 21 Jan 2012 14:55:20 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

() address@hidden (Ludovic Courtès)
() Fri, 20 Jan 2012 22:17:51 +0100

   So presumably, what you show above shouldn’t interfere badly, and in
   fact shouldn’t make any difference.

Good.

Is that URL stable?  I'd like to add a blurb in HACKING re "how to
add --enable-coverage to configure" (unless you beat me to it).

   > - If so, is that syntax correct?  Is there a better way to append?

   There are 1 problem: ‘meta.configureFlags’ means “get the attribute
   named ‘configureFlags’ from the attribute set stored in the
   lexically-scoped variable ‘meta’.”  And ‘meta’ has no such field.  So
   instead, it should be:

     configureFlags = configureFlags + " --enable-coverage";

   Note that ‘+’ is like ‘string-append’.

Oops, i mistook the scope of ‘configureFlags’.
Thanks for the correction.

It seems to me ‘X = TRANSFORM (X)’ is like the binding clause of a
‘let’ binding block, rather than that of ‘let*’.  Do i misunderstand?



reply via email to

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