Skip to content

Commit 9bb2544

Browse files
doc: add minutes for 27th june 2023
Fixes: #615 PR-URL: #616 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
1 parent d0cb490 commit 9bb2544

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

wg-meetings/2023-06-27.md

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Node.js Diagnostics WorkGroup Meeting 2023-06-27
2+
3+
## Links
4+
5+
* **Recording**: https://www.youtube.com/watch?v=ZPKPYqqtAGk
6+
* **GitHub Issue**: https://github.com/nodejs/diagnostics/issues/615
7+
* **Minutes Google Doc**: https://docs.google.com/document/d/1ZWUrpBDQosDGNUrweexZ4WGBJawxkWbRWcTKG-9UqBQ/edit
8+
9+
## Present
10+
11+
* Diagnostics team: @nodejs/diagnostics
12+
13+
Gabriel Bota (@dygabo)
14+
Gireesh Punathil (@gireeshpunathil )
15+
Stephen Belanger (@qard)
16+
Chengzhong Wu (@legendecas)
17+
18+
## Agenda
19+
20+
## Announcements
21+
22+
*Extracted from **diag-agenda** labelled issues and pull requests from the **nodejs org** prior to the meeting.
23+
24+
### nodejs/node
25+
26+
* lib: rewrite AsyncLocalStorage without async_hooks [#48528](https://github.com/nodejs/node/pull/48528)
27+
* started working on the model
28+
* does not require async_hooks in anyway
29+
* reviews welcome
30+
31+
### nodejs/diagnostics
32+
33+
* Issue for Diagnostics project related news ? [#614](https://github.com/nodejs/diagnostics/issues/614)
34+
* Will wait for Michael
35+
36+
* TC39 proposal AsyncContext [#608](https://github.com/nodejs/diagnostics/issues/608)
37+
* 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
38+
* 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
39+
40+
41+
42+
## Q&A, Other
43+
44+
## Upcoming Meetings
45+
46+
* **Node.js Project Calendar**: <https://nodejs.org/calendar>
47+
48+
Click `+GoogleCalendar` at the bottom right to add to your own Google calendar.

0 commit comments

Comments
 (0)