digitalmars.D - Reflection roadmap?
- Frank Benoit <keinfarbton googlemail.com> Apr 28 2007
- Walter Bright <newshound1 digitalmars.com> Apr 28 2007
- jovo <jovo at.home> Apr 29 2007
- Sean Kelly <sean f4.ca> Apr 29 2007
Is there a plan/roadmap for adding reflection. I mean i don't want a date, only to know if there is something planned to add in the next few releases or definitely not in this year. Shall I invest much work in creating workarounds? Or shall i better concentrate on other problems and wait patiently for the things that are on the way?
Apr 28 2007
Frank Benoit wrote:Is there a plan/roadmap for adding reflection. I mean i don't want a date, only to know if there is something planned to add in the next few releases or definitely not in this year. Shall I invest much work in creating workarounds? Or shall i better concentrate on other problems and wait patiently for the things that are on the way?
It's planned, there is just so much to do. Currently, I'm trying to make progress on the const thing.
Apr 28 2007
Walter Bright Wrote:It's planned, there is just so much to do. Currently, I'm trying to make progress on the const thing.
I'm afraid we will get final, const and final const member functions of structures? It was my understanding of what is presented here. jovo
Apr 29 2007
jovo wrote:Walter Bright Wrote:It's planned, there is just so much to do. Currently, I'm trying to make progress on the const thing.
I'm afraid we will get final, const and final const member functions of structures? It was my understanding of what is presented here.
I sincerely hope this isn't the case. Sean
Apr 29 2007








Sean Kelly <sean f4.ca>