Skip to content

Commit 0317c88

Browse files
committed
doc: add TSC meeting minutes 2015-10-21
Reviewed-By: James M Snell <[email protected]> PR-URL: #3480
1 parent 5029f41 commit 0317c88

File tree

1 file changed

+214
-0
lines changed

1 file changed

+214
-0
lines changed

doc/tsc-meetings/2015-10-21.md

+214
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,214 @@
1+
# Node Foundation Core Technical Committee (CTC) Meeting 2015-10-21
2+
3+
## Links
4+
5+
* **Audio Recording**: https://soundcloud.com/node-foundation/tsc-meeting-2015-10-21
6+
* **GitHub Issue**: https://github.com/nodejs/node/issues/3464
7+
* **Minutes Google Doc**: <https://docs.google.com/document/d/1ad8Xlza_B-iWexdlAd1Z5muzBy_HH88t_iSD31OUepA>
8+
* _Previous Minutes Google Doc: <https://docs.google.com/document/d/1tVPxA4Y3n3dmICJFZN2vK93PXjCaUQ-eiN2mvt7zqbE>_
9+
10+
## Present
11+
12+
* Rod Vagg (CTC)
13+
* Brian White (CTC)
14+
* Steven R. Loomis (observer)
15+
* James Snell (CTC)
16+
* Michael Dawson (observer)
17+
* Chris Dickinson (CTC)
18+
* Ben Noordhuis (CTC)
19+
* Jeremiah Senkpiel (CTC)
20+
* Trevor Norris (CTC)
21+
* Alexis Campailla (CTC)
22+
* Mikeal Rogers (observer)
23+
* Shigeki Ohtsu (CTC)
24+
* Seth Thompson (observer)
25+
* Bert Belder (CTC)
26+
* Fedor Indutny (CTC)
27+
## Agenda
28+
29+
Extracted from **tsc-agenda** labelled issues and pull requests in the nodejs org prior to meeting.
30+
31+
### nodejs/node
32+
33+
* governance: add new collaborators #VIII [#3472](https://github.com/nodejs/node/issues/3472)
34+
* detect "full-icu" module [#3460](https://github.com/nodejs/node/issues/3460)
35+
* WG: Considering a new HTTP WG [#3214](https://github.com/nodejs/node/issues/3214)
36+
* node: deprecate public access to `process.binding` [#2768](https://github.com/nodejs/node/pull/2768)
37+
38+
## Minutes
39+
40+
### Review of previous meeting
41+
42+
* V8 security reporting [#3348](https://github.com/nodejs/node/issues/3348)
43+
* doc: add information about Assert behavior and maintenance [#3330](https://github.com/nodejs/node/pull/3330)
44+
* WG: Considering a new HTTP WG [#3214](https://github.com/nodejs/node/issues/3214)
45+
* Discussion: LTS & v5 release planning [#3000](https://github.com/nodejs/node/issues/3000)
46+
* Compiling node v4.0.0 with OpenSSL 1.0.1 fails [#2783](https://github.com/nodejs/node/issues/2783)
47+
* Umbrella Program [#2](https://github.com/nodejs/TSC/pull/2)
48+
49+
### Standup
50+
51+
* Rod Vagg: index.tab and index.json updates (nodejs.org/dist/index.*) including an “lts” field, also made consistent directories for ancient Node tarballs with shasums files so nvm and other tools can simplify their access. v5 and other build yak shaving.
52+
* Brian White: usual triaging and PR and Issues commenting, not much else
53+
* Steven R. Loomis: Intl meeting, "full-icu" npm module [will be away until Nov 11 meeting, Unicode conf/Unicode-TC]
54+
* James Snell: Working on localization for the node runtime [#3413](https://github.com/nodejs/node/pull/3413)
55+
* Michael Dawson: Working through PPC and AIX PRs and issues, LTS WG discussions, Benchmarking WG, working with Stefan on agenda items for API WG meeting.
56+
* Chris Dickinson: was busy with vacation and conferences, but looking into the WhatWG Streams spec, next up is static analysis server
57+
* Ben Noordhuis: The usual. Looking into make the debugger better. The test suite is in bad shape
58+
* Jeremiah Senkpiel: issue and PR work — going back through the backlog now, helping with v5 release + npm@3
59+
* Trevor Norris: flurry of AsyncWrap PRs, trying to get it to a point where people could more reliably use it, it can’t be hidden forever.
60+
* Alexis Campailla: Sick, traveling; CI progress on flakiness, some progress on native module build service
61+
* Mikeal Rogers: Foundation resources for v5 release: PR folks wrote a blog post, expectation setting, make sure enterprises are still using LTS, if you’re a dev here’s what to be excited about, etc.
62+
* Shigeki Ohtsu: Worked semver-major fix to limit DH key size [#1831] (https://github.com/nodejs/node/pull/1831) and some works for root certs.
63+
* Seth Thompson: Security mailing list stuff went through this week, working on v8 side of things to create a new version of the octane benchmark, excited about the benchmarking WG
64+
* Bert Belder: nothing
65+
* Fedor Indutny: reviewing PRs, helped fix a beforeExit bug, fixing yet another V8’s ArrayBuffer issue
66+
- Discussed the ArrayBuffer issue in detail
67+
68+
* (Aside: Shigeki and Fedor were asked to look at [#3406](https://github.com/nodejs/node/issues/3406) - “p1/p2” issue )
69+
70+
### governance: add new collaborators #VIII [#3472](https://github.com/nodejs/node/issues/3472)
71+
72+
- Discussed onboarding.
73+
74+
- Action: Jeremiah to schedule and run another onaboarding, Chris to tune in.
75+
76+
### detect "full-icu" module [#3460](https://github.com/nodejs/node/issues/3460)
77+
78+
Stems from conversation from the 0.X days about whether Node should ship other languages separately.
79+
80+
This is a module published on npm as an alternative to shipping with Node proper.
81+
82+
Whether node can detect a full-icu install in a special place (node_modules/full-icu, global/node_modules/full-icu)
83+
84+
Nathan7 commented with a concern about coupling npm to node
85+
86+
Currently have to start node with ICU_DATA_PATH=some/path/to/file
87+
88+
Rod: Couple it to `execPath`
89+
90+
James: globally installed could install into a well known global location
91+
92+
Rod: Does this have to be done at startup?
93+
94+
Stephen: Yes. V8 has to have the data available before starting.
95+
96+
James: Happens right after parsing args
97+
98+
Rod: Could use HOME?
99+
100+
Stephen: Could use NODE_PATH?
101+
102+
Rod: Trying to move away from NODE_PATH
103+
104+
Ben: Might just bite the bullet and include ICU?
105+
106+
Stephen: I would like that, but I am sympathetic to folks running on OpenWRT
107+
108+
Ben: I can see that, but all this installing in special paths leaves a lot of margin for error.
109+
110+
James: Full ICU will double the size of the Node binary. Hard pill to swallow.
111+
112+
Rod: We could offer alternative downloads?
113+
114+
Stephen: Two downloads would work as well. We could do this all from build infra.
115+
116+
Bert: I would not be in favor of that. We end up with “oh my module doesn’t work” “oh you didn’t download the right flavor of Node”
117+
118+
Jeremiah: It’s going to make it confusing no matter what
119+
120+
... [I missed this]
121+
122+
Chris: could we offer better error messages?
123+
124+
Rod: it peeks through in a lot of places — the ICU object, strings, etc. Maybe best to leave to module authors? Include a process.versions.icu object?
125+
126+
James: small-icu is the default build running locally — CI doesn’t run with ICU enabled?
127+
128+
Trevor: even if small-icu is there, it means less data, but not less build time. I would like to see how that affects the raspberry pi’s build time.
129+
130+
Ben: we could avoid rebuilding ICU on rasppis
131+
132+
Stephen: or use a precompiled ICU
133+
134+
Jeremiah: Assumes an internet connected machine
135+
136+
Rod: If we go with small-icu we should make it available
137+
138+
Ben: should we add it to the repo?
139+
140+
Alexis: I think so, it’s causing problems
141+
142+
[???]: It’s about 80mb
143+
144+
Rod: How big is it?
145+
146+
Stephen: The source size & binary size was comparable to Node.
147+
We could have a non-standard source checked in.
148+
149+
Mikeal: we could use the large file storage stuff GH just added.
150+
Stephen: 25mb uncompressed, 130mb for source tree
151+
152+
Mikeal: if we say “you need ICU to build” we need to make it available
153+
154+
Trevor: How’s this going to work with bouncing between branches?
155+
156+
Alexis: What about keeping it as text?
157+
158+
Ben:
159+
160+
Steven: We have a 25mb compressed zip of source, that itself contains a 25mb compressed zip. We could strip that down — what would it take to delete the tests, etc — a subset
161+
162+
Mikeal: so could we just install this 25mb file?
163+
164+
Rod: This adds a dep on Git LFS
165+
166+
Mikeal: Let’s try to solve one problem at a time — fix downloading, not making the default
167+
168+
Rod: I’m happy with how the CI does it
169+
170+
171+
172+
Stephen: The first time you hit something ICU-based it loads it.
173+
174+
Rod: I’m just wondering if this could be turned into a proper npm module.
175+
176+
Stephen: I’m not sure — it looks pretty deeply enmeshed into V8
177+
178+
Seth: I don’t have answers off the top of my head on that one, I responded on the thread; we don’t currently have a priority to mess
179+
around with localization. If there’s a design doc that proposes cleaning things up we’d be interested
180+
181+
James: Resource bundle mechanism — [Note: didn’t get all of this] “using the same startup sequence as Intl.. so needs to be configured at start time” (https://github.com/nodejs/node/pull/3413 uses ICU’s resource bundle mechanism, which uses the same init path as the core data. ICU does not allow multiple initializations.
182+
183+
Alexis: If the only reason we’re trying to package it is to use npm to install it, maybe we’re complicating this unnecessarily
184+
185+
Rod: On the iojs side we decided not to go with ICU. It’s in core because it has to be initialized before v8 is started, my question is this something that could be changed upstream in v8? Ideally this should not be in core.
186+
187+
Steven: It didn’t look like it could be split off easily.
188+
189+
Chris: JS proxies
190+
191+
Steven: Possible, but _very_ tricky
192+
193+
[Moving conversation to GH]
194+
195+
196+
### WG: Considering a new HTTP WG [#3214](https://github.com/nodejs/node/issues/3214)
197+
198+
HTTP WG first meeting is tomorrow at 1pm Pacific, nothing to discuss yet
199+
200+
### node: deprecate public access to `process.binding` [#2768](https://github.com/nodejs/node/pull/2768)
201+
202+
Lots of discussion, focused on `process.binding('natives')`. Summary: We should at least try to make it read-only first. Ben said he would follow up with a PR.
203+
204+
### node: make listen address configurable [#3316](https://github.com/nodejs/node/pull/3316)
205+
206+
Fedor: Ben suggested commandline argument to submit hostname and port. Fedor concerned about the amout of code required to parse and separate the two parts of the option. Would be better to have a separate argument for hostname.
207+
208+
Discussion about usability vs simplicity of code.
209+
210+
Quick vote on whether to move forward with the PR in its current form, no objections.
211+
212+
## Next Meeting
213+
214+
October 28th, 2015

0 commit comments

Comments
 (0)