Skip to content

internal/util: move the case 'latin1' - #9646

Closed
JacksonTian wants to merge 1 commit into
nodejs:masterfrom
JacksonTian:latin1
Closed

internal/util: move the case 'latin1'#9646
JacksonTian wants to merge 1 commit into
nodejs:masterfrom
JacksonTian:latin1

Conversation

@JacksonTian

@JacksonTianJacksonTian commented Nov 16, 2016

Copy link
Copy Markdown
Contributor
Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

internal/util

Description of change

make the case 'latin1': near by case 'binary':.

@nodejs-github-botnodejs-github-bot added the util Issues and PRs related to the built-in util module. label Nov 16, 2016
@silverwind

Copy link
Copy Markdown
Contributor

Very minor, but would you care to swap lines 114 and 115 for consistency on what is the first case?

make the `case 'latin1':` near by `case 'binary':`.
@targos

Copy link
Copy Markdown
Member

jasnell pushed a commit that referenced this pull request Dec 5, 2016
make the `case 'latin1':` near by `case 'binary':`.
PR-URL: #9646
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
@jasnell

Copy link
Copy Markdown
Member

Landed in fc31055.

@jasnelljasnell closed this Dec 5, 2016
Fishrock123 pushed a commit that referenced this pull request Dec 6, 2016
make the `case 'latin1':` near by `case 'binary':`.
PR-URL: #9646
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
jmdarling pushed a commit to jmdarling/node that referenced this pull request Dec 8, 2016
make the `case 'latin1':` near by `case 'binary':`.
PR-URL: nodejs#9646
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
MylesBorins pushed a commit that referenced this pull request Dec 20, 2016
make the `case 'latin1':` near by `case 'binary':`.
PR-URL: #9646
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
MylesBorins pushed a commit that referenced this pull request Dec 21, 2016
make the `case 'latin1':` near by `case 'binary':`.
PR-URL: #9646
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
@MylesBorinsMylesBorins mentioned this pull request Dec 21, 2016
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

utilIssues and PRs related to the built-in util module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@JacksonTian@silverwind@targos@jasnell@lpinca@MylesBorins@nodejs-github-bot