[Issue 11003] Improve .di generation

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Oct 10 07:39:08 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=11003


Kenji Hara <k.hara.pg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull


--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> 2013-10-10 07:39:07 PDT ---
(In reply to comment #0)
> 2) Eponymous templates should use the usual shorthand rather than the full
> form; that is, instead of:
> 
>     template MyClass(T) {
>         class MyClass {
>             ...
>         }
>     }
> 
> it should output:
> 
>     class MyClass(T) {
>         ...
>     }

Partial fix:
https://github.com/D-Programming-Language/dmd/pull/2649

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list