Skip to content

test: change isAix to isAIX - #14263

Closed
LipperZack wants to merge 1 commit into
nodejs:masterfrom
LipperZack:master
Closed

test: change isAix to isAIX#14263
LipperZack wants to merge 1 commit into
nodejs:masterfrom
LipperZack:master

Conversation

@LipperZack

@LipperZackLipperZack commented Jul 16, 2017

Copy link
Copy Markdown
Contributor
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
  • tests and/or benchmarks are included
Affected core subsystem(s)

test

@nodejs-github-botnodejs-github-bot added test Issues and PRs related to the tests. tty Issues and PRs related to the tty subsystem. labels Jul 16, 2017
@TrottTrott added the code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. label Jul 16, 2017

@TrottTrott left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM if CI is green. This makes the naming more consistent with existing properties like isFreeBSD where the capitalization of the property name is consistent with the conventional styling of the operating system.

@TimothyGu

Copy link
Copy Markdown
Member

@TimothyGuTimothyGu added code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. and removed code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. labels Jul 16, 2017
@Trott

Copy link
Copy Markdown
Member

CI looks good. (Only failure is build related and not anything to do with this change.)

Most of the code-and-learn things can probably land without waiting the full 24 hours. This is probably no exception, but since it does touch a larger-than-usual number of files for Code + Learn, I'd like a few more approvals from others first...

@Trott

Copy link
Copy Markdown
Member

Landed in fb37922.

Thanks for the contribution! 🎉

@TrottTrott closed this Jul 16, 2017
Trott pushed a commit that referenced this pull request Jul 16, 2017
This makes the naming more consistent with existing properties like
isFreeBSD where the capitalization of the property name is consistent
with the conventional styling of the operating system.
PR-URL: #14263
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Bryan English <bryan@bryanenglish.com>
@gibfahngibfahn added the aix Issues and PRs related to the AIX platform. label Jul 16, 2017
addaleax pushed a commit that referenced this pull request Jul 24, 2017
This makes the naming more consistent with existing properties like
isFreeBSD where the capitalization of the property name is consistent
with the conventional styling of the operating system.
PR-URL: #14263
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Bryan English <bryan@bryanenglish.com>
@addaleaxaddaleax mentioned this pull request Aug 2, 2017
@MylesBorins

Copy link
Copy Markdown
Contributor

This does not land cleanly in LTS. Please feel free to manually backport by following the guide. Please also feel free to replace do-not-land if it is being backported

@jasnell

Copy link
Copy Markdown
Member

Marking list as a don't land on v8.x largely because it does not appear to be necessary.

@Trott

Trott commented Aug 17, 2018

Copy link
Copy Markdown
Member

Marking list as a don't land on v8.x largely because it does not appear to be necessary.

Removing the dont-land-on-v8.x label because it appeared in 8.3.0.

d7a1637897

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

aixIssues and PRs related to the AIX platform.code-and-learnIssues related to the Code-and-Learn events and PRs submitted during the events.testIssues and PRs related to the tests.ttyIssues and PRs related to the tty subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@LipperZack@TimothyGu@Trott@MylesBorins@jasnell@bengl@gibfahn@nodejs-github-bot