Thread overview | |||||
---|---|---|---|---|---|
|
June 20, 2012 [Issue 8272] New: [Ddoc] Recursive macro expansion is failed. | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=8272 Summary: [Ddoc] Recursive macro expansion is failed. Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: zan77137@nifty.com --- Comment #0 from SHOO <zan77137@nifty.com> 2012-06-20 07:15:01 PDT --- This documentation comment doesn't work well: ------------------------------------ /** * $(MACRO_A MACRO_B) * * Macros: * MACRO_A = $($1) * MACRO_B = Macro C */ void main(){} ------------------------------------ $(MACRO_A MACRO_B) should be replaced to "Macro C". But now, this is replaced to "$(MACRO_B)". -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
November 08, 2012 [Issue 8272] [Ddoc] Recursive macro expansion is failed. | ||||
---|---|---|---|---|
| ||||
Posted in reply to SHOO | http://d.puremagic.com/issues/show_bug.cgi?id=8272 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla@digitalmars.com Version|D2 |D1 & D2 --- Comment #1 from Walter Bright <bugzilla@digitalmars.com> 2012-11-07 19:39:00 PST --- Recursive macro expansion isn't supposed to happen. I believe this is not a bug, and fixing this is a mistake. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
November 08, 2012 [Issue 8272] [Ddoc] Recursive macro expansion is failed. | ||||
---|---|---|---|---|
| ||||
Posted in reply to SHOO | http://d.puremagic.com/issues/show_bug.cgi?id=8272 --- Comment #2 from Walter Bright <bugzilla@digitalmars.com> 2012-11-07 19:39:27 PST --- https://github.com/D-Programming-Language/dmd/pull/1214 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation