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

process: changed var to const in internal/process/promises #8620

Closed
wants to merge 1 commit into from

Conversation

AdriVanHoudt
Copy link
Contributor

@AdriVanHoudt AdriVanHoudt commented Sep 17, 2016

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

process

Description of change

Changed var to const.
Part of nodejs/code-and-learn#56

Copy link
Contributor

@cjihrig cjihrig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mscdex mscdex added the process Issues and PRs related to the process subsystem. label Sep 17, 2016
Copy link
Contributor

@not-an-aardvark not-an-aardvark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@imyller imyller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@addaleax addaleax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but the commit message should start with process:

@AdriVanHoudt AdriVanHoudt changed the title internal: changed var to const in internal/process/promises process: changed var to const in internal/process/promises Sep 18, 2016
@AdriVanHoudt
Copy link
Contributor Author

@addaleax changed

Copy link
Member

@a0viedo a0viedo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@JacksonTian
Copy link
Contributor

LGTM

@jasnell
Copy link
Member

jasnell commented Sep 20, 2016

Copy link
Member

@jasnell jasnell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with green CI

jasnell pushed a commit that referenced this pull request Sep 20, 2016
PR-URL: #8620
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Jackson Tian <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Ilkka Myller <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
@jasnell
Copy link
Member

jasnell commented Sep 20, 2016

Landed in d4bf5ca! thank you!

@jasnell jasnell closed this Sep 20, 2016
@AdriVanHoudt AdriVanHoudt deleted the const_promises branch September 21, 2016 07:14
@AdriVanHoudt
Copy link
Contributor Author

AdriVanHoudt commented Sep 21, 2016

you're welcome!

Fishrock123 pushed a commit that referenced this pull request Oct 11, 2016
PR-URL: #8620
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Jackson Tian <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Ilkka Myller <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
process Issues and PRs related to the process subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants