Skip to content

Commit

Permalink
doc: fix links to original converged repo
Browse files Browse the repository at this point in the history
nodejs/node -> nodejs/node-convergence-archive

PR-URL: #2454
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
rvagg committed Aug 22, 2015
1 parent 14f2aee commit 7130b4c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions doc/tsc-meetings/2015-05-27.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

Extracted from **tsc-agenda** labelled issues and pull requests prior to meeting.

### nodejs/node
### nodejs/node-convergence-archive

* \[Converge\] timers: Avoid linear scan in `_unrefActive`. [#23](https://github.com/nodejs/node/issues/23)
* \[Converge\] child_process argument type checking [#22](https://github.com/nodejs/node/issues/22)
* \[Converge\] SSLv2/3 disable/enable related commits [#20](https://github.com/nodejs/node/issues/20)
* doc: Add new working groups [#15](https://github.com/nodejs/node/pull/15)
* \[Converge\] timers: Avoid linear scan in `_unrefActive`. [#23](https://github.com/nodejs/node-convergence-archive/issues/23)
* \[Converge\] child_process argument type checking [#22](https://github.com/nodejs/node-convergence-archive/issues/22)
* \[Converge\] SSLv2/3 disable/enable related commits [#20](https://github.com/nodejs/node-convergence-archive/issues/20)
* doc: Add new working groups [#15](https://github.com/nodejs/node-convergence-archive/pull/15)

### nodejs/io.js

Expand Down Expand Up @@ -69,29 +69,29 @@ Extracted from **tsc-agenda** labelled issues and pull requests prior to meeting

## Minutes

### \[Converge\] timers: Avoid linear scan in `_unrefActive`. [#23](https://github.com/nodejs/node/issues/23)
### \[Converge\] timers: Avoid linear scan in `_unrefActive`. [#23](https://github.com/nodejs/node-convergence-archive/issues/23)

* James: conflicting approaches in both repos
* Ben: both are terrible under different workloads - do away with the code and start again
* Jeremiah: might have a go at it, working off an existing heap impl by Ben (ACTION)
* Bert: some problems with http - discussion happened about the implementation
* Chris: would be good to have Julien’s input since he was active on the joyent/node impl

### \[Converge\] child_process argument type checking [#22](https://github.com/nodejs/node/issues/22)
### \[Converge\] child_process argument type checking [#22](https://github.com/nodejs/node-convergence-archive/issues/22)

* James: arg checking merged in 0.10 after the fork
* Discussion about why this wasn’t merged to io.js
* Defer back to GitHub discussion after no reason for not merging could be found on the call

### \[Converge\] SSLv2/3 disable/enable related commits [#20](https://github.com/nodejs/node/issues/20)
### \[Converge\] SSLv2/3 disable/enable related commits [#20](https://github.com/nodejs/node-convergence-archive/issues/20)

* James: SSLv2/3 removed in io.js, merging these commits would involve reverting
* Jeremiah proposed 0.12 being the LTS for SSLv2/3 support
* Rod: are we happy killing this off?
* Michael: we don’t know how extensively it’s being used?
* James: pending research into that question we’ll leave this alone, come back if there’s a compelling reason to revert

### doc: Add new working groups [#15](https://github.com/nodejs/node/pull/15)
### doc: Add new working groups [#15](https://github.com/nodejs/node-convergence-archive/pull/15)

* 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
* 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
Expand Down
4 changes: 2 additions & 2 deletions doc/tsc-meetings/2015-06-17.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Extracted from **tsc-agenda** labelled issues and pull requests prior to meeting

### nodejs/node

* Create a security team [#48](https://github.com/nodejs/node/issues/48)
* Create a security team [#48](https://github.com/nodejs/node-convergence-archive/issues/48)

### nodejs/io.js

Expand Down Expand Up @@ -72,7 +72,7 @@ Extracted from **tsc-agenda** labelled issues and pull requests prior to meeting
* Steven: getting back on board
* Bert: libuv work for multi-worker on Windows (https://github.com/libuv/libuv/pull/396), found a potential libuv/Windows contributor at NodeConf, NF board meeting
* Alexis: Working on build & CI convergence with Rod, CI can now automatically decide what options to use for different node versions, and porting node-accept-pull-request CI job.
* Julien: time off, launching nodejs.org updates for NF launch, working on changes for 0.10/0.12 releases, onboarded two new collaborators for joyent/node - https://github.com/nodejs/node/wiki/Breaking-changes-between-v0.12-and-next-LTS-release
* Julien: time off, launching nodejs.org updates for NF launch, working on changes for 0.10/0.12 releases, onboarded two new collaborators for joyent/node - https://github.com/nodejs/LTS/wiki/Breaking-changes-between-v0.12-and-next-LTS-release
* Shigeki: Working on upgrading OpenSSL, the upgrade process is becoming much simpler, landed the CINNIC whitelist
* Jeremiah: NodeConf - brought back good feedback, helping spin up the Diversity WG, integrating timers heap impl, struggling with bugs
* Brian: not much, triage & PR review
Expand Down

0 comments on commit 7130b4c

Please sign in to comment.