You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

4.9 KiB

io.js TC Meeting 2015-02-04

Agenda

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

Minutes

Present

  • Ben (TC)
  • Bert (TC)
  • Chris (TC)
  • Colin (TC)
  • Fedor (TC)
  • Isaac (TC)
  • Trevor (TC)
  • Mikeal
  • Domenic
  • Rod

Mini stand-up

  • Bert: Lots of commenting, still working on ICU, investigating binary size and memory size minimisation, playing with transforming the data to C
  • Chris: Integrating ESLint, held first Streams WG meeting
  • Colin: Issues and codez, removed all util.is type functions
  • Isaac: “Real job” stuff
  • Domenic: Streams WG
  • Mikeal: Starting Tracing WG, lots of org stuff, roadmap work, early feedback from reaching out to companies is that there is concern about version number conflict between io.js and Node, and debugging/tracing.
  • Trevor: moving house, tracing
  • Rod: build collaboration stuff

Review of last meeting

  • governance: Add new Collaborators #234 / feedback and more contribs / @chrisdickinson
  • Stabilization and Release Cycles and Process #405 / further discussion / @iojs/tc

assert: don't compare object prototype property and assert: introduce deepStrictEqual / @vkurchatkin

@vkurchatkin questions:

  • the future of assert module;

  • relationship between assert and CommonJS Unit Testing spec;

  • particular #636 bug;

  • what "deep equality" means and how it should deal with prototypes;

  • #639 proposal

  • Isaac: CommonJS is gone & dead, good ideas have to stand on their own

  • Mikeal: assert probably shouldn’t be in core

  • Isaac: it’s useful for testing Node itself and useful for runtime asserts

  • Rod asked if anyone had any objections to the changes because perhaps Validmir should just be given a blessing to go ahead and improve it.

  • Domenic: medium risk, low reward, perhaps slate this for a 2.0 release.

  • Lots of discussion about the technical merits

  • Ben: the a.prototype !== b.prototype is clearly a bug in the initial implementation, it should have been checking __proto__

  • Rod: new deepStrictEqual() does that check properly

Conclusion: accept both of

(Contrast #636 with #621, which is a more ambitious change and probably not a good idea.)

  1. deepEqual = No prototype checking
  2. deepStrictEqual = proper prototype checking Passed without objection

Release PGP key strategy and policy / @rvagg

#709

  • Rod summarised how the current release key strategy works and is documented on the README. Asked for feedback on:
    • Which keyserver(s) to use
    • Whether to go with a master/sub key design for the project
  • No strong opinions, nothing actionable here

VM bugs? #548 / @domenic

joyent/node#9084

  • Domenic introduced #548, some odd VM bugs that seem to be V8 bugs,
  • Isaac encouraged Domenic to follow this up with the V8 team to get feedback on how this works

Next meeting

  • Skipping a week due to Node Summit
  • Feb 18th 2015