-
-
Notifications
You must be signed in to change notification settings - Fork 106
Register dynamic test variants at runtime for more flexible testing paradigms (e.g. Property-based Testing) #3556
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
Conversation
|
Claude finished @thomhurst's task —— View job Pull Request Review: Dynamic Test VariantsI've completed a comprehensive review of this PR that introduces dynamic test variant registration for property-based testing scenarios. 🚨 CRITICAL ISSUES❌ 1. Missing Dual-Mode Implementation (BLOCKER)According to CLAUDE.md rule #1, ALL changes must work identically in both source-generated and reflection modes. However, this PR only implements the reflection mode:
❌ 2. Potential Thread Safety IssuesIn
|
No description provided.