-
Notifications
You must be signed in to change notification settings - Fork 100
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
Allow multiple annotations, but check for duplicate targets. #3808
base: main
Are you sure you want to change the base?
Allow multiple annotations, but check for duplicate targets. #3808
Conversation
Is this a duplicate of #3805? |
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.
Thanks @remi-delmas-3000
} | ||
} | ||
|
||
/// Adds the verified stub names to the `harness.verfied_stubs`. |
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.
/// Adds the verified stub names to the `harness.verfied_stubs`. | |
/// Adds the verified stub names to the `harness.verified_stubs`. |
@remi-delmas-3000 it seems CI is only failing due to formatting changes. Could you rebase it and merge it? |
Resolves #3804.
Enables multiple
stub_verified(TARGET)
annotations on a harness, but still detect and report duplicate targets.Adds positive and negative tests.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.