-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
test: use strictEqual() domain-http #9996
Conversation
did this at nina 2016 na code and learn event
Your name on this commit currently shows To change, you can do: git commit --amend --no-edit --author="Monico Moreno <[email protected]>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commit message could be improved, but LGTM
@gibfahn thx for the suggestion; I think will do what you mentioned from here on. For this go-round, since you're good with just GH username, I'm going to leave it as-is. @cjihrig I agree that the commit message could be improved. We were under a bit of time crunch due to lack of wif-fi bandwidth at Code & Learn. I'll leave it as-is since you had mercy and gave it a LGTM ;-). Thx y'all! |
@cdnadmin I suggest you run this on your machine (it'll change your defaults so you never have to worry about it again). git config --global user.name "Monico Moreno"
git config --global user.email "[email protected]" |
Cool! Thx, @gibfahn ! 👍 I actually already have my git defaults set, but I typically set the user.name and user.email props locally and leave it at that. Now that I'm going to try and contribute actively to node, I might set my defaults globally, like you suggested above. |
Hey, @Trott RE:Jenkins Not sure if there is anything I need to do from my end or just wait for this PR to be landed. Standing by for advice ;-) ... |
@cdnadmin It's all green, so you should be good. We normally let PRs sit for at least 48 hours, so (hopefully) someone will merge this in in a day or two if no-one objects. |
Thx, @gibfahn, yup, I'm green in more ways than one! Ha! Kidding! Looking forward to seeing this bad boy landed! 💪🏻 |
did this at nina 2016 na code and learn event PR-URL: #9996 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: James M Snell <[email protected]>
Landed in 40daf6b. Thank you for the PR and for participating in the code-and-learn! |
did this at nina 2016 na code and learn event PR-URL: #9996 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: James M Snell <[email protected]>
did this at nina 2016 na code and learn event PR-URL: nodejs#9996 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: James M Snell <[email protected]>
did this at nina 2016 na code and learn event PR-URL: nodejs#9996 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: James M Snell <[email protected]>
did this at nina 2016 na code and learn event PR-URL: #9996 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: James M Snell <[email protected]>
did this at nina 2016 na code and learn event PR-URL: #9996 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: James M Snell <[email protected]>
did this at nina 2016 na code and learn event PR-URL: #9996 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: James M Snell <[email protected]>
Checklist
make -j8 test
(UNIX), orvcbuild test nosign
(Windows) passesAffected core subsystem(s)
Description of change
did this at nina 2016 na code and learn event