Mark S. Miller (2013-06-19T00:23:20.000Z)
I don't understand this. I am onboard with
console.unhandledRejection`/`console.rejectionHandled
and all that for better logging, and with using WeakRef notification to
improve the logging yet further. But I don't see how any of this can
substitute for the need that .done() serves. I think we will still need
.done() in ES7 promises.

Note: I didn't have .done() in E, but that's only because I didn't think of
it. I did have the problem that .done() addresses and I would have found it
useful.


On Tue, Jun 18, 2013 at 3:13 PM, Kris Kowal <kris.kowal at gmail.com> wrote:

> As Domenic mentions, there will be no place for "done" in our bright
> promise debugger future.
>
> It will however be necessary for promise users to keep on ending their
> chains with "done()" until promise debuggers are ubiquitously available.
> This is a simple problem. If you are writing code that targets both old and
> new engines, the promise polyfill will simply have to patch a no-op "done"
> onto the engine’s Promise.prototype.
>
> Kris Kowal
>
> _______________________________________________
> es-discuss mailing list
> es-discuss at mozilla.org
> https://mail.mozilla.org/listinfo/es-discuss
>
>


-- 
    Cheers,
    --MarkM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20130618/248c9923/attachment.html>
github at esdiscuss.org (2013-07-12T02:27:37.396Z)
I don't understand this. I am onboard with
`console.unhandledRejection`/`console.rejectionHandled`
and all that for better logging, and with using WeakRef notification to
improve the logging yet further. But I don't see how any of this can
substitute for the need that .done() serves. I think we will still need
.done() in ES7 promises.

Note: I didn't have .done() in E, but that's only because I didn't think of
it. I did have the problem that .done() addresses and I would have found it
useful.