From e55baa9c6d8bd344978a95beee74d4c51de1fd1d Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Wed, 11 Apr 2018 18:34:08 -0400 Subject: [PATCH 1/6] doc: add minutes for 11 April 2018 --- meetings/2018-04-11.md | 73 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 meetings/2018-04-11.md diff --git a/meetings/2018-04-11.md b/meetings/2018-04-11.md new file mode 100644 index 00000000..f9f25f96 --- /dev/null +++ b/meetings/2018-04-11.md @@ -0,0 +1,73 @@ +# Node.js Foundation Technical Steering Committee (TSC) Meeting 2018-04-11 + + +## Links + +* **Recording**: https://www.youtube.com/watch?v=GA2IHHFPRhs +* **GitHub Issue**: https://github.com/nodejs/TSC/issues/518 +* **Minutes Google Doc**: https://docs.google.com/document/d/1vLEQszZq9IfVqbT7K7QD17OC4jXAYchcT7MXI2Ck3es + +## Present + +* Michael Dawson @mhdawson (TSC) +* Franziska Hinkelmann @fhinkel (TSC) +* Gibson Fahnestock @gibfahn (TSC) +* Rich Trott @Trott (TSC) +* Jeremiah Senkpiel @Fishrock123 (TSC) +* Rod Vagg @rvagg (TSC) + +## Agenda + +### Announcements + +*Extracted from **tsc-agenda** labeled issues and pull requests from the **nodejs org** prior to the meeting. + +* Michael -> May is election month for TSC Chair and TSC Director. Proposed schedule: + * open nominations the week of April 16st + * Open vote May 1 + * Close vote May 15 + +* Rich -> Evan Lucas has moved himself to emeritus. Thanks for all of the hard work + snd contribution while you were a member. + +### nodejs/node + +* doc: add documentation on porting from Buffer(arg) usage [#19827](https://github.com/nodejs/node/issues/19827) + * Request for people to comment and review. +* Tracking Issue for Runtime Deprecation of Buffer constructor [#19079](https://github.com/nodejs/node/issues/19079). + * Rich has create a stub, discovered that Anna had already created more detailed on. @Trott + will edit/push forward. + * Runtime deprecation on master landed. + +### nodejs/TSC + +* Tracking issue for updating TSC on Board Meetings [#476](https://github.com/nodejs/TSC/issues/476) + * no board update this week. + +* Strategic Initiatives - Tracking Issue [#423](https://github.com/nodejs/TSC/issues/423) + * N-API - backports in progress for 8.x and 6.x. 6.x to start out as experimental. + + * V8 currency - V8 6.6 landed today on master. Waiting for a patch from the V8 team to make it compatible with upcoming V8 6.7. + * OpenSSL - Has not had time to update doc on current status yet. + * 1.1.0 now in master, and in latest 10.X test release + * Does not have 1.0.2 compatibility but we can add that later if people complain and + people show up to do the work + * Current plan, go out only with 1.1.0 + * ASM support is awkward due to new toolchain reqs, particularly on windows to + * get assembly but at compile time. Proposed to have flag in vcbuild and configure, + * If you don’t have right tools you need to opt in so you don’t just get no assembly + version without knowing about it. + * Since bundlers don’t ship new versions, less important for the 1.0.2 support. + +## Q&A, Other + +* No questions this week + +## Upcoming Meetings + +* **Node.js Foundation Calendar**: https://nodejs.org/calendar + +Click `+GoogleCalendar` at the bottom right to add to your own Google calendar. + + + From f30e0238dd917e330b2a013c81de1ec8e054cb9a Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Wed, 11 Apr 2018 18:37:02 -0400 Subject: [PATCH 2/6] squash: misc fixes --- meetings/2018-04-11.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/meetings/2018-04-11.md b/meetings/2018-04-11.md index f9f25f96..545be5e0 100644 --- a/meetings/2018-04-11.md +++ b/meetings/2018-04-11.md @@ -9,11 +9,13 @@ ## Present -* Michael Dawson @mhdawson (TSC) + * Franziska Hinkelmann @fhinkel (TSC) * Gibson Fahnestock @gibfahn (TSC) + +* Michael Dawson @mhdawson (TSC) * Rich Trott @Trott (TSC) -* Jeremiah Senkpiel @Fishrock123 (TSC) + * Rod Vagg @rvagg (TSC) ## Agenda @@ -28,7 +30,7 @@ * Close vote May 15 * Rich -> Evan Lucas has moved himself to emeritus. Thanks for all of the hard work - snd contribution while you were a member. + and contribution while you were a member. ### nodejs/node From 87a1b8e731138388ca7c9cc94816577a10a1c9a3 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Wed, 11 Apr 2018 18:37:34 -0400 Subject: [PATCH 3/6] squash: minor fix --- meetings/2018-04-11.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/meetings/2018-04-11.md b/meetings/2018-04-11.md index 545be5e0..cb1ac87b 100644 --- a/meetings/2018-04-11.md +++ b/meetings/2018-04-11.md @@ -12,10 +12,8 @@ * Franziska Hinkelmann @fhinkel (TSC) * Gibson Fahnestock @gibfahn (TSC) - * Michael Dawson @mhdawson (TSC) * Rich Trott @Trott (TSC) - * Rod Vagg @rvagg (TSC) ## Agenda From d9e5bbefc8e565512ed6dfa136619fb76b090128 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Wed, 11 Apr 2018 18:38:48 -0400 Subject: [PATCH 4/6] squash: minor fix --- meetings/2018-04-11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meetings/2018-04-11.md b/meetings/2018-04-11.md index cb1ac87b..3907223c 100644 --- a/meetings/2018-04-11.md +++ b/meetings/2018-04-11.md @@ -35,7 +35,7 @@ * doc: add documentation on porting from Buffer(arg) usage [#19827](https://github.com/nodejs/node/issues/19827) * Request for people to comment and review. * Tracking Issue for Runtime Deprecation of Buffer constructor [#19079](https://github.com/nodejs/node/issues/19079). - * Rich has create a stub, discovered that Anna had already created more detailed on. @Trott + * Rich has create a stub, discovered that Anna had already created more detailed one. @Trott will edit/push forward. * Runtime deprecation on master landed. From 87a4268aaf5c1aa1ccb5dc2d804ba6ecfd4c6c7c Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 11 Apr 2018 15:56:47 -0700 Subject: [PATCH 5/6] typo fix --- meetings/2018-04-11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meetings/2018-04-11.md b/meetings/2018-04-11.md index 3907223c..7ad970f1 100644 --- a/meetings/2018-04-11.md +++ b/meetings/2018-04-11.md @@ -35,7 +35,7 @@ * doc: add documentation on porting from Buffer(arg) usage [#19827](https://github.com/nodejs/node/issues/19827) * Request for people to comment and review. * Tracking Issue for Runtime Deprecation of Buffer constructor [#19079](https://github.com/nodejs/node/issues/19079). - * Rich has create a stub, discovered that Anna had already created more detailed one. @Trott + * Rich has created a stub, discovered that Anna had already created more detailed one. @Trott will edit/push forward. * Runtime deprecation on master landed. From cfa65b672f2dcf482d91766cafe73d687ecb41de Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 11 Apr 2018 15:57:04 -0700 Subject: [PATCH 6/6] typo fix --- meetings/2018-04-11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meetings/2018-04-11.md b/meetings/2018-04-11.md index 7ad970f1..c6adcc5c 100644 --- a/meetings/2018-04-11.md +++ b/meetings/2018-04-11.md @@ -23,7 +23,7 @@ *Extracted from **tsc-agenda** labeled issues and pull requests from the **nodejs org** prior to the meeting. * Michael -> May is election month for TSC Chair and TSC Director. Proposed schedule: - * open nominations the week of April 16st + * open nominations the week of April 16th * Open vote May 1 * Close vote May 15