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

fix(aws): align declaration and init order #557

Merged
1 commit merged into from
Sep 10, 2024
Merged

fix(aws): align declaration and init order #557

1 commit merged into from
Sep 10, 2024

Conversation

@ghost ghost self-requested a review as a code owner September 4, 2024 16:44
@ghost ghost force-pushed the aws-nslick/stack/3 branch from 556e4e9 to 629605f Compare September 4, 2024 16:45
@ghost ghost force-pushed the aws-nslick/stack/4 branch from 179c91f to 348761d Compare September 4, 2024 16:45
@ghost ghost changed the base branch from aws-nslick/stack/3 to master September 4, 2024 19:07
@ghost ghost requested review from rauteric and bwbarrett as code owners September 4, 2024 19:07
@ghost ghost force-pushed the aws-nslick/stack/4 branch from 348761d to 346b9d8 Compare September 4, 2024 19:07
@ghost ghost changed the base branch from master to aws-nslick/stack/3 September 4, 2024 19:07
@ghost ghost changed the base branch from aws-nslick/stack/3 to master September 4, 2024 19:16
@ghost ghost force-pushed the aws-nslick/stack/4 branch from 346b9d8 to 0fae450 Compare September 4, 2024 19:16
@ghost ghost changed the base branch from master to aws-nslick/stack/3 September 4, 2024 19:17
@ghost ghost changed the base branch from aws-nslick/stack/3 to master September 4, 2024 20:25
@ghost ghost force-pushed the aws-nslick/stack/4 branch from 0fae450 to 9ff12f4 Compare September 4, 2024 20:25
@ghost ghost changed the title platform-aws: align declaration and init order fix(aws): align declaration and init order Sep 4, 2024
@ghost ghost changed the base branch from master to aws-nslick/stack/3 September 4, 2024 20:25
@ghost ghost mentioned this pull request Sep 4, 2024
@ghost ghost changed the base branch from aws-nslick/stack/3 to master September 5, 2024 01:44
@ghost ghost changed the base branch from master to aws-nslick/stack/3 September 5, 2024 01:44
rauteric
rauteric previously approved these changes Sep 5, 2024
Copy link
Contributor

@rauteric rauteric left a comment

Choose a reason for hiding this comment

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

It looks like this PR will need to be rebased after the previous ones are merged.

@ghost ghost changed the base branch from aws-nslick/stack/3 to master September 5, 2024 01:55
@ghost ghost dismissed rauteric’s stale review September 5, 2024 01:55

The base branch was changed.

@ghost ghost force-pushed the aws-nslick/stack/4 branch from 9ff12f4 to 1abc4e2 Compare September 5, 2024 01:56
@ghost ghost changed the base branch from master to aws-nslick/stack/3 September 5, 2024 01:56
@ghost ghost changed the base branch from aws-nslick/stack/3 to master September 5, 2024 02:02
@ghost ghost changed the base branch from master to aws-nslick/stack/3 September 5, 2024 02:03
@ghost ghost changed the base branch from aws-nslick/stack/3 to master September 5, 2024 02:07
@ghost ghost changed the base branch from master to aws-nslick/stack/3 September 5, 2024 02:08
@ghost ghost changed the base branch from aws-nslick/stack/3 to master September 5, 2024 02:22
@ghost ghost changed the base branch from master to aws-nslick/stack/3 September 6, 2024 20:11
@ghost ghost changed the base branch from aws-nslick/stack/3 to master September 6, 2024 20:32
@ghost ghost force-pushed the aws-nslick/stack/4 branch from 1abc4e2 to 49ce3ec Compare September 6, 2024 20:32
@ghost ghost changed the base branch from master to aws-nslick/stack/3 September 6, 2024 20:32
@ghost ghost changed the base branch from aws-nslick/stack/3 to master September 8, 2024 18:59
@ghost ghost force-pushed the aws-nslick/stack/4 branch from 49ce3ec to 66c72b3 Compare September 8, 2024 19:00
@ghost ghost changed the base branch from master to aws-nslick/stack/3 September 8, 2024 19:00
@ghost
Copy link
Author

ghost commented Sep 9, 2024

bot:aws:retest

When using designated initializer lists, under C++ only, a warning will
be emitted if the declaration order does not match the initialization
order if any fields are missing in the initializer list. Reorder these
structs to initialize all fields in their declaration order.

stack-info: PR: #557, branch: aws-nslick/stack/4
Signed-off-by: Nicholas Sielicki <nslick@amazon.com>
@ghost ghost changed the base branch from aws-nslick/stack/3 to master September 9, 2024 22:17
@ghost ghost force-pushed the aws-nslick/stack/4 branch from 66c72b3 to fef7633 Compare September 9, 2024 22:18
@ghost ghost merged commit ce214aa into master Sep 10, 2024
62 of 63 checks passed
@ghost ghost deleted the aws-nslick/stack/4 branch September 27, 2024 00:56
aws-ofiwg-bot pushed a commit to aws-ofiwg-bot/aws-ofi-nccl that referenced this pull request Oct 4, 2024
When using designated initializer lists, under C++ only, a warning will
be emitted if the declaration order does not match the initialization
order if any fields are missing in the initializer list. Reorder these
structs to initialize all fields in their declaration order.
Signed-off-by: Nicholas Sielicki <nslick@amazon.com>
This pull request was closed.
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