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

console: apply null as this for util.format #5222

Closed
wants to merge 1 commit into from

Conversation

JacksonTian
Copy link
Contributor

the util.format just a stateless function. apply current console
as this is unnecessary.

the util.format just a stateless function. apply current console
as `this` is unnecessary.
@JacksonTian JacksonTian changed the title console: apply null as this for util.format` console: apply null as this for util.format Feb 14, 2016
@silverwind silverwind added the console Issues and PRs related to the console subsystem. label Feb 14, 2016
@jasnell
Copy link
Member

jasnell commented Feb 15, 2016

LGTM

@silverwind
Copy link
Contributor

@targos
Copy link
Member

targos commented Feb 18, 2016

LGTM

targos pushed a commit that referenced this pull request Feb 18, 2016
Util.format is just a stateless function. Apply current console
as `this` is unnecessary.

PR-URL: #5222
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Roman Reiss <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
@targos
Copy link
Member

targos commented Feb 18, 2016

Landed in 0903b6d

@targos targos closed this Feb 18, 2016
rvagg pushed a commit that referenced this pull request Feb 21, 2016
Util.format is just a stateless function. Apply current console
as `this` is unnecessary.

PR-URL: #5222
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Roman Reiss <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
@JacksonTian JacksonTian deleted the apply_null branch February 22, 2016 08:16
MylesBorins pushed a commit that referenced this pull request Mar 1, 2016
Util.format is just a stateless function. Apply current console
as `this` is unnecessary.

PR-URL: #5222
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Roman Reiss <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
MylesBorins pushed a commit that referenced this pull request Mar 1, 2016
Util.format is just a stateless function. Apply current console
as `this` is unnecessary.

PR-URL: #5222
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Roman Reiss <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
MylesBorins pushed a commit that referenced this pull request Mar 2, 2016
Util.format is just a stateless function. Apply current console
as `this` is unnecessary.

PR-URL: #5222
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Roman Reiss <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
console Issues and PRs related to the console subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants