From a3049f3bcaaf3f89a525c5d5e3c5084a2ee85ee1 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Wed, 22 Aug 2018 13:52:55 -0400 Subject: [PATCH 1/3] doc: add meeting minutes for Aug 22 2018 --- meetings/2018-08-22.md | 85 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 meetings/2018-08-22.md diff --git a/meetings/2018-08-22.md b/meetings/2018-08-22.md new file mode 100644 index 00000000..92b5030b --- /dev/null +++ b/meetings/2018-08-22.md @@ -0,0 +1,85 @@ +# Node.js Foundation Technical Steering Committee (TSC) Meeting 2018-08-22 + +## Links + +* **Recording**: https://www.youtube.com/watch?v=1f69vc69AkI +* **GitHub Issue**: https://github.com/nodejs/TSC/issues/587 + +## Present + +* Michael Dawson @mhdawson (TSC) +* Сковорода Никита Андреевич @ChALkeR (TSC) +* Daniel Bevenius @danbev (TSC) +* Franziska Hinkelmann @fhinkel (TSC) +* Joyee Cheung @joyeecheung (TSC) +* Matteo Collina @mcollina (TSC) +* Michaël Zasso @targos (TSC) +* Rich Trott @Trott (TSC) +* Gabriel Schulhof (Observer) + +## Agenda + +### Announcements + +*Extracted from **tsc-agenda** labeled issues and pull requests from the **nodejs org** prior to the meeting. + +### nodejs/node + +* stream-whatwg: add whatwg streams [#22352](https://github.com/nodejs/node/pull/22352) + * Jeremiah proposed to defer to next meeting so he has time to comment in the issue + +* \[WIP\] fs: feature detection for recursive mkdir\[Sync\] [#22302](https://github.com/nodejs/node/pull/22302) + * we added the ability to create directories recursively. Landed as an option to an + Existing method. Due to that it is not easy to detect. + * Myles proposed symbol, but don’t have consensus yet.Other option being discussed + Is to use new method. + * Myles, tagged so that we can discuss the general concept as a pattern. + * Let’s take back github and discuss next week if necessary when Myles is here. + +* process: add resolveSwallowed event [#22218](https://github.com/nodejs/node/pull/22218) + * 2 alternate PRs, very close but not reaching consensus + * defer to next week and @devsnek and @BridgeAR. + * Rich will act as champion to gather data and bring summary/recommendations back to TSC. + +* util: expose promise events [#21857](https://github.com/nodejs/node/pull/21857) + * Same issue at [#22218](https://github.com/nodejs/node/pull/22218) + +* Password Hashing API [#21766](https://github.com/nodejs/node/issues/21766) + * Chalker, no updates defer to next week. + +* tty: make _read throw ERR_TTY_WRITABLE_NOT_READABLE [#21654](https://github.com/nodejs/node/pull/21654) + * reached consensus to proceed with PR + * issue was opened on libuv, but no fast progress + * Matteo will land this and we will revert if libuv updates or we get the required + feature in time (which is unlikely). + * Michael Zasso, can we land as semver patch, Matteo will open issue + to get agreement to do that as technically it is SemVer major. + +* buffer: runtime-deprecate Buffer constructor everywhere by default [#21351](https://github.com/nodejs/node/pull/21351) + * leave this week for discussion, but schedule vote for next week. + +### nodejs/TSC + +* update charter [#569](https://github.com/nodejs/TSC/pull/569) + * Rich added, would like to defer for a couple of weeks + +* Tracking issue for updating TSC on Board Meetings [#476](https://github.com/nodejs/TSC/issues/476) + * Skip, Myles not here + +* Strategic Initiatives - Tracking Issue [#423](https://github.com/nodejs/TSC/issues/423) + * N-API still focussing on docs almost done there planning out next milestone, focus on tests and + a few tests and evangelization. + * V8 Currency - no update + +## Q&A, Other +* Question does Facebook hire Node.js developers? + * we don’t know + + +## Upcoming Meetings + +* **Node.js Foundation Calendar**: https://nodejs.org/calendar + +Click `+GoogleCalendar` at the bottom right to add to your own Google calendar. + + From cbddae60f22a75d2c2796e9818b2f009665e0bec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Wed, 22 Aug 2018 20:20:49 +0200 Subject: [PATCH 2/3] minor fixes --- meetings/2018-08-22.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/meetings/2018-08-22.md b/meetings/2018-08-22.md index 92b5030b..84b22289 100644 --- a/meetings/2018-08-22.md +++ b/meetings/2018-08-22.md @@ -26,54 +26,54 @@ ### nodejs/node * stream-whatwg: add whatwg streams [#22352](https://github.com/nodejs/node/pull/22352) - * Jeremiah proposed to defer to next meeting so he has time to comment in the issue + * Jeremiah proposed to defer to next meeting so he has time to comment in the issue. * \[WIP\] fs: feature detection for recursive mkdir\[Sync\] [#22302](https://github.com/nodejs/node/pull/22302) - * we added the ability to create directories recursively. Landed as an option to an - Existing method. Due to that it is not easy to detect. - * Myles proposed symbol, but don’t have consensus yet.Other option being discussed - Is to use new method. + * We added the ability to create directories recursively. Landed as an option to an + existing method. Due to that, it is not easy to detect. + * Myles proposed symbol, but don’t have consensus yet. Other option being discussed + is to use a new method. * Myles, tagged so that we can discuss the general concept as a pattern. - * Let’s take back github and discuss next week if necessary when Myles is here. + * Let’s take back GitHub and discuss next week if necessary when Myles is here. * process: add resolveSwallowed event [#22218](https://github.com/nodejs/node/pull/22218) - * 2 alternate PRs, very close but not reaching consensus - * defer to next week and @devsnek and @BridgeAR. + * 2 alternate PRs, very close but not reaching consensus. + * Defer to next week and @devsnek and @BridgeAR. * Rich will act as champion to gather data and bring summary/recommendations back to TSC. * util: expose promise events [#21857](https://github.com/nodejs/node/pull/21857) - * Same issue at [#22218](https://github.com/nodejs/node/pull/22218) + * Same issue as [#22218](https://github.com/nodejs/node/pull/22218). * Password Hashing API [#21766](https://github.com/nodejs/node/issues/21766) * Chalker, no updates defer to next week. * tty: make _read throw ERR_TTY_WRITABLE_NOT_READABLE [#21654](https://github.com/nodejs/node/pull/21654) - * reached consensus to proceed with PR - * issue was opened on libuv, but no fast progress + * Reached consensus to proceed with PR. + * Issue was opened on libuv, but no fast progress. * Matteo will land this and we will revert if libuv updates or we get the required - feature in time (which is unlikely). - * Michael Zasso, can we land as semver patch, Matteo will open issue + feature in time (which is unlikely). + * Michael Zasso: can we land as semver patch? Matteo will open issue to get agreement to do that as technically it is SemVer major. * buffer: runtime-deprecate Buffer constructor everywhere by default [#21351](https://github.com/nodejs/node/pull/21351) - * leave this week for discussion, but schedule vote for next week. + * Leave this week for discussion, but schedule vote for next week. ### nodejs/TSC * update charter [#569](https://github.com/nodejs/TSC/pull/569) - * Rich added, would like to defer for a couple of weeks + * Rich added, would like to defer for a couple of weeks. * Tracking issue for updating TSC on Board Meetings [#476](https://github.com/nodejs/TSC/issues/476) - * Skip, Myles not here + * Skip, Myles not here. * Strategic Initiatives - Tracking Issue [#423](https://github.com/nodejs/TSC/issues/423) * N-API still focussing on docs almost done there planning out next milestone, focus on tests and a few tests and evangelization. - * V8 Currency - no update + * No other updates. ## Q&A, Other -* Question does Facebook hire Node.js developers? - * we don’t know +* Question: does Facebook hire Node.js developers? + * We don’t know ## Upcoming Meetings From f9df4ff29aa2e8f544cb7473924a02f08c31968b Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Thu, 23 Aug 2018 12:48:39 -0400 Subject: [PATCH 3/3] Fix markdown --- meetings/2018-08-22.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meetings/2018-08-22.md b/meetings/2018-08-22.md index 84b22289..428632b7 100644 --- a/meetings/2018-08-22.md +++ b/meetings/2018-08-22.md @@ -47,7 +47,7 @@ * Password Hashing API [#21766](https://github.com/nodejs/node/issues/21766) * Chalker, no updates defer to next week. -* tty: make _read throw ERR_TTY_WRITABLE_NOT_READABLE [#21654](https://github.com/nodejs/node/pull/21654) +* tty: make \_read throw ERR_TTY_WRITABLE_NOT_READABLE [#21654](https://github.com/nodejs/node/pull/21654) * Reached consensus to proceed with PR. * Issue was opened on libuv, but no fast progress. * Matteo will land this and we will revert if libuv updates or we get the required