FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: make use of globals explicit by Trott · Pull Request #6014 · nodejs/node · GitHub

/ node Public

test: make use of globals explicit - #6014

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:vim
Closed

test: make use of globals explicit#6014
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:vim

Conversation

Trott commented Apr 2, 2016

Copy link
Copy Markdown
Member

Pull Request check-list

  • Does make -j8 test (UNIX) or vcbuild test nosign (Windows) pass with
    this change (including linting)?
  • Is the commit message formatted according to [CONTRIBUTING.md][0]?

Affected core subsystem(s)

test vm

Description of change

Use global to be explicit that a global variable is intended.

Use `global` to be explicit that a global variable is intended.
Trott added vm Issues and PRs related to the vm subsystem. test Issues and PRs related to the tests. lts-watch-v4.x labels Apr 2, 2016

jasnell commented Apr 2, 2016

Copy link
Copy Markdown
Member

LGTM

1 similar comment

cjihrig commented Apr 2, 2016

Copy link
Copy Markdown
Contributor

LGTM

jasnell commented Apr 4, 2016

Copy link
Copy Markdown
Member

Trott added a commit to Trott/io.js that referenced this pull request Apr 5, 2016
Use `global` to be explicit that a global variable is intended.

PR-URL: nodejs#6014
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

Trott commented Apr 5, 2016

Copy link
Copy Markdown
Member Author

Landed in d416a59

Trott closed this Apr 5, 2016
MylesBorins pushed a commit that referenced this pull request Apr 5, 2016
Use `global` to be explicit that a global variable is intended.

PR-URL: #6014
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This was referenced Apr 5, 2016
MylesBorins pushed a commit that referenced this pull request Apr 11, 2016
Use `global` to be explicit that a global variable is intended.

PR-URL: #6014
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins mentioned this pull request Apr 11, 2016
Trott deleted the vim branch January 13, 2022 22:42
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test Issues and PRs related to the tests. vm Issues and PRs related to the vm subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL