-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: add minutes for meeting 16 July 2020 #894
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
# Node.js Technical Steering Committee (TSC) Meeting 2020-07-16 | ||
|
||
## Links | ||
|
||
|
||
* **Recording**: https://youtu.be/yVMhtWJDl-Q | ||
* **GitHub Issue**: https://github.com/nodejs/TSC/issues/893 | ||
|
||
## Present | ||
|
||
|
||
* Michael Dawson @mhdawson (TSC) | ||
* Myles Borins @MylesBorins (TSC) | ||
* Tobias Nießen @tniessen (TSC) | ||
* Rich Trott @Trott (TSC) | ||
|
||
## Agenda | ||
|
||
### Announcements | ||
|
||
* We have three new collaborators: | ||
- https://github.com/nodejs/node/issues/34100 | ||
- https://github.com/nodejs/node/issues/34099 | ||
- https://github.com/nodejs/node/issues/34098 | ||
* and ~~four~~ three further nominations that have been accepted: | ||
- https://github.com/nodejs/node/issues/34121 | ||
- https://github.com/nodejs/node/issues/34168 | ||
- https://github.com/nodejs/node/issues/34242 | ||
- ~~https://github.com/nodejs/node/issues/34241~~ | ||
* plus one pending: | ||
- https://github.com/nodejs/node/issues/34369 | ||
|
||
### CPC and Board Meeting Updates | ||
|
||
*Extracted from **tsc-agenda** labeled issues and pull requests from the **nodejs org** prior to the meeting. | ||
|
||
* FYI - changes to Foundation bylaws approved recently and published. See https://github.com/openjs-foundation/cross-project-council/issues/590 for some info about changes. | ||
|
||
### nodejs/node | ||
|
||
* Next 10 years of Node.js [#34260](https://github.com/nodejs/node/issues/34260) | ||
* FYI - on agenda as FYI, first session today. | ||
|
||
* Proposal: create a triage team to manage the backlog [#34054](https://github.com/nodejs/node/issues/34054) | ||
* Gireesh has action to submit PRs to add to governance to further discussion. We’ll remove | ||
the agenda tag for now | ||
* Myles, one place people related where it’s useful is finding ways for people to get involved. | ||
Was thinking in context of work we did in the past around code and learns, so in the same | ||
way this might be a good way to onboard collabs. | ||
|
||
* Rename default branch from "master" to "main" or something similar [#33864](https://github.com/nodejs/node/issues/33864) | ||
* holding pattern waiting for more guidance or tooling from Github. | ||
|
||
* bootstrap: include bootstrapped Environment in builtin snapshot [#32984](https://github.com/nodejs/node/pull/32984) | ||
* Dan Bev is digging is, will wait until that completes before further discussion. | ||
|
||
* Myles Would love to talk a little bit about npm v7 and the release strategy behind it if we have time. Haven't opened any issues about it yet (will soon) | ||
* Some breaking changes, trying to figure out which would be breaking for Node.js | ||
* one is update to help resolve peer dependencies, could argue that its breaking because it is | ||
“fixing” | ||
* exploring cutting npm 7 (off by default) or 8, to possibly land 7 with 14, 12 and 8 with 15. | ||
* revamp of run command, currently working | ||
* looking at cutting beta of 7 in master sooner than later in Node.js to get input on whether | ||
we can get it back into 12 and 14. | ||
|
||
### nodejs/admin | ||
|
||
* Audit Google account access [#389](https://github.com/nodejs/admin/issues/389) | ||
* Nothing new | ||
|
||
## Strategic Initiatives | ||
|
||
* Startup performance | ||
* Joyee: opened https://bugs.chromium.org/p/v8/issues/detail?id=10704, rebased nodejs/node#32984 and made it work around that v8 issue while trying to fix it in the upstream. Would appreciate more reviews for that PR to land.. | ||
* Danbev: I've started to review nodejs/node#32984 and will continue tomorrow. I also hope to have time to take a closer look at @addaleax suggestion but I only have tomorrow before a month of PTO. | ||
|
||
* No update on build resources since last week. | ||
|
||
* No major updates from modules | ||
|
||
* Updates on V8 currency: | ||
- V8 8.4 landed on master. Release notes: https://v8.dev/blog/v8-release-84 | ||
- Backport PR to v14.x is open: https://github.com/nodejs/node/pull/34356 | ||
- WIP update to V8 8.5: https://github.com/nodejs/node/pull/34337. The new cppgc is causing some issues with cross-compilation and Windows. | ||
|
||
* QUIC initiative update: work is ongoing. | ||
|
||
## Upcoming Meetings | ||
|
||
* **Node.js Foundation Calendar**: https://nodejs.org/calendar | ||
|
||
|
||
Click `+GoogleCalendar` at the bottom right to add to your own Google calendar. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
btw, I have the PR in place, ready to review: nodejs/node#34295