Skip to content

Commit 3918d55

Browse files
committed
doc: add minutes for meeting 16 Feb 2022
Closes: nodejs#1166
1 parent 19e8e28 commit 3918d55

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed

meetings/2022-02-16.md

+79
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
# Node.js Technical Steering Committee (TSC) Meeting 2022-02-16
2+
3+
## Links
4+
5+
* **Recording**: <https://www.youtube.com/watch?v=u6srlkRSRM4>
6+
* **GitHub Issue**: <https://github.com/nodejs/TSC/issues/1166>
7+
8+
## Present
9+
10+
* Antoine du Hamel @aduh95 (TSC)
11+
* Matteo Collina @mcollina (TSC)
12+
* Tobias Nießen @tniessen (TSC)
13+
* Gireesh Punathil @gireeshpunathil (TSC)
14+
* Darshan Sen @RaisinTen (TSC)
15+
* Beth Griggs @BethGriggs (TSC)
16+
* Сковорода Никита Андреевич @ChALkeR (TSC)
17+
* Richard Lau @richardlau (TSC)
18+
* Michaël Zasso @targos (TSC)
19+
20+
## Agenda
21+
22+
### Announcements
23+
24+
* The Node.js copyright has been donated by Joyent/Samsung to the OpenJS Foundation <https://openjsf.org/blog/2022/02/14/node-js-trademarks-transferred-to-openjs-foundation/>
25+
* OpenJS World CFP extended to 25th of February
26+
* New collaborator!
27+
28+
### CPC and Board Meeting Updates
29+
30+
*Extracted from **tsc-agenda** labeled issues and pull requests from the **nodejs org** prior to the meeting.
31+
32+
### nodejs/node
33+
34+
* crypto: clarify `require("crypto").getRandomValues` is Node.js specific [#41782](https://github.com/nodejs/node/pull/41782)
35+
* matteo: What is the problem? The question is unclear
36+
* Antoine: James Snell added getRandomValue() as an alias to the require(‘crypto’) module. Tobias noted than there are might be webcompatibility. The compability issue is that getRandomValue() required this to be an instance of the spec Crypto object.
37+
* It seems there are no conflict on the PR, just waiting for more approvals.
38+
* Check out [#41779](https://github.com/nodejs/node/pull/41779), this includes the deprecation of getRandomValues(). Added the tsc-agenda label and we will talk about it next week.
39+
40+
* Rename default branch from "master" to "main" [#33864](https://github.com/nodejs/node/issues/33864)
41+
* Richard Lau: there are a lot of scripts that could break.
42+
* Michael: it should not be possible to use git-node-land and land things to the wrong branch.
43+
44+
### nodejs/TSC
45+
46+
* Invite TSC members in the Google Calendar event for meetings [#1133](https://github.com/nodejs/TSC/issues/1133)
47+
* Matteo: this is mostly done as everybody has received their invites. Removing the tsc-agenda label
48+
49+
* vote: future of primordials [#1104](https://github.com/nodejs/TSC/issues/1104)
50+
* Antoine: the vote has closed and the vote has been pasted in the PR. We can close the PR.
51+
* Matteo: the PR needs to be finalized and landed. Antoine will do it.
52+
* Antoine: do we want to do another vote? I’m currently busy right now.
53+
* Matteo: If there are no other volunteers I propose we wait for another vote until the error path is finished.
54+
* Michael: what does the vote mean?
55+
* Antoine: the vote means that a PR that improves the tamper proofness of the error path can be blocked/reverted only if it causes a performance regression (or if there are other concerns regarding code quality unrelated to primordials)
56+
57+
* Looking for feedback: Pointer compression in Node.js [#790](https://github.com/nodejs/TSC/issues/790)
58+
* <https://github.com/nodejs/TSC/issues/790#issuecomment-1041404279> explains that we have a 4GB limit per process.
59+
* Tobias: there are valid use for large memory usage
60+
* Michael: what is the default memory limit for Node.js?
61+
* Michael: buffers are not affected by pointer compression.
62+
* Matteo: We agree we need a champion for this to progress it further.
63+
64+
### nodejs/admin
65+
66+
* Bot user for nodejs/corepack [#660](https://github.com/nodejs/admin/issues/660)
67+
* Matteo to open an issue on nodejs/corepack to make dynamic downloads of the package manager version.
68+
* +1 for having a bot to keep corepack updated in Node.js - maybe we can just update the eslint one to pull the new release. Antoine to do it.
69+
70+
* blocklist import/export [#659](https://github.com/nodejs/admin/issues/659)
71+
* On agenda for awareness.
72+
73+
## Strategic Initiatives
74+
75+
## Upcoming Meetings
76+
77+
* **Node.js Foundation Calendar**: <https://nodejs.org/calendar>
78+
79+
Click `+GoogleCalendar` at the bottom right to add to your own Google calendar.

0 commit comments

Comments
 (0)