|
11 | 11 |
|
12 | 12 | Extracted from **tsc-agenda** labelled issues and pull requests prior to meeting.
|
13 | 13 |
|
14 |
| -### nodejs/node |
| 14 | +### nodejs/node-convergence-archive |
15 | 15 |
|
16 |
| -* \[Converge\] timers: Avoid linear scan in `_unrefActive`. [#23](https://github.com/nodejs/node/issues/23) |
17 |
| -* \[Converge\] child_process argument type checking [#22](https://github.com/nodejs/node/issues/22) |
18 |
| -* \[Converge\] SSLv2/3 disable/enable related commits [#20](https://github.com/nodejs/node/issues/20) |
19 |
| -* doc: Add new working groups [#15](https://github.com/nodejs/node/pull/15) |
| 16 | +* \[Converge\] timers: Avoid linear scan in `_unrefActive`. [#23](https://github.com/nodejs/node-convergence-archive/issues/23) |
| 17 | +* \[Converge\] child_process argument type checking [#22](https://github.com/nodejs/node-convergence-archive/issues/22) |
| 18 | +* \[Converge\] SSLv2/3 disable/enable related commits [#20](https://github.com/nodejs/node-convergence-archive/issues/20) |
| 19 | +* doc: Add new working groups [#15](https://github.com/nodejs/node-convergence-archive/pull/15) |
20 | 20 |
|
21 | 21 | ### nodejs/io.js
|
22 | 22 |
|
@@ -69,29 +69,29 @@ Extracted from **tsc-agenda** labelled issues and pull requests prior to meeting
|
69 | 69 |
|
70 | 70 | ## Minutes
|
71 | 71 |
|
72 |
| -### \[Converge\] timers: Avoid linear scan in `_unrefActive`. [#23](https://github.com/nodejs/node/issues/23) |
| 72 | +### \[Converge\] timers: Avoid linear scan in `_unrefActive`. [#23](https://github.com/nodejs/node-convergence-archive/issues/23) |
73 | 73 |
|
74 | 74 | * James: conflicting approaches in both repos
|
75 | 75 | * Ben: both are terrible under different workloads - do away with the code and start again
|
76 | 76 | * Jeremiah: might have a go at it, working off an existing heap impl by Ben (ACTION)
|
77 | 77 | * Bert: some problems with http - discussion happened about the implementation
|
78 | 78 | * Chris: would be good to have Julien’s input since he was active on the joyent/node impl
|
79 | 79 |
|
80 |
| -### \[Converge\] child_process argument type checking [#22](https://github.com/nodejs/node/issues/22) |
| 80 | +### \[Converge\] child_process argument type checking [#22](https://github.com/nodejs/node-convergence-archive/issues/22) |
81 | 81 |
|
82 | 82 | * James: arg checking merged in 0.10 after the fork
|
83 | 83 | * Discussion about why this wasn’t merged to io.js
|
84 | 84 | * Defer back to GitHub discussion after no reason for not merging could be found on the call
|
85 | 85 |
|
86 |
| -### \[Converge\] SSLv2/3 disable/enable related commits [#20](https://github.com/nodejs/node/issues/20) |
| 86 | +### \[Converge\] SSLv2/3 disable/enable related commits [#20](https://github.com/nodejs/node-convergence-archive/issues/20) |
87 | 87 |
|
88 | 88 | * James: SSLv2/3 removed in io.js, merging these commits would involve reverting
|
89 | 89 | * Jeremiah proposed 0.12 being the LTS for SSLv2/3 support
|
90 | 90 | * Rod: are we happy killing this off?
|
91 | 91 | * Michael: we don’t know how extensively it’s being used?
|
92 | 92 | * James: pending research into that question we’ll leave this alone, come back if there’s a compelling reason to revert
|
93 | 93 |
|
94 |
| -### doc: Add new working groups [#15](https://github.com/nodejs/node/pull/15) |
| 94 | +### doc: Add new working groups [#15](https://github.com/nodejs/node-convergence-archive/pull/15) |
95 | 95 |
|
96 | 96 | * Michael: Benchmarking and Post Mortem Debugging working groups are ready and have started, i18n group needs a bit more work to get off the ground
|
97 | 97 | * Group didn’t see any reason not to go forward with these groups, they have repos and can be in an “incubating” state for now
|
|
0 commit comments