Bug 11121 – Wrong parenthesis omission in ddoc output

Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-09-24T23:37:00Z
Last change time
2013-09-25T02:59:11Z
Keywords
diagnostic, pull, wrong-code
Assigned to
nobody
Creator
k.hara.pg

Comments

Comment #0 by k.hara.pg — 2013-09-24T23:37:00Z
Source: template Foo(T) if (Bar!(const T)) {} /// template Foo(T) if (Bar!(const int)) {} /// Generated wrong Ddoc output: template Foo(T) if (Bar!const(T)) template Foo(T) if (Bar!const(int)) Introduced by: https://github.com/D-Programming-Language/dmd/commit/905c4dd8e6a0377c518cce443f63a237df39ac7d
Comment #1 by k.hara.pg — 2013-09-24T23:42:30Z
Comment #2 by github-bugzilla — 2013-09-25T02:59:03Z
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/201f23c5c4273c4ee6e1df3abccad3e8edb21dbf fix Issue 11121 - Wrong parenthesis omission in ddoc output https://github.com/D-Programming-Language/dmd/commit/da3d2e6e8c9b03b55709d0723f34828af60786c8 Merge pull request #2588 from 9rnsr/fix11121 [REG2.064a] Issue 11121 - Wrong parenthesis omission in ddoc output