Sept 23 2014 Meeting Notes

2014-10-03 Thread Rick Waldron
# September 23 2014 Meeting Notes Brian Terlson (BT), Allen Wirfs-Brock (AWB), John Neumann (JN), Rick Waldron (RW), Eric Ferraiuolo (EF), Jeff Morrison (JM), Jonathan Turner (JT), Sebastian Markbage (SM), Istvan Sebestyen (phone) (IS), Erik Arvidsson (EA), Brendan Eich (BE), Domenic Denicola

Re: Sept 23 2014 Meeting Notes

2014-10-03 Thread Mathias Bynens
Thanks for once again putting this together, Rick! On Fri, Oct 3, 2014 at 3:22 PM, Rick Waldron waldron.r...@gmail.com wrote: ## 4.4 Number('0b0101'). NaN or not? (Erik Arvidsson) EA: Previous discussion:

Re: Sept 23 2014 Meeting Notes

2014-10-03 Thread Erik Arvidsson
Number has always been able to handle the full NumericLiteral. In ES5.1 it can handle '-1', '-0', '0xff', '0XFF', '1e2', '-1E-2', 'Infinity'. Breaking that consistency was unwanted. This means that it is a change to existing semantics. We think we can get away with it though. ES5.1:

Re: Sept 23 2014 Meeting Notes

2014-10-03 Thread Rick Waldron
On Fri, Oct 3, 2014 at 10:04 AM, Erik Arvidsson erik.arvids...@gmail.com wrote: Number has always been able to handle the full NumericLiteral. In ES5.1 it can handle '-1', '-0', '0xff', '0XFF', '1e2', '-1E-2', 'Infinity'. Breaking that consistency was unwanted. This means that it is a change

Re: Sept 23 2014 Meeting Notes

2014-10-03 Thread Allen Wirfs-Brock
On Oct 3, 2014, at 7:35 AM, Rick Waldron wrote: On Fri, Oct 3, 2014 at 10:04 AM, Erik Arvidsson erik.arvids...@gmail.com wrote: Number has always been able to handle the full NumericLiteral. In ES5.1 it can handle '-1', '-0', '0xff', '0XFF', '1e2', '-1E-2', 'Infinity'. Breaking that