-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes: #615 PR-URL: #616 Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
- Loading branch information
1 parent
d0cb490
commit 9bb2544
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Node.js Diagnostics WorkGroup Meeting 2023-06-27 | ||
|
||
## Links | ||
|
||
* **Recording**: https://www.youtube.com/watch?v=ZPKPYqqtAGk | ||
* **GitHub Issue**: https://github.com/nodejs/diagnostics/issues/615 | ||
* **Minutes Google Doc**: https://docs.google.com/document/d/1ZWUrpBDQosDGNUrweexZ4WGBJawxkWbRWcTKG-9UqBQ/edit | ||
|
||
## Present | ||
|
||
* Diagnostics team: @nodejs/diagnostics | ||
|
||
Gabriel Bota (@dygabo) | ||
Gireesh Punathil (@gireeshpunathil ) | ||
Stephen Belanger (@qard) | ||
Chengzhong Wu (@legendecas) | ||
|
||
## Agenda | ||
|
||
## Announcements | ||
|
||
*Extracted from **diag-agenda** labelled issues and pull requests from the **nodejs org** prior to the meeting. | ||
|
||
### nodejs/node | ||
|
||
* lib: rewrite AsyncLocalStorage without async_hooks [#48528](https://github.com/nodejs/node/pull/48528) | ||
* started working on the model | ||
* does not require async_hooks in anyway | ||
* reviews welcome | ||
|
||
### nodejs/diagnostics | ||
|
||
* Issue for Diagnostics project related news ? [#614](https://github.com/nodejs/diagnostics/issues/614) | ||
* Will wait for Michael | ||
|
||
* TC39 proposal AsyncContext [#608](https://github.com/nodejs/diagnostics/issues/608) | ||
* talked to the TC39 committee, no objections to using call the reject's call time context for unhandledRejection: https://github.com/tc39/proposal-async-context/issues/16#issuecomment-1531941423 | ||
* agreed on having generators record the context at the initialization time, and having every .next() just restore the initialization time's context: https://github.com/tc39/proposal-async-context/issues/18#issuecomment-1531935431 | ||
|
||
|
||
|
||
## Q&A, Other | ||
|
||
## Upcoming Meetings | ||
|
||
* **Node.js Project Calendar**: <https://nodejs.org/calendar> | ||
|
||
Click `+GoogleCalendar` at the bottom right to add to your own Google calendar. |