Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
4dc660e
build: do not generate support for libuv's probes
Dec 3, 2014
20a7088
deps: update libuv to 1.0.2
saghul Dec 9, 2014
8708c7a
test: mark more tests as flaky
orangemocha Dec 10, 2014
946cec7
lib,src: fix spawnSync ignoring its 'env' option
juamedgod Oct 14, 2014
4bba870
test: add test for spawnSync() env option
cjihrig Dec 9, 2014
5b9e5bd
doc: clarify create{Read,Write}Stream fd option
benjamincburns Jul 26, 2014
6f6a979
zlib: support concatenated gzip files
eendeego Sep 9, 2014
e93ff4f
debugger: fix unhandled error in setBreakpoint
bajtos Nov 4, 2013
93533e9
src: fix windows build error
bnoordhuis Nov 11, 2014
9158666
stream: switch _writableState.buffer to queue
chrisdickinson Dec 4, 2014
890baa0
doc: add details for http res/req end callback
JacksonTian Dec 10, 2014
6a03fce
url: improve parsing speed
CGavrila Oct 28, 2014
d8586ea
lib: introduce process module
Dec 30, 2014
8b04161
doc: util: document --trace-deprecation
bnoordhuis Dec 21, 2014
d5c7a97
doc: added TC meeting minutes 2014-12-17
rvagg Dec 17, 2014
a308395
build: i18n: add icu config options
srl295 Nov 13, 2014
261706e
doc: added TC meeting minutes 2014-12-30
rvagg Jan 2, 2015
8cfbeed
docs: update to authors file
srl295 Jan 3, 2015
b636ba8
net: make connect() input validation synchronous
cjihrig Jan 3, 2015
372a2f5
smalloc: fix bad assert for zero length data
trevnorris Jan 5, 2015
94e1475
Merge remote-tracking branch 'joyent/v0.12' into v1.x
bnoordhuis Jan 5, 2015
eaed2a1
deps: update libuv to 1.2.0
bnoordhuis Jan 5, 2015
52e600a
test: don't assume broadcast traffic is unfiltered
bnoordhuis Dec 29, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc: added TC meeting minutes 2014-12-30
closes #211

PR-URL: #229
Reviewed-By: Colin Ihrig <[email protected]>
  • Loading branch information
rvagg committed Jan 3, 2015
commit 261706e2ef9f12131ddcf8ff40fd4c7823693e8d
95 changes: 95 additions & 0 deletions doc/tc-meetings/2014-12-30.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
# io.js TC Meeting 2014-12-30

## Links

* **Google Hangouts Video**: http://www.youtube.com/watch?v=O60sOsesjOo
* **GitHub Issue**: https://github.com/iojs/io.js/issues/211
* **Original Minutes Google Doc**: https://docs.google.com/document/d/1KLfX2MZQbVSIaD2lBVqOFK0Kap4uFz9cTGihnpTuvPE

## Agenda

Extracted from https://github.com/iojs/io.js/labels/tc-agenda prior to meeting.

* sys: Remove after 3 years of deprecation #182 https://github.com/iojs/io.js/pull/182
* module: force require('process') to return a reference to process #206 https://github.com/iojs/io.js/pull/206
* File copyright policy #216 https://github.com/iojs/io.js/pull/216
* Rename v0.12 to v1.0.0 https://github.com/iojs/io.js/issues/218
* Merge strategy (v0.10 and joyent/node)

## Minutes

### Present

* Rod (build, facilitator)
* Ben (TC)
* Bert (TC)
* Chris (TC)
* Fedor (TC)
* Trevor (TC)

### sys: Remove after 3 years of deprecation #182

https://github.com/iojs/io.js/pull/182

* Ben: what sort of strategy to take? Deprecated only in the docs but no warning. Looking for an official deprecation policy.
* Bert: suggest we could properly deprecate but not a good case for removing it completely, Chris agreed
* Fedor: suggested a policy that removal of deprecated features should be done where there is a maintenance overhead, but otherwise if there is little/no cost then "who cares"
* Discussed a deprecation message on `require(‘sys’)`
* Ben: -0
* Fedor: +1
* Chris: +1
* Trevor: -0
* Bert: +1
* No disagreement to adding a deprecation message, **ask initial PR submitter to change to just adding a message**

### module: force require('process') to return a reference to process #206

https://github.com/iojs/io.js/pull/206

* #157 has a long discussion on this: https://github.com/iojs/io.js/issues/157
* Chris: +1 on a PR adding this
* Trevor: it just returns a global, no point
* Bert: not the way that JS adds new features; discussed the new Intl addition to joyent/node, in favor of making more things requirable rather than adding new globals all the time
* Tangential discussion on the Intl object being added in joyent/node
* Collected votes:
* Bert: +0
* Ben: +0.5
* Trevor: -0
* Fedor: +1
* Chris: +1
* **Ben to handle the merge / resolution**


### File copyright policy #216

https://github.com/iojs/io.js/pull/216

* Rod asked if there are any strong opinions about how to handle this
* **Group agreed that Rod will take this issue and seek legal advice to find a way forward**

### Rename v0.12 to v1.0.0

https://github.com/iojs/io.js/issues/218

* Trevor: concerns about 1.0 vs 1.x branch naming with maintaining semver releases while also doing LTS, 1.x effectively becomes master until a 2.0 comes along.
* Bert: -1
* Ben: +1
* Chris: +1
* Fedor: +1
* Trevor: 0

Action: **Rename to "v1.x", Ben agreed to make the change**


### Merge strategy (v0.10 and joyent/node)

* _Much_ discussion about merge strategies, patches, branches, etc.
* Agreed to merge regularly
* **Bert agreed to monitor the situation and propose a merge strategy when the time is right**

### Next meeting

* Agreed to meet again on the 7th of January UTC
* Agreed to have mini-stand-up at the beginning of each meeting