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

CI Test #6224

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from
Draft

CI Test #6224

wants to merge 12 commits into from

Conversation

mikebeaton
Copy link
Contributor

No description provided.

Copy link

mergify bot commented Sep 27, 2024

PR can not be merged due to conflict. Please rebase and resubmit

Required in addition to
48a4264,
to prevent further 'set but not used' errors when building
RELEASE code on XCODE5.

Signed-off-by: Mike Beaton <[email protected]>
Without this change we get:

  error: equality comparison with extraneous parentheses

when building on XCODE5.

Signed-off-by: Mike Beaton <[email protected]>
@@ -6,6 +6,6 @@
##
{
"id": "binwrappers",
"scope": "global-nix",
"scope": "global",
Copy link
Contributor Author

@mikebeaton mikebeaton Sep 28, 2024

Choose a reason for hiding this comment

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

@Javagedes - This change is required for macOS stuart support (i.e. macOS requires the PosixLike files too). But obviously it's not correct to enable them for Windows, as I've done here. It might be useful to have a global Posix (maybe global-psx?) scope which is set on both macOS and Linux, but not on Windows, and which could then be used here. (Or can "scope" here be a list? If so, defining a new global-mac scope, and making the scope list here be "global-nix,global-mac" would also be a clean solution.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant