[Issue 4427] __traits should have isFunction, isVariable, etc

2017-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4427 Vladimir Panteleev changed: What|Removed |Added Status|NEW

[Issue 4427] __traits should have isFunction, isVariable, etc

2013-03-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4427 --- Comment #14 from Rob T al...@ucora.com 2013-03-29 00:06:50 PDT --- (In reply to comment #13) I would like to see something like isNullable(T) that evaluates to true if the type value can be assigned a null. Eg, struct S { ... } S* s;

[Issue 4427] __traits should have isFunction, isVariable, etc

2013-01-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4427 --- Comment #12 from Manu turkey...@gmail.com 2013-01-12 03:18:49 PST --- (In reply to comment #11) I've lost track here, what's left to implement that requires the compiler's help by exposing a new __trait? I think the __trait's were more

[Issue 4427] __traits should have isFunction, isVariable, etc

2013-01-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4427 --- Comment #13 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-01-12 11:54:22 PST --- Jonathan can you give us an updated on what's still missing? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 4427] __traits should have isFunction, isVariable, etc

2013-01-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4427 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 4427] __traits should have isFunction, isVariable, etc

2012-11-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4427 Manu turkey...@gmail.com changed: What|Removed |Added CC||turkey...@gmail.com ---

[Issue 4427] __traits should have isFunction, isVariable, etc

2012-11-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4427 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 4427] __traits should have isFunction, isVariable, etc

2012-11-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4427 Rob T al...@ucora.com changed: What|Removed |Added CC||al...@ucora.com --- Comment #6

[Issue 4427] __traits should have isFunction, isVariable, etc

2012-11-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4427 --- Comment #7 from Jonathan M Davis jmdavisp...@gmx.com 2012-11-16 15:46:47 PST --- I had forgotten that I created this enhancement request, though I don't know how valid it is at this point given how powerful is expressions are (though how

[Issue 4427] __traits should have isFunction, isVariable, etc

2010-07-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4427 --- Comment #2 from Jonathan M Davis jmdavisp...@gmail.com 2010-07-05 18:12:14 PDT --- Good points, though would == function check when it was a function pointer rather than a function? In either case, I think that you should be able to check