Re: AP2 bugs

2013-09-02 Thread Anne van Kesteren
On Sat, Aug 31, 2013 at 10:56 PM, Brendan Eich bren...@mozilla.com wrote: kind of defines, more precisely stated as does not define -- dherman and I noticed this. I hope Anne defines it soon! To be clear, Ian edits HTML, not me. I just filed

AP2 bugs

2013-08-31 Thread Nathan Wall
Hi, I do not know if this is the correct list to discuss these things. If it is not, please redirect me. I have done some work on implementing the AP2 draft I could find here http://github.com/domenic/promises-unwrapping and I have a few potential bugs to report.  If this is not the latest

Re: AP2 bugs

2013-08-31 Thread Mark S. Miller
The diagnosis and fix for these seem correct. Now reported at https://github.com/domenic/promises-unwrapping/issues/14 https://github.com/domenic/promises-unwrapping/issues/15 Thanks for reporting these! ___ es-discuss mailing list

RE: AP2 bugs

2013-08-31 Thread Domenic Denicola
@mozilla.org; Domenic Denicola Subject: Re: AP2 bugs The diagnosis and fix for these seem correct. Now reported at https://github.com/domenic/promises-unwrapping/issues/14 https://github.com/domenic/promises-unwrapping/issues/15 Thanks for reporting these! ___ es

Re: AP2 bugs

2013-08-31 Thread Tab Atkins Jr.
On Sat, Aug 31, 2013 at 9:03 AM, Nathan Wall nathan.w...@live.com wrote: Am I correct to understand that queue a microtask means that the task should be run asynchronously? For this, I am currently using a function called `defer(f)` which is just a wrapper around `setTimeout(f, 0)`. Yes,

RE: AP2 bugs

2013-08-31 Thread Domenic Denicola
@mozilla.org; Domenic Denicola Subject: Re: AP2 bugs On Sat, Aug 31, 2013 at 9:03 AM, Nathan Wall nathan.w...@live.com wrote: Am I correct to understand that queue a microtask means that the task should be run asynchronously? For this, I am currently using a function called `defer(f)` which is just

Re: AP2 bugs

2013-08-31 Thread Brendan Eich
Domenic Denicola mailto:dome...@domenicdenicola.com August 31, 2013 2:17 PM Microtasks are unfortunately not defined anywhere, but Anne has [a bug open on HTML5][1] to do so. Right, not defined. Well, OK, looking at the spec, it kind of defines kind of defines, more precisely stated as