Skip to content

Commit d0b8c5d

Browse files
committed
doc: add TSC meeting minutes 2015-10-07
Reviewed-By: James M Snell <[email protected]> PR-URL: #3364
1 parent eef0f0c commit d0b8c5d

File tree

1 file changed

+102
-0
lines changed

1 file changed

+102
-0
lines changed

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

+102
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
# Node Foundation TSC Meeting 2015-10-07
2+
3+
## Links
4+
5+
* **Audio Recording**: https://soundcloud.com/node-foundation/tsc-meeting-2015-10-07
6+
* **GitHub Issue**: https://github.com/nodejs/node/issues/3126
7+
* **Minutes Google Doc**: https://docs.google.com/document/d/1LIrTCdTUjKtb_GGecrJ3Es0rPOpVdpkV5kefJ_p5FGU
8+
* _Previous Minutes Google Doc: <https://docs.google.com/document/d/1RkLAWTIrhD3BTB2rs9_FahWI0C7lt9F8xnQXaueJPIE>_
9+
10+
## Present
11+
12+
* Rod Vagg (TSC)
13+
* Brian White (TSC)
14+
* Steven Loomis (observer)
15+
* Trevor Norris (TSC)
16+
* Shigeki Ohtsu (TSC)
17+
* Ben Noordhuis (TSC)
18+
* Mikeal Rogers (observer)
19+
* Michael Dawson (observer)
20+
* Seth Thompson (observer)
21+
* Jeremiah Senkpiel (TSC)
22+
23+
## Agenda
24+
25+
Extracted from **tsc-agenda** labelled issues and pull requests in the nodejs org prior to meeting.
26+
27+
### nodejs/node
28+
29+
* WG: Considering a new HTTP WG [#3214](https://github.com/nodejs/node/issues/3214)
30+
* lib,test: deprecate _linklist [#3078](https://github.com/nodejs/node/pull/3078)
31+
* Discussion: LTS & v5 release planning [#3000](https://github.com/nodejs/node/issues/3000)
32+
* Compiling node v4.0.0 with OpenSSL 1.0.1 fails [#2783](https://github.com/nodejs/node/issues/2783)
33+
* Inspecting Node.js with Chrome DevTools [#2546](https://github.com/nodejs/node/issues/2546)
34+
35+
### nodejs/TSC
36+
37+
* Umbrella Program [#2](https://github.com/nodejs/TSC/pull/2)
38+
39+
## Minutes
40+
41+
### Standup
42+
43+
* Rod Vagg: 4.1.2 release, security procedures surrounding that
44+
* Brian White: Working on javascript dns resolver, regular PR + Issue work.
45+
* Steven Loomis: Working on ICU 56 Release. TC 39 & emca spec work for Intl WG. Working on Intl build issues.
46+
* Trevor Norris: Focused on fixing async_wrap, writing tests and preparing for it to become more official
47+
* Shigeki Ohtsu: No works for node project, I spent all time to my internal works.
48+
* Ben Noordhuis: Nothing to report—the usual
49+
* Mikeal Rogers: Looking into stalled Wgs and seeing how to help out. Working on the umbrella program. Lots of conference things.
50+
* Michael Dawson: Added a benchmarking machine to the CI, working on some tests issues. Working on PPC for the CI.
51+
* Seth Thompson: Working on v8 4.7, scheduled soon
52+
* Jeremiah Senkpiel: vacation, some issue catch-up
53+
54+
### Review of previous meeting
55+
56+
* Discussion: LTS & v5 release planning [#3000](https://github.com/nodejs/node/issues/3000)
57+
* Inspecting Node.js with Chrome DevTools [#2546](https://github.com/nodejs/node/issues/2546)
58+
* Umbrella Program [#2](https://github.com/nodejs/TSC/pull/2)
59+
* renaming of “language groups” from iojs-\* to nodejs-\* [#2525](https://github.com/nodejs/node/issues/2525)
60+
61+
62+
### WG: Considering a new HTTP WG [#3214](https://github.com/nodejs/node/issues/3214)
63+
64+
* Discussed the HTTP WG based on James’ comments @ https://github.com/nodejs/node/issues/3234#issuecomment-146293038
65+
* Generally positive, only concerns are regarding decision making power—TSC may not want to hand that off as this is not quite like Streams (in that few people grok the code!) and there are philosophical questions to be resolved about HTTP that the TSC should be involved in.
66+
67+
### lib,test: deprecate _linklist [#3078](https://github.com/nodejs/node/pull/3078)
68+
69+
* Userland modules exist that could be used instead
70+
* Ben suggested straight removal, Jeramiah raised the matter of process that we have committed to adding a warning before removal, so we could remove in v6 but probably shouldn’t in v5
71+
* No disagreement with moving forward for deprecation
72+
73+
### Discussion: LTS & v5 release planning [#3000](https://github.com/nodejs/node/issues/3000)
74+
75+
* Recap of the latest LTS meeting [LTS#43](https://github.com/nodejs/LTS/issues/43)
76+
* Aim to have LTS / v4.2.0 out tomorrow, backup date of Monday if we miss that. LTS starts then for v4.x, v5.x has to wait until V8 4.6 to be stable mid to late October.
77+
78+
### Compiling node v4.0.0 with OpenSSL 1.0.1 fails [#2783](https://github.com/nodejs/node/issues/2783)
79+
80+
* Shigeki, Ben: It would be quite hard to support 1.0.1 since we are using 1.0.2 APIs.
81+
82+
* Discussion on the possible difficulty of using 1.0.2 on varied Linux distros
83+
84+
* ubuntu wily (not released) seems to use 1.0.2 - work has been done to package. 1.0.2 is only in Wily - https://launchpad.net/ubuntu/+source/openssl/1.0.2d-0ubuntu1 - https://answers.launchpad.net/ubuntu/+source/openssl/+question/263725 - “My guess is that we will see openssl 1.0.2 from Ubuntu 15.10 onwards (or eventually only starting with 16.04)”
85+
86+
* Concern that allowing 1.0.1 would result in a substandard (insecure?) & untested binary.
87+
88+
* Some discussion about the fact that we don’t test building with shared / static dependencies
89+
90+
* feedback to issue: No appetite to do the work from the TSC, maybe someone could do it but we wouldn’t support.
91+
92+
### Inspecting Node.js with Chrome DevTools [#2546](https://github.com/nodejs/node/issues/2546)
93+
94+
_skipped discussion_
95+
96+
### Umbrella Program [#2](https://github.com/nodejs/TSC/pull/2)
97+
98+
_skipped discussion_
99+
100+
## Next Meeting
101+
102+
October 14th, 2015

0 commit comments

Comments
 (0)