Re: [perl #47109] [CAGE] wrap macro args in parens inside macro bodies

2008-07-14 Thread chromatic
On Saturday 12 July 2008 21:52:52 Christoph Otto via RT wrote: The test now passes, although I'll leave this ticket open until someone can confirm that it still does the right thing. The new version of t/codingstd/c_macro_args.t as of r29372 has several special cases: stringification,

[perl #47109] [CAGE] wrap macro args in parens inside macro bodies

2008-07-14 Thread Christoph Otto via RT
On Sun Jul 13 23:26:51 2008, [EMAIL PROTECTED] wrote: +1 for modifying the test, not the macros. -- c Resloved.

[perl #47109] [CAGE] wrap macro args in parens inside macro bodies

2008-07-13 Thread Christoph Otto via RT
On Thu Feb 21 13:52:31 2008, coke wrote: On Fri Nov 02 07:56:44 2007, particle wrote: as per PDD07 (r22655,) c macro args *must* be wrapped in parens inside macro bodies, to allow expressions passed as macro parameters. for example, i expect: #define CLASS_has_alien_parents_TEST(o)

[perl #47109] [CAGE] wrap macro args in parens inside macro bodies

2008-02-21 Thread Will Coleda via RT
On Fri Nov 02 07:56:44 2007, particle wrote: as per PDD07 (r22655,) c macro args *must* be wrapped in parens inside macro bodies, to allow expressions passed as macro parameters. for example, i expect: #define CLASS_has_alien_parents_TEST(o) CLASS_flag_TEST(has_alien_parents, (o)) instead

[perl #47109] [CAGE] wrap macro args in parens inside macro bodies

2007-11-02 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #47109] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=47109 as per PDD07 (r22655,) c macro args *must* be wrapped in parens inside macro bodies,