Thread overview
Results of Top 5
Oct 09, 2008
Jason House
Oct 09, 2008
Walter Bright
Oct 10, 2008
Lutger Blijdestijn
Oct 10, 2008
Walter Bright
October 09, 2008
Did anyone make a tally ofhow many votes different things got? If so, what are they? I was surprised to see my remove SFINAE proposal showing up at all. It didn't even make my top 5

For Walter's inner circle, what conclusions were drawn from the poll? I saw comments like "consider it done" about the whole Tango/Phobos runtime thing. Are there any other items getting serious consideration?
October 09, 2008
Jason House wrote:
> Did anyone make a tally ofhow many votes different things got? If so,
> what are they? I was surprised to see my remove SFINAE proposal
> showing up at all. It didn't even make my top 5
> 
> For Walter's inner circle, what conclusions were drawn from the poll?
> I saw comments like "consider it done" about the whole Tango/Phobos
> runtime thing. Are there any other items getting serious
> consideration?

At the moment, the highest priority items are:

1. tango/phobos integration
2. fixing foreach so it works with iterators
3. implementing the threading model
4. fixing bugs
5. function returns by reference
6. invariant => immutable
October 10, 2008
Walter Bright wrote:
> At the moment, the highest priority items are:
> 
> 1. tango/phobos integration
> 2. fixing foreach so it works with iterators
> 3. implementing the threading model
> 4. fixing bugs
> 5. function returns by reference
> 6. invariant => immutable

This is your list? That's great :)
October 10, 2008
Lutger Blijdestijn wrote:
> Walter Bright wrote:
>> At the moment, the highest priority items are:
>>
>> 1. tango/phobos integration
>> 2. fixing foreach so it works with iterators
>> 3. implementing the threading model
>> 4. fixing bugs
>> 5. function returns by reference
>> 6. invariant => immutable
> 
> This is your list? That's great :)

Well, Sean is doing the hard work on (1).