digitalmars.D.bugs - [Issue 8271] New: [Ddoc] non-ascii character string macro names cannot be replaced
- d-bugmail puremagic.com (32/32) Jun 20 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8271
- d-bugmail puremagic.com (11/11) Oct 20 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8271
- d-bugmail puremagic.com (9/9) Oct 20 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8271
http://d.puremagic.com/issues/show_bug.cgi?id=8271 Summary: [Ddoc] non-ascii character string macro names cannot be replaced 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:08:33 PDT --- This documentation comment doesn't work well: --------------------------- /** * $(まくろ) * * Macros: * まくろ = マクロ */ void main(){} /* まくろ = Ma Ku Ro(macro) in Japanese Hiragana */ /* マクロ = Ma Ku Ro(macro) in Japanese Katakana */ --------------------------- dmd replace only the macro name which [A-Za-z_][A-Za-z0-9_]* matches as a macro name of Ddoc now. The macro name should accept non-ascii character string like 'Identifier'. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 20 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8271 --- Comment #1 from github-bugzilla puremagic.com 2012-10-20 09:35:46 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/f545e5de5c6cb7d59ef8b2a440066fc138877792 fix issue 8271 [Ddoc] non-ascii character string macro names cannot be replaced https://github.com/D-Programming-Language/dmd/commit/ce40d5ceaf13f91728fdbcf3561e6dfef62472e8 Merge pull request #1192 from shoo/fix8271 fix issue 8271 [Ddoc] non-ascii character string macro names cannot be replaced -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 20 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8271 Walter Bright <bugzilla digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 20 2012