01:21
<littledan>
Good to know, what topics do you want us to schedule when you will be awake?
16:12
<Andreu Botella>
re. the conversation about thenable handling in yesterday's call, AFAIU this is not something that the current spec text handles, right?
16:12
<Andreu Botella>
should it?
17:37
<Andreu Botella>
oh, I see that this is already handled by the promise job machinery in the spec
17:37
<Mathieu Hofman>
Yeah afaik thenables are simply adopted into native promises
17:38
<Mathieu Hofman>
The only case where you'd need special handling is if the code does thenable.then(onFulfilled), but then it's really up to the promise library to adopt AsyncContext internally
17:38
Andreu Botella
makes a note to turn Node.js's test-async-local-storage-thenable.js into test262 tests