digitalmars.D - Results of Top 5
- Jason House (2/2) Oct 09 2008 Did anyone make a tally ofhow many votes different things got? If so, wh...
- Walter Bright (8/16) Oct 09 2008 At the moment, the highest priority items are:
- Lutger Blijdestijn (2/10) Oct 10 2008 This is your list? That's great :)
- Walter Bright (2/13) Oct 10 2008 Well, Sean is doing the hard work on (1).
- Jason House (2/20) Oct 10 2008 What is "the threading model"? Is this using Tango's threading model? Th...
- Denis Koroskin (3/24) Oct 10 2008 Maybe it is shared/unshared?
- Walter Bright (2/4) Oct 10 2008 shared/unshared, thread local storage, pure function semantics
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
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
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 => immutableThis is your list? That's great :)
Oct 10 2008
Lutger Blijdestijn wrote:Walter Bright wrote:Well, Sean is doing the hard work on (1).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 => immutableThis is your list? That's great :)
Oct 10 2008
Walter Bright Wrote:Jason House wrote:What is "the threading model"? Is this using Tango's threading model? Thread local storage? Concurrent execution of pure functions?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 10 2008
On Fri, 10 Oct 2008 17:34:01 +0400, Jason House <jason.james.house gmail.com> wrote:Walter Bright Wrote:Maybe it is shared/unshared?Jason House wrote:What is "the threading model"? Is this using Tango's threading model? Thread local storage? Concurrent execution of pure functions?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 10 2008
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