-
-
Notifications
You must be signed in to change notification settings - Fork 138
Vote on primordials in error path #1158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
3864fa0
vote on primordials in the error path
aduh95 acbbd8b
vote from aduh95
aduh95 8c05246
vote from targos
targos 62d53c6
vote from MylesBorins
MylesBorins 4ddea50
vote from Rich Trott
Trott 5dbb431
vote from Mary Marchini
mmarchini 74b8ffa
vote from Matteo Collina
mcollina 5bfb7a8
vote from Gireesh Punathil
gireeshpunathil 4391dfc
vote from cjihrig
cjihrig d0ada1f
vote from jasnell
jasnell 28fb209
vote from Michael Dawson
mhdawson a619c98
vote from Robert Nagy
ronag 1466e68
vote from RaisinTen
RaisinTen d39d109
vote from RaisinTen
RaisinTen a93f03e
vote from RaisinTen
RaisinTen 3931bcc
vote from Tobias Nießen
tniessen 9107321
vote from richardlau
richardlau c3a1456
vote from richardlau
richardlau 5a905c3
vote from Beth Griggs
BethGriggs ad8e96e
vote from danielleadams
danielleadams ff85588
Add vote from Joyee Cheung
joyeecheung 1d393b9
vote from BridgeAR
BridgeAR 3e99994
close vote and aggregate results
aduh95 3b980f9
Add missing EOL
aduh95 42b7c02
Add back Gireesh vote data
aduh95 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,157 @@ | ||
{ | ||
"description": "Do we want to make code in the error path tamper proof (and how tamper proof do we want it to be)?", | ||
"refs": [ | ||
"https://github.com/nodejs/TSC/pull/1158" | ||
], | ||
"outcome": { | ||
"winner(s)": [ | ||
"Use primordials in the error path only if there are no significant perf regression." | ||
] | ||
}, | ||
"votes": { | ||
"aduh95": { | ||
"Make the code in the error path full tamper proof by porting it away from JS/main thread (while we are waiting for a PR doing this, primordials should be used).": 1, | ||
"Make the code in the error path full tamper proof by using primordials.": 2, | ||
"Make the code in the error path full tamper proof by using primordials + a build step to use bind-this proposal syntax.": -1, | ||
"Use primordials in the error path only if there are no significant perf regression.": 0, | ||
"Don't use primordials for prototype methods (and undo existing ones) in the error path, keep using them otherwise.": 0, | ||
"Don't use any primordials (and undo existing ones) in the error path.": -2 | ||
}, | ||
"BethGriggs": { | ||
"Make the code in the error path full tamper proof by porting it away from JS/main thread (while we are waiting for a PR doing this, primordials should be used).": 1, | ||
"Make the code in the error path full tamper proof by using primordials.": 1, | ||
"Make the code in the error path full tamper proof by using primordials + a build step to use bind-this proposal syntax.": 1, | ||
"Use primordials in the error path only if there are no significant perf regression.": 3, | ||
"Don't use primordials for prototype methods (and undo existing ones) in the error path, keep using them otherwise.": 3, | ||
"Don't use any primordials (and undo existing ones) in the error path.": 3 | ||
}, | ||
"BridgeAR": { | ||
"Make the code in the error path full tamper proof by porting it away from JS/main thread (while we are waiting for a PR doing this, primordials should be used).": 0, | ||
"Make the code in the error path full tamper proof by using primordials.": 0, | ||
"Make the code in the error path full tamper proof by using primordials + a build step to use bind-this proposal syntax.": 0, | ||
"Use primordials in the error path only if there are no significant perf regression.": 70, | ||
"Don't use primordials for prototype methods (and undo existing ones) in the error path, keep using them otherwise.": 80, | ||
"Don't use any primordials (and undo existing ones) in the error path.": 88 | ||
}, | ||
"cjihrig": { | ||
"Make the code in the error path full tamper proof by porting it away from JS/main thread (while we are waiting for a PR doing this, primordials should be used).": 0, | ||
"Make the code in the error path full tamper proof by using primordials.": 0, | ||
"Make the code in the error path full tamper proof by using primordials + a build step to use bind-this proposal syntax.": 0, | ||
"Use primordials in the error path only if there are no significant perf regression.": 0, | ||
"Don't use primordials for prototype methods (and undo existing ones) in the error path, keep using them otherwise.": 0, | ||
"Don't use any primordials (and undo existing ones) in the error path.": 0 | ||
}, | ||
"danielleadams": { | ||
"Make the code in the error path full tamper proof by porting it away from JS/main thread (while we are waiting for a PR doing this, primordials should be used).": 0, | ||
"Make the code in the error path full tamper proof by using primordials.": 0, | ||
"Make the code in the error path full tamper proof by using primordials + a build step to use bind-this proposal syntax.": 0, | ||
"Use primordials in the error path only if there are no significant perf regression.": 0, | ||
"Don't use primordials for prototype methods (and undo existing ones) in the error path, keep using them otherwise.": 0, | ||
"Don't use any primordials (and undo existing ones) in the error path.": 0 | ||
}, | ||
"gireeshpunathil": { | ||
"Make the code in the error path full tamper proof by porting it away from JS/main thread (while we are waiting for a PR doing this, primordials should be used).": 5, | ||
"Make the code in the error path full tamper proof by using primordials.": 3, | ||
"Make the code in the error path full tamper proof by using primordials + a build step to use bind-this proposal syntax.": 4, | ||
"Use primordials in the error path only if there are no significant perf regression.": 1, | ||
"Don't use primordials for prototype methods (and undo existing ones) in the error path, keep using them otherwise.": 2, | ||
"Don't use any primordials (and undo existing ones) in the error path.": 0 | ||
}, | ||
"jasnell": { | ||
"Make the code in the error path full tamper proof by porting it away from JS/main thread (while we are waiting for a PR doing this, primordials should be used).": -1, | ||
"Make the code in the error path full tamper proof by using primordials.": 0, | ||
"Make the code in the error path full tamper proof by using primordials + a build step to use bind-this proposal syntax.": 0, | ||
"Use primordials in the error path only if there are no significant perf regression.": 0, | ||
"Don't use primordials for prototype methods (and undo existing ones) in the error path, keep using them otherwise.": -1, | ||
"Don't use any primordials (and undo existing ones) in the error path.": -1 | ||
}, | ||
"joyeecheung": { | ||
"Make the code in the error path full tamper proof by porting it away from JS/main thread (while we are waiting for a PR doing this, primordials should be used).": 3, | ||
"Make the code in the error path full tamper proof by using primordials.": 1, | ||
"Make the code in the error path full tamper proof by using primordials + a build step to use bind-this proposal syntax.": 0, | ||
"Use primordials in the error path only if there are no significant perf regression.": 2, | ||
"Don't use primordials for prototype methods (and undo existing ones) in the error path, keep using them otherwise.": 2, | ||
"Don't use any primordials (and undo existing ones) in the error path.": 0 | ||
}, | ||
"mcollina": { | ||
"Make the code in the error path full tamper proof by porting it away from JS/main thread (while we are waiting for a PR doing this, primordials should be used).": 0, | ||
"Make the code in the error path full tamper proof by using primordials.": 2, | ||
"Make the code in the error path full tamper proof by using primordials + a build step to use bind-this proposal syntax.": 1, | ||
"Use primordials in the error path only if there are no significant perf regression.": 10, | ||
"Don't use primordials for prototype methods (and undo existing ones) in the error path, keep using them otherwise.": 3, | ||
"Don't use any primordials (and undo existing ones) in the error path.": 0 | ||
}, | ||
"mhdawson": { | ||
"Make the code in the error path full tamper proof by porting it away from JS/main thread (while we are waiting for a PR doing this, primordials should be used).": 0, | ||
"Make the code in the error path full tamper proof by using primordials.": 0, | ||
"Make the code in the error path full tamper proof by using primordials + a build step to use bind-this proposal syntax.": 0, | ||
"Use primordials in the error path only if there are no significant perf regression.": 5, | ||
"Don't use primordials for prototype methods (and undo existing ones) in the error path, keep using them otherwise.": 0, | ||
"Don't use any primordials (and undo existing ones) in the error path.": 4 | ||
}, | ||
"mmarchini": { | ||
"Make the code in the error path full tamper proof by porting it away from JS/main thread (while we are waiting for a PR doing this, primordials should be used).": 0, | ||
"Make the code in the error path full tamper proof by using primordials.": 0, | ||
"Make the code in the error path full tamper proof by using primordials + a build step to use bind-this proposal syntax.": 0, | ||
"Use primordials in the error path only if there are no significant perf regression.": 0, | ||
"Don't use primordials for prototype methods (and undo existing ones) in the error path, keep using them otherwise.": 0, | ||
"Don't use any primordials (and undo existing ones) in the error path.": 0 | ||
}, | ||
"MylesBorins": { | ||
"Make the code in the error path full tamper proof by porting it away from JS/main thread (while we are waiting for a PR doing this, primordials should be used).": 0, | ||
"Make the code in the error path full tamper proof by using primordials.": 0, | ||
"Make the code in the error path full tamper proof by using primordials + a build step to use bind-this proposal syntax.": 0, | ||
"Use primordials in the error path only if there are no significant perf regression.": 0, | ||
"Don't use primordials for prototype methods (and undo existing ones) in the error path, keep using them otherwise.": 0, | ||
"Don't use any primordials (and undo existing ones) in the error path.": 0 | ||
}, | ||
"RaisinTen": { | ||
"Make the code in the error path full tamper proof by porting it away from JS/main thread (while we are waiting for a PR doing this, primordials should be used).": 0, | ||
"Make the code in the error path full tamper proof by using primordials.": -1, | ||
"Make the code in the error path full tamper proof by using primordials + a build step to use bind-this proposal syntax.": 0, | ||
"Use primordials in the error path only if there are no significant perf regression.": -1, | ||
"Don't use primordials for prototype methods (and undo existing ones) in the error path, keep using them otherwise.": 1, | ||
"Don't use any primordials (and undo existing ones) in the error path.": 1 | ||
}, | ||
"richardlau": { | ||
"Make the code in the error path full tamper proof by porting it away from JS/main thread (while we are waiting for a PR doing this, primordials should be used).": 2, | ||
"Make the code in the error path full tamper proof by using primordials.": 0, | ||
"Make the code in the error path full tamper proof by using primordials + a build step to use bind-this proposal syntax.": 0, | ||
"Use primordials in the error path only if there are no significant perf regression.": 1, | ||
"Don't use primordials for prototype methods (and undo existing ones) in the error path, keep using them otherwise.": 0, | ||
"Don't use any primordials (and undo existing ones) in the error path.": 0 | ||
}, | ||
"ronag": { | ||
"Make the code in the error path full tamper proof by porting it away from JS/main thread (while we are waiting for a PR doing this, primordials should be used).": 3, | ||
"Make the code in the error path full tamper proof by using primordials.": 0, | ||
"Make the code in the error path full tamper proof by using primordials + a build step to use bind-this proposal syntax.": 1, | ||
"Use primordials in the error path only if there are no significant perf regression.": 2, | ||
"Don't use primordials for prototype methods (and undo existing ones) in the error path, keep using them otherwise.": 4, | ||
"Don't use any primordials (and undo existing ones) in the error path.": 5 | ||
}, | ||
"targos": { | ||
"Make the code in the error path full tamper proof by porting it away from JS/main thread (while we are waiting for a PR doing this, primordials should be used).": 0, | ||
"Make the code in the error path full tamper proof by using primordials.": 3, | ||
"Make the code in the error path full tamper proof by using primordials + a build step to use bind-this proposal syntax.": 3, | ||
"Use primordials in the error path only if there are no significant perf regression.": 2, | ||
"Don't use primordials for prototype methods (and undo existing ones) in the error path, keep using them otherwise.": 1, | ||
"Don't use any primordials (and undo existing ones) in the error path.": 0 | ||
}, | ||
"tniessen": { | ||
"Make the code in the error path full tamper proof by porting it away from JS/main thread (while we are waiting for a PR doing this, primordials should be used).": -1, | ||
"Make the code in the error path full tamper proof by using primordials.": 0, | ||
"Make the code in the error path full tamper proof by using primordials + a build step to use bind-this proposal syntax.": -1, | ||
"Use primordials in the error path only if there are no significant perf regression.": 0, | ||
"Don't use primordials for prototype methods (and undo existing ones) in the error path, keep using them otherwise.": -1, | ||
"Don't use any primordials (and undo existing ones) in the error path.": 0 | ||
}, | ||
"Trott": { | ||
"Make the code in the error path full tamper proof by porting it away from JS/main thread (while we are waiting for a PR doing this, primordials should be used).": 0, | ||
"Make the code in the error path full tamper proof by using primordials.": 0, | ||
"Make the code in the error path full tamper proof by using primordials + a build step to use bind-this proposal syntax.": 0, | ||
"Use primordials in the error path only if there are no significant perf regression.": 0, | ||
"Don't use primordials for prototype methods (and undo existing ones) in the error path, keep using them otherwise.": 0, | ||
"Don't use any primordials (and undo existing ones) in the error path.": 0 | ||
} | ||
} | ||
} | ||
aduh95 marked this conversation as resolved.
Show resolved
Hide resolved
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.