[Issue 4265] It should be possible to query template parameters with __traits

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4265 Andrei Alexandrescu changed: What|Removed |Added Version|future |D2 --

[Issue 4265] It should be possible to query template parameters with __traits

2014-04-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4265 Andrej Mitrovic changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Issue 4265] It should be possible to query template parameters with __traits

2013-08-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4265 Andrej Mitrovic changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Comment #

[Issue 4265] It should be possible to query template parameters with __traits

2013-06-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4265 thelastmamm...@gmail.com changed: What|Removed |Added CC||thelastmamm...@gmail.com ---

[Issue 4265] It should be possible to query template parameters with __traits

2013-06-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4265 --- Comment #10 from thelastmamm...@gmail.com 2013-06-23 18:27:31 PDT --- (In reply to comment #8) > (In reply to comment #5) > > I can have a pull ready soon for 2 traits: > > I managed to lose the branch where I implemented this. I think I on

[Issue 4265] It should be possible to query template parameters with __traits

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4265 Andrej Mitrovic changed: What|Removed |Added CC||k.hara...@gmail.com --- Comment #8 f

[Issue 4265] It should be possible to query template parameters with __traits

2013-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4265 Andrei Alexandrescu changed: What|Removed |Added CC||and...@erdani.com --- Comment #7

[Issue 4265] It should be possible to query template parameters with __traits

2012-12-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4265 --- Comment #6 from Andrej Mitrovic 2012-12-22 15:24:32 PST --- (In reply to comment #5) > I can have a pull ready soon for 2 traits: > > 1. Get the template out of the template instance (Foo!int => Foo) > 2. Get the arguments used to instant

[Issue 4265] It should be possible to query template parameters with __traits

2012-12-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4265 --- Comment #5 from Andrej Mitrovic 2012-12-22 15:09:13 PST --- I can have a pull ready soon for 2 traits: 1. Get the template out of the template instance (Foo!int => Foo) 2. Get the arguments used to instantiate the template (Foo!int => (in

[Issue 4265] It should be possible to query template parameters with __traits

2012-12-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4265 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme

[Issue 4265] It should be possible to query template parameters with __traits

2011-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4265 Brad Roberts changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 4265] It should be possible to query template parameters with __traits

2011-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4265 nfx...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4265] It should be possible to query template parameters with __traits

2010-06-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4265 --- Comment #3 from Trass3r 2010-06-03 20:40:28 PDT --- Well of course it's for metaprogramming. But I can't imagine a usecase at the moment so I asked for some examples ;) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?t

[Issue 4265] It should be possible to query template parameters with __traits

2010-06-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4265 --- Comment #2 from nfx...@gmail.com 2010-06-03 20:05:20 PDT --- Trass3r: meta programming. It often happened to me that I wanted to get the template params. Sometimes I had to add alias declarations just to get access to them. I think this feat

[Issue 4265] It should be possible to query template parameters with __traits

2010-06-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4265 Trass3r changed: What|Removed |Added CC||mrmoc...@gmx.de --- Comment #1 from Trass3r