Re: July TC39 meeting notes, day 2

2011-08-05 Thread Brendan Eich
On Aug 4, 2011, at 9:50 PM, Oliver Hunt wrote: The grammar at http://wiki.ecmascript.org/doku.php?id=harmony:classes does not restrict Statement at all, currently. The return-the-result-of-an-expression restriction could be done grammatically but it is easier to do with semantics, prose in

July TC39 meeting notes, day 2

2011-08-04 Thread Brendan Eich
A week late, I missed some of the morning due to a conflict. Thanks to Alex Russell for whiteboard photos. Others in attendance, please fill in and correct as needed. Thanks. == Overview of initial working draft for 6th edition and discuss work flow for developing 6th edition draft == Allen

Re: July TC39 meeting notes, day 2

2011-08-04 Thread Oliver Hunt
On Aug 4, 2011, at 2:29 PM, Brendan Eich wrote: 1. return allowed from constructor? ... Consensus is: RESOLVED, return disallowed from class constructor body. What about return with no value -- there are cases where such early returns are useful, and you would not be allowed to specify your

Re: July TC39 meeting notes, day 2

2011-08-04 Thread Brendan Eich
On Aug 4, 2011, at 3:15 PM, Oliver Hunt wrote: On Aug 4, 2011, at 2:29 PM, Brendan Eich wrote: 1. return allowed from constructor? ... Consensus is: RESOLVED, return disallowed from class constructor body. What about return with no value -- there are cases where such early returns are

Re: July TC39 meeting notes, day 2

2011-08-04 Thread Oliver Hunt
On Aug 4, 2011, at 6:45 PM, Brendan Eich wrote: On Aug 4, 2011, at 3:15 PM, Oliver Hunt wrote: On Aug 4, 2011, at 2:29 PM, Brendan Eich wrote: 1. return allowed from constructor? ... Consensus is: RESOLVED, return disallowed from class constructor body. What about return with no value