tentative plan for first or second week of april Agenda (to be added to): - more frequent meetings - proactively add moar tests (to prevent issues like https://github.com/nodejs/node/issues/5820) - destroy method https://github.com/nodejs/node/issues/4401 - flush type thing for writable streams (aka my end pull) https://github.com/nodejs/node/issues/2314 - reconcile behavior of `write(null)` between `Writable` and `Trasnform` when `objectMode: true` https://github.com/nodejs/node/issues/5711 https://github.com/nodejs/node/pull/5729 - Remove the use of `_events` #184 https://github.com/nodejs/node/pull/5127 https://github.com/nodejs/node/pull/6032 - error handling - readable-stream status - status of whatwg streams - address issues from https://github.com/nodejs/readable-stream/issues/181
tentative plan for first or second week of april
Agenda (to be added to):
write(null)betweenWritableandTrasnformwhenobjectMode: truestream: Writing null to objectMode Transform is unrecoverable node#5711 stream: Support writing null to stream.Transform node#5729_eventsproactively remove use of the _events object #184 events: improve eventEmitter.once() performance node#5127 events: add ability to prepend event listeners node#6032