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: Allow multiple stub_verifieds on a single harness #3805

Closed
wants to merge 1 commit into from

Conversation

ShoyuVanilla
Copy link
Contributor

It seems that we can actually use multple stub_verifieds on a single harness internally, but the checking logic prevents such usages.
This PR removes such restrection.

Resolves #3804

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.

@ShoyuVanilla ShoyuVanilla requested a review from a team as a code owner January 1, 2025 14:03
@github-actions github-actions bot added the Z-BenchCI Tag a PR to run benchmark CI label Jan 1, 2025
@ShoyuVanilla
Copy link
Contributor Author

Oh, I wrote this PR in my mobile device without actual checks and it doesn't compiles 😅 I'll fix this few hours later

@ShoyuVanilla ShoyuVanilla force-pushed the issues-3804 branch 2 times, most recently from f3767c0 to 5c5d5f3 Compare January 2, 2025 13:19
@ShoyuVanilla
Copy link
Contributor Author

Closing this as we have #3808

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
2 participants