Skip to content

Commit 57c4cc2

Browse files
committed
doc: add TC meeting 2015-04-22 minutes
Closes: #1502 PR-URL: #1556 Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent c7782c0 commit 57c4cc2

File tree

1 file changed

+127
-0
lines changed

1 file changed

+127
-0
lines changed

doc/tc-meetings/2015-04-22.md

+127
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
# io.js TC Meeting 2015-04-22
2+
3+
## Links
4+
5+
* **Public YouTube feed**: http://www.youtube.com/watch?v=s7LIMsTFaps
6+
* **Google Plus Event page**: https://plus.google.com/events/co7i7pv2a51270jat7jvkfcue64
7+
* **GitHub Issue**: https://github.com/iojs/io.js/issues/1502
8+
* **Original Minutes Google Doc**: https://docs.google.com/document/d/1G4aJ2OwiW2WphW7Vz2OW56VRot8xRBFitluKsuYPxk0
9+
10+
## Agenda
11+
12+
Extracted from https://github.com/iojs/io.js/labels/tc-agenda prior to meeting.
13+
14+
* [#1130](https://github.com/iojs/io.js/issues/1130) Nominating Jeremiah Senkpiel @Fishrock123 to the TC
15+
* [#1481](https://github.com/iojs/io.js/issues/1481) Nominating @mikeal to the TC
16+
* [#1500](https://github.com/iojs/io.js/issues/1500) Nominating Brian White @mscdex to the TC
17+
* [#1501](https://github.com/iojs/io.js/issues/1501) Nominating Shigeki Ohtsu @shigeki to the TC
18+
* [#1393](https://github.com/iojs/io.js/issues/1393) Ready to upgrade to V8 4.2?
19+
* [#1413](https://github.com/iojs/io.js/issues/1413) Combined node.js/io.js TC/Core Call
20+
* [#1416](https://github.com/iojs/io.js/issues/1416) Diffing io.js and the Node.js Foundation
21+
22+
### Present
23+
24+
* Ben (TC)
25+
* Bert (TC)
26+
* Brian
27+
* Chris (TC)
28+
* Domenic
29+
* Fedor (TC)
30+
* Jeremiah
31+
* Shigeki
32+
* Trevor (TC)
33+
* Rod (TC)
34+
35+
### Review of last meeting
36+
37+
* [#1393](https://github.com/iojs/io.js/issues/1393) Ready to upgrade to V8 4.2?
38+
* [#1413](https://github.com/iojs/io.js/issues/1413) combining TC and Node core call
39+
* [#1416](https://github.com/iojs/io.js/issues/1416) io.js diff node.js foundation
40+
41+
### Quick stand-up
42+
43+
* Ben: Not much, company stuff
44+
* Bert: Playing with clang and FFI, FluentConf
45+
* Brian: JS HTTP parser, optimising and messing with regex
46+
* Chris: URL changes, looking for breakage, checked on newSession/resumeSession, 1.8.x release
47+
* Domenic: Not much, some work on V8 extensions with possible news next weeks
48+
* Fedor: Looking at the “debugger is slow” in WebStorm issue, possible fix to V8 soon, working on using the OpenSSL 1.0.2 hello parser, HTTP parser patch review
49+
* Jeremiah: Not so much work on io.js, helped get 1.8.1 out and looking into moving npm out of our git repo.
50+
* Rod: CI cluster dramas around 1.8.x release, new Raspberry Pis
51+
* Shigeki: OpenSSL upgrade, ALPM enabling PR coming this week
52+
* Trevor: Has been testing re-implementing Buffers using ES6 and TypedArrays. Some trickiness but seems doable and with patches that avoid zero-filling, performant.
53+
54+
## Minutes
55+
56+
### [#1130](https://github.com/iojs/io.js/issues/1130) Nominating Jeremiah Senkpiel @Fishrock123 to the TC
57+
58+
Voted:
59+
60+
* Ben: +1
61+
* Bert: +1
62+
* Chris: +1
63+
* Fedor: +1
64+
* Rod: +1
65+
* Trevor: +1
66+
67+
**Action: Jeremiah Senkpiel is now a member of the io.js Technical Committee!**
68+
69+
### [#1481](https://github.com/iojs/io.js/issues/1481) Nominating @mikeal to the TC
70+
71+
* Bert, Rod: Discussion regarding the potential consequences of expanding the TC and how that might work if a merger with node happens.
72+
73+
Discussed consequences of expansion for merger and for the practicalities of meeting.
74+
75+
### [#1500](https://github.com/iojs/io.js/issues/1500) Nominating Brian White @mscdex to the TC
76+
77+
_See above_
78+
79+
### [#1501](https://github.com/iojs/io.js/issues/1501) Nominating Shigeki Ohtsu @shigeki to the TC
80+
81+
_See above_
82+
83+
### [#1393](https://github.com/iojs/io.js/issues/1393) Ready to upgrade to V8 4.2?
84+
85+
Rod: no formal “RC” builds yet but master is now going out on nightlies, they have a 2.0.0-pre version string now. Discussed whether we want formal RC builds or not. No strong opinions.
86+
87+
Chris: `master` should be active for dev now, `next` should be used for ongoing V8 upgrade builds. Asked if the V8 changes were ready in `next` to merge - Ben confirmed - Chris to merge.
88+
89+
Trevor: would like to get started on the upcoming V8 Buffer-related breakage and whether we should go to a 2.x branch and work on `master`.
90+
91+
Chris: we should work on new stuff on `next` instead and leave `master` intact for now.
92+
93+
Rod: status of URL parser changes?
94+
95+
Chris: would like to test against candidate modules in npm that may cause breakage but otherwise seems good to merge.
96+
97+
Domenic: would like there to be getters and setters for all data properties for completeness and future-proofing - still to be done
98+
99+
Rod: any other breaking changes worth discussing?
100+
101+
Ben: process.send() ready but not merged, any objections? - no objections.
102+
103+
Chris: https://github.com/iojs/io.js/milestones/2.0.0 new label “land-on-master” to indicate PRs that are still targeting the v1.x branch.
104+
105+
Ben & Bert discussed Ben’s possible timers rewrite - Ben implemented a heap and red-black tree in JS, turned out to be a bit faster but not complete yet and Ben has been distracted on other projects. **
106+
107+
### [#1413](https://github.com/iojs/io.js/issues/1413) Combined node.js/io.js TC/Core Call
108+
109+
Bert: probably not this week, intent is for next week.
110+
111+
Jeremiah: there had been discussion around forming a convergence WG to handle some of this so as to not require everyone’s time except when necessary.
112+
113+
### [#1416](https://github.com/iojs/io.js/issues/1416) Diffing io.js and the Node.js Foundation
114+
115+
_Nothing new to discuss_
116+
117+
## Open QA on Freenode/#io.js
118+
119+
Discussion on merger and how the possibility of merging may hold up progress in io.js. Generally agreed that we shouldn’t stop doing what we are doing, nor slow down progress. Bert would like us to be conscious of activities in the Foundation and how they may impact on what we are doing.
120+
121+
Discussion about “production ready” - recommendation is to use latest, we follow semver so that should be enough information. Rod suggested not jumping straight on to 2.0 when it lands, just because of potential edge-cases around internal changes like the url parser.
122+
123+
Discussed module integration testing to test certain modules that we would test with each release - Chris working on some tooling around being able to inspect what modules are impacted by changes - no specific work on actually running tests on modules but this could be a TODO for Build WG (Rod to make an issue for this).
124+
125+
## Next meeting
126+
127+
* 2015-04-29, UTC 20:00

0 commit comments

Comments
 (0)