On Thu, May 19, 2016 at 01:07:26PM -0400, Dan Espen wrote:
> Seemed like a valid use.  Not sure if our condition testing
> can do the same thing:
> 
> #if PLANES > 8
> + TitleStyle LeftJustified\
>     ActiveUp (\
>       HGradient 128 2 rgb:FF/00/00 70 rgb:88/00/88 30 rgb:00/00/ff)\
>     Inactive (\
>       Solid Navy -- flat)\
>     ActiveDown (\
>       HGradient 128 2 rgb:FF/00/00 50 rgb:88/00/88 50 rgb:00/00/ff)
> #else
> + TitleStyle      LeftJustified ActiveUp (Solid Navy -- flat) \
>                   ActiveDown (Solid Navy -- flat) \
>                   Inactive (Solid grey51 -- flat)
> #endif

Yes.  As in:

+ I Test (EnvIsSet PLANES) DoSomethingIfPlanesSet
+ I TestRc (NoMatch) DoSomethingIfPlanesNotSet

I'll leave CPP and M4 for now as I'd like to try something with them.

So, the question is, should I merge these deprecations to master?

-- Thomas Adam

Reply via email to