Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.2k
lib: replace var with let/const#30394
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
lib: replace var with let/const #30394
Uh oh!
There was an error while loading. Please reload this page.
Conversation
nodejs-github-bot commented Nov 12, 2019
BridgeAR commented Nov 13, 2019
nodejs-github-bot commented Nov 16, 2019
nodejs-github-bot commented Nov 25, 2019
gireeshpunathil commented Nov 25, 2019
@kresimirfranin - this needs a rebase (the upstream is changed since the time you took a snapshot). |
BridgeAR commented Dec 25, 2019
Ping @kresimirfranin |
65e26c6 to 808169bComparekresimirfranin commented Dec 28, 2019
@gireeshpunathil@BridgeAR sry, done |
nodejs-github-bot commented Dec 28, 2019
nodejs-github-bot commented Dec 28, 2019
gireeshpunathil commented Dec 28, 2019
the only failure in AIX |
PR-URL: #30394 Reviewed-By: James M Snell <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
gireeshpunathil commented Dec 28, 2019
landed in a412a97 , thanks for the contribution! |
Trott commented Dec 29, 2019
For I'll try to be better about flagging these things myself, although I didn't review this one at all. |
gireeshpunathil commented Dec 29, 2019
@Trott - acknowledged! |
PR-URL: #30394 Reviewed-By: James M Snell <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
PR-URL: #30394 Reviewed-By: James M Snell <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
PR-URL: #30394 Reviewed-By: James M Snell <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
PR-URL: #30394 Reviewed-By: James M Snell <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes