[Issue 8261] std.traits.ParameterTypeTuple may break existing codes

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jun 19 07:09:08 PDT 2012


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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull, rejects-valid
           Severity|normal                      |regression


--- Comment #4 from Kenji Hara <k.hara.pg at gmail.com> 2012-06-19 07:11:27 PDT ---
I think this is a regression in 2.060head.
https://github.com/D-Programming-Language/dmd/pull/1018


To support getting parameter names, there are two pulls.

1. Add new trait: __traits(parameterNames, func)
https://github.com/D-Programming-Language/dmd/pull/951

2. An implementation of my idea: __traits(identifier, typeof(func))
https://github.com/D-Programming-Language/dmd/pull/1017

-- 
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