From 8987747da6ba90f1a226b4814a4cf82699afffb9 Mon Sep 17 00:00:00 2001 From: Gireesh Punathil Date: Wed, 12 Oct 2022 10:37:53 +0530 Subject: [PATCH 1/2] doc: add minutes for 11th Oct 2022 Fixes: https://github.com/nodejs/diagnostics/issues/592 --- wg-meetings/2022-10-11.md | 52 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 wg-meetings/2022-10-11.md diff --git a/wg-meetings/2022-10-11.md b/wg-meetings/2022-10-11.md new file mode 100644 index 0000000..53cd42e --- /dev/null +++ b/wg-meetings/2022-10-11.md @@ -0,0 +1,52 @@ +# Node.js Diagnostics WorkGroup Meeting 2022-10-11 + +## Links + +* **Recording**: https://www.youtube.com/watch?v=o2tBFhRWO7g +* **GitHub Issue**: https://github.com/nodejs/diagnostics/issues/592 +* **Minutes Google Doc**: https://docs.google.com/document/d/1utEDIAUXoLFCPdqorSLacHlpdo5j4F20tDwf2Kum938/edit + +## Present + +* Diagnostics team: @nodejs/diagnostics +* Stephen Belanger@qard +* Rafael Gonzaga: @rafaelgss +* Tony Gorez @tony-go +* Yagiz Nizipli @anonrig +* Gireesh Punathil @gireeshpunathil +* Anton Whalley @No9 + + +## Agenda + +## Announcements + +*Extracted from **diag-agenda** labelled issues and pull requests from the **nodejs org** prior to the meeting. + +### nodejs/diagnostics + +* llnode - Current Status [#576](https://github.com/nodejs/diagnostics/issues/576) + * anton: number of PRs opened (by Keyhan) as part of the review / workshop in the collab summit - promise support, missing features for v16 and documentation (Tony). + * tony: I had a answer from apple regarding the lldb issue, I’ll publish it on the issue. + * rafael: I could take documentation issue maybe in 2 or 3 weeks + +* User Journey tracking documentation [#502](https://github.com/nodejs/diagnostics/issues/502) + * rafael: Remove the item “native tools” from the “profiling” section + +* reportVersion semantics are not defined [#349](https://github.com/nodejs/diagnostics/issues/349) + * gireesh: consensus on the single digit version semantics, that bumps when there is a structural change in the report. Raise PR in the core to this effect. + +* diagnostics_channel additions: + for working group awareness and review: + * storage channel [#44943](https://github.com/nodejs/node/pull/44943) + * tracing channel [#44894](https://github.com/nodejs/node/pull/44894) + * https://github.com/nodejs/node/pull/44340 + + +## Q&A, Other + +## Upcoming Meetings + +* **Node.js Project Calendar**: + +Click `+GoogleCalendar` at the bottom right to add to your own Google calendar. From e73ed5ba57333bb2c593cd33c31fc2425bb6ef0b Mon Sep 17 00:00:00 2001 From: Gireesh Punathil Date: Wed, 12 Oct 2022 17:51:52 +0530 Subject: [PATCH 2/2] fixup: fix typo --- wg-meetings/2022-10-11.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wg-meetings/2022-10-11.md b/wg-meetings/2022-10-11.md index 53cd42e..9c44df1 100644 --- a/wg-meetings/2022-10-11.md +++ b/wg-meetings/2022-10-11.md @@ -9,8 +9,8 @@ ## Present * Diagnostics team: @nodejs/diagnostics -* Stephen Belanger@qard -* Rafael Gonzaga: @rafaelgss +* Stephen Belanger @qard +* Rafael Gonzaga @rafaelgss * Tony Gorez @tony-go * Yagiz Nizipli @anonrig * Gireesh Punathil @gireeshpunathil