Skip to content
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

src: elevate v8 namespaces of repeated artifacts #24427

Merged
merged 1 commit into from
Nov 18, 2018

Conversation

Shubhamurkade
Copy link
Contributor

There are several places where v8 artifacts appear with scope resolution operator inline with the source. Elevated the places where the same artifacts were used repeatedly. The places where an artifact was used only once has been retained as it is.

@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. inspector Issues and PRs related to the V8 inspector protocol labels Nov 17, 2018
@gireeshpunathil gireeshpunathil added the code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. label Nov 17, 2018
@targos targos added the fast-track PRs that do not need to wait for 48 hours to land. label Nov 17, 2018
@targos
Copy link
Member

targos commented Nov 17, 2018

👍 to fast-track

@targos
Copy link
Member

targos commented Nov 17, 2018

The first line of the commit message should be shorter (<=50 characters if possible)

@Shubhamurkade Shubhamurkade changed the title src: Elevate v8 namespaces of repeatedly referenced artifacts with 'using' keyword in src/inspector_agent.cc src: elevate v8 namespaces of repeated artifacts Nov 17, 2018
@Shubhamurkade
Copy link
Contributor Author

The first line of the commit message should be shorter (<=50 characters if possible)

Does it look good now?

@refack
Copy link
Contributor

refack commented Nov 17, 2018

@refack
Copy link
Contributor

refack commented Nov 17, 2018

Hello @Shubhamurkade and welcome, and thank you for your contribution 🥇
If you are not familiar with our review and landing process, it's covered in CONTRIBUTING.md

P.S. If you have any questions you can also feel free to contact me directly.

@refack
Copy link
Contributor

refack commented Nov 17, 2018

FYI: @Shubhamurkade if you'd like you can associate your email with your GitHub account. That way we and GitHub will credit the code contributions you make to you. See https://github.com/settings/emails and the guide at https://help.github.com/articles/setting-your-commit-email-address-on-github/

@refack refack added the blocked PRs that are blocked by other issues or PRs. label Nov 17, 2018
@Shubhamurkade
Copy link
Contributor Author

FYI: @Shubhamurkade if you'd like you can associate your email with your GitHub account. That way we and GitHub will credit the code contributions you make to you. See https://github.com/settings/emails and the guide at https://help.github.com/articles/setting-your-commit-email-address-on-github/

Hi @refack! I already have an email address associated with my github account. Please look at the attached image.
email

@refack
Copy link
Contributor

refack commented Nov 18, 2018

@Shubhamurkade it seems like that's not the email you have setup in your local git. You can see the GitHub doesn't recognize it in this screen 787db0f
image.
and in the header of git commit metadata - https://patch-diff.githubusercontent.com/raw/nodejs/node/pull/24427.patch

I'll try to fix it for this PR while landing it. ✔️

@refack refack removed the blocked PRs that are blocked by other issues or PRs. label Nov 18, 2018
PR-URL: nodejs#24427
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
@refack refack merged commit ea65519 into nodejs:master Nov 18, 2018
@refack
Copy link
Contributor

refack commented Nov 18, 2018

@Shubhamurkade congratulations 🎉 on getting promoted by GitHub form:
image
to
image

Hope to see you contributing again in the future!

@Trott
Copy link
Member

Trott commented Nov 18, 2018

Thanks for the contribution! 🎉

(If you're interested in other possible contributions to Node.js but don't have a good idea of where to start looking, some ideas are posted at https://www.nodetodo.org/next-steps/.)

@Shubhamurkade
Copy link
Contributor Author

Thanks for the contribution! 🎉

(If you're interested in other possible contributions to Node.js but don't have a good idea of where to start looking, some ideas are posted at https://www.nodetodo.org/next-steps/.)

Thank you!

targos pushed a commit that referenced this pull request Nov 19, 2018
PR-URL: #24427
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
rvagg pushed a commit that referenced this pull request Nov 28, 2018
PR-URL: #24427
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
@BridgeAR BridgeAR mentioned this pull request Dec 5, 2018
4 tasks
codebytere pushed a commit that referenced this pull request Jan 13, 2019
PR-URL: #24427
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
refack pushed a commit to refack/node that referenced this pull request Jan 14, 2019
PR-URL: nodejs#24427
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
@codebytere codebytere mentioned this pull request Jan 15, 2019
codebytere pushed a commit that referenced this pull request Jan 29, 2019
PR-URL: #24427
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ Issues and PRs that require attention from people who are familiar with C++. code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. fast-track PRs that do not need to wait for 48 hours to land. inspector Issues and PRs related to the V8 inspector protocol
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants