www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Results of Top 5

reply Jason House <jason.james.house gmail.com> writes:
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?
Oct 09 2008
next sibling parent reply Walter Bright <newshound1 digitalmars.com> writes:
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
Oct 09 2008
parent reply Lutger Blijdestijn <lutger.blijdestijn gmail.com> writes:
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 :)
Oct 10 2008
parent Walter Bright <newshound1 digitalmars.com> writes:
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).
Oct 10 2008
prev sibling parent reply Jason House <jason.james.house gmail.com> writes:
Walter Bright Wrote:

 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
What is "the threading model"? Is this using Tango's threading model? Thread local storage? Concurrent execution of pure functions?
Oct 10 2008
next sibling parent "Denis Koroskin" <2korden gmail.com> writes:
On Fri, 10 Oct 2008 17:34:01 +0400, Jason House  
<jason.james.house gmail.com> wrote:

 Walter Bright Wrote:

 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
What is "the threading model"? Is this using Tango's threading model? Thread local storage? Concurrent execution of pure functions?
Maybe it is shared/unshared?
Oct 10 2008
prev sibling parent Walter Bright <newshound1 digitalmars.com> writes:
Jason House wrote:
 What is "the threading model"? Is this using Tango's threading model?
 Thread local storage? Concurrent execution of pure functions?
shared/unshared, thread local storage, pure function semantics
Oct 10 2008