-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Summit Topic: Promises #119
Comments
@BridgeAR That looks great! I was wondering whether:
would be better for the more general "Promises" session, as it seems it's not specific to debugging. |
@misterdjules I fixed the title as this should actually just be the agenda for the general promises part. |
One more point that we should talk about:
Some raw takes for me on this:
|
You'll loose the stack trace with any callback based API. I was already thinking that we could introduce some kind of zone mechanism in Node to provide V8 with context information necessary to rebuild the stack trace. |
Can you explain this to me? Isn't the stack trace lost only after the promisifed functions? I think this is more of a promises-guide concern (tell people to always promisify at the lowest level) |
Would also love it if the sinon issue was discussed (testing fake timers with async functions) |
will remote participation be available? |
Likely similar to the modules session.
Il giorno sab 13 ott 2018 alle ore 07:14 Gus Caplan <
notifications@github.com> ha scritto:
… will remote participation be available?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#119 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AADL4wso4MXuepITEXz9lkFi-OKJ5RdYks5ukfVEgaJpZM4XUNT2>
.
|
|
Here we go https://zoom.us/j/756090104 |
Abstract
Last summit the promise debugging group was very valuable and it's time to recap and continue the ongoing efforts.
To do so here's a rough agenda for the meeting. Please feel encouraged to suggest further topics.
Proposed agenda
async / await
(thanks a million @bmeurer)@nodejs/promises-debugging for visibility.
The text was updated successfully, but these errors were encountered: