Skip to content

Conversation

@Trott
Copy link
Member

@TrottTrott commented Apr 2, 2016

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.
@TrottTrott 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
Copy link
Member

LGTM

1 similar comment
@cjihrig
Copy link
Contributor

LGTM

@jasnell
Copy link
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 <[email protected]> Reviewed-By: James M Snell <[email protected]>
@Trott
Copy link
MemberAuthor

Trott commented Apr 5, 2016

Landed in d416a59

@TrottTrott 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 <[email protected]> Reviewed-By: James M Snell <[email protected]>
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 <[email protected]> Reviewed-By: James M Snell <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Apr 11, 2016
@TrottTrott deleted the vim branch January 13, 2022 22:42
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testIssues and PRs related to the tests.vmIssues and PRs related to the vm subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@Trott@jasnell@cjihrig@MylesBorins