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

Allow multiple annotations, but check for duplicate targets. #3808

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

remi-delmas-3000
Copy link
Contributor

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.

@remi-delmas-3000 remi-delmas-3000 requested a review from a team as a code owner January 2, 2025 18:41
@github-actions github-actions bot added the Z-BenchCI Tag a PR to run benchmark CI label Jan 2, 2025
@remi-delmas-3000 remi-delmas-3000 removed the Z-BenchCI Tag a PR to run benchmark CI label Jan 2, 2025
@zhassan-aws
Copy link
Contributor

Is this a duplicate of #3805?

@ShoyuVanilla
Copy link
Contributor

Is this a duplicate of #3805?

I think that this one supersedes mine(#3805)😅

@github-actions github-actions bot added the Z-BenchCI Tag a PR to run benchmark CI label Jan 6, 2025
Copy link
Contributor

@celinval celinval left a 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`.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
/// Adds the verified stub names to the `harness.verfied_stubs`.
/// Adds the verified stub names to the `harness.verified_stubs`.

@feliperodri
Copy link
Contributor

@remi-delmas-3000 it seems CI is only failing due to formatting changes. Could you rebase it and merge it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Z-BenchCI Tag a PR to run benchmark CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot use multiple #[stub_verified(..)] attributes to a single harness
5 participants