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

feat(tree): add static_assert shim macro #556

Merged
1 commit merged into from
Sep 9, 2024
Merged

feat(tree): add static_assert shim macro #556

1 commit merged into from
Sep 9, 2024

Conversation

@ghost ghost changed the base branch from aws-nslick/stack/2 to master September 4, 2024 19:07
@ghost ghost requested a review from rauteric as a code owner September 4, 2024 19:07
@ghost ghost force-pushed the aws-nslick/stack/3 branch from 629605f to 16fab3b Compare September 4, 2024 19:07
@ghost ghost changed the base branch from master to aws-nslick/stack/2 September 4, 2024 19:07
@ghost ghost changed the base branch from aws-nslick/stack/2 to master September 4, 2024 19:16
@ghost ghost force-pushed the aws-nslick/stack/3 branch from 16fab3b to af6fa53 Compare September 4, 2024 19:16
@ghost ghost changed the base branch from master to aws-nslick/stack/2 September 4, 2024 19:17
@ghost ghost changed the base branch from aws-nslick/stack/2 to master September 4, 2024 20:25
@ghost ghost force-pushed the aws-nslick/stack/3 branch from af6fa53 to 7f38e65 Compare September 4, 2024 20:25
@ghost ghost changed the title tree: add static_assert shim macro feat(tree): add static_assert shim macro Sep 4, 2024
@ghost ghost changed the base branch from master to aws-nslick/stack/2 September 4, 2024 20:25
@ghost ghost force-pushed the aws-nslick/stack/3 branch from 7f38e65 to ce2837b Compare September 5, 2024 01:56
@ghost ghost changed the base branch from master to aws-nslick/stack/2 September 5, 2024 01:56
@ghost ghost changed the base branch from aws-nslick/stack/2 to master September 5, 2024 02:02
@ghost ghost changed the base branch from master to aws-nslick/stack/2 September 5, 2024 02:03
@ghost ghost changed the base branch from aws-nslick/stack/2 to master September 5, 2024 02:07
@ghost ghost changed the base branch from master to aws-nslick/stack/2 September 5, 2024 02:08
@ghost ghost changed the base branch from aws-nslick/stack/2 to master September 5, 2024 02:22
@ghost ghost requested a review from rauteric September 5, 2024 17:29
rauteric
rauteric previously approved these changes Sep 5, 2024
@a-szegel
Copy link
Contributor

a-szegel commented Sep 5, 2024

bot:aws:retest

@ghost ghost changed the base branch from master to aws-nslick/stack/2 September 6, 2024 20:11
@ghost ghost force-pushed the aws-nslick/stack/2 branch from cf92a28 to 0a16b1f Compare September 6, 2024 20:19
@ghost ghost changed the base branch from aws-nslick/stack/2 to master September 6, 2024 20:31
@ghost ghost dismissed rauteric’s stale review September 6, 2024 20:31

The base branch was changed.

@ghost ghost force-pushed the aws-nslick/stack/3 branch from ce2837b to 2fa58cf Compare September 6, 2024 20:32
@ghost ghost changed the base branch from master to aws-nslick/stack/2 September 6, 2024 20:32
rauteric
rauteric previously approved these changes Sep 6, 2024
@ghost
Copy link
Author

ghost commented Sep 8, 2024

bot:aws:retest

static_assert is a c++ keyword, so when not using c++, create a macro
under the same name that aliases _Static_assert to static_assert. This
means static_assert can be used in both cases.

stack-info: PR: #556, branch: aws-nslick/stack/3
Signed-off-by: Nicholas Sielicki <nslick@amazon.com>
@ghost ghost changed the base branch from aws-nslick/stack/2 to master September 8, 2024 18:59
@ghost ghost dismissed rauteric’s stale review September 8, 2024 18:59

The base branch was changed.

@ghost ghost force-pushed the aws-nslick/stack/3 branch from 2fa58cf to 41dd554 Compare September 8, 2024 19:00
@ghost ghost requested a review from rauteric September 8, 2024 20:21
@ghost
Copy link
Author

ghost commented Sep 9, 2024

bot:aws:retest

@ghost ghost merged commit fdebc77 into master Sep 9, 2024
62 of 63 checks passed
@ghost
Copy link
Author

ghost commented Sep 9, 2024

Commit previously passed without modifications.

@ghost ghost deleted the aws-nslick/stack/3 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
static_assert is a c++ keyword, so when not using c++, create a macro
under the same name that aliases _Static_assert to static_assert. This
means static_assert can be used in both cases.
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.

3 participants