-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
test: change isAix to isAIX #14263
test: change isAix to isAIX #14263
Conversation
There was a problem hiding this comment.
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.
CI looks good. (Only failure is build related and not anything to do with this change.) Most of the |
Landed in fb37922. Thanks for the contribution! 🎉 |
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 <[email protected]> Reviewed-By: Bryan English <[email protected]>
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 <[email protected]> Reviewed-By: Bryan English <[email protected]>
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 |
Marking list as a don't land on v8.x largely because it does not appear to be necessary. |
Removing the |
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
test