This repository was archived by the owner on Nov 9, 2017. It is now read-only.
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
Call for vote on reverting runtime deprecation of using Buffer without new on v7 #36
Closed
Description
Ref: nodejs/node#9529
/cc @nodejs/ctc
I would like for us to come to a resolution before next week if possible.
If you are in favor of reverting the change, please comment with +1
If you are in favor of leaving the change in, please comment with a -1
If you would like to abstain from the vote, please comment with abstain
VOTE STATUS TABLE
Vote | Count |
---|---|
In favor | 7 (@addaleax @evanlucas @jasnell @indutny @mhdawson @thealphanerd @ofrobots) |
Opposed | 3 (@ChALkeR @mscdex @thefourtheye) |
Abstain | 6 (@Fishrock123 @Trott @cjihrig @shigeki @bnoordhuis @rvagg) |
Total needed to pass/reject | 7 |
Not yet voted | 3 (@chrisdickinson @misterdjules @trevnorris) |
Total needed to pass/reject is calculated with:
const ctcSize = 19;
return Math.floor((ctcSize - abstainVotes) / 2) + 1;
Metadata
Metadata
Assignees
Labels
No labels