-
Notifications
You must be signed in to change notification settings - Fork 976
Tweak example in configuration combinations #5825
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
base: main
Are you sure you want to change the base?
Conversation
Swaps the platform for one project configuration in the Configuration X Platform matrix example, so it's clearer why the first set requires the existence of the second set. Otherwise, it's not obvious why three Win32 configurations require three x64 configurations (but not three ARM configurations).
@dmringo : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Learn Build status updates of commit e1cc89b: ✅ Validation status: passed
For more details, please refer to the build report. |
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Updated per conversation with dev owner.
Thank you, @dmringo. |
Learn Build status updates of commit 6f66c4f: ✅ Validation status: passed
For more details, please refer to the build report. |
#sign-off |
Swaps the platform for one project configuration in the Configuration X Platform matrix example, so it's clearer why the first set requires the existence of the second set. Otherwise, it's not obvious why three Win32 configurations require three x64 configurations (but not three ARM configurations).
I don't actually know the IDE internals, so I'm not sure if there's an implicit expectation of the
x64
platform (or maybe just the native host arch) that would make my suggested change irrelevant. As written though, the existing wording makes it sound like you'd need thex64
platform represented in at least one of the antecedent configurations.