Skip to content

Conversation

@aschackmull
Copy link
Contributor

@aschackmull aschackmull commented Dec 11, 2025

This adds support for guard wrappers and BarrierGuards that test on GuardValues instead of just booleans.

@github-actions github-actions bot added the C# label Dec 11, 2025
@aschackmull
Copy link
Contributor Author

dca is uneventful.

@aschackmull aschackmull marked this pull request as ready for review December 11, 2025 18:36
@aschackmull aschackmull requested a review from a team as a code owner December 11, 2025 18:36
Copilot AI review requested due to automatic review settings December 11, 2025 18:36
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR refactors the SSA barrier guard implementation to support guard wrappers and enable testing on GuardValue objects instead of just booleans. The changes integrate more closely with the shared Guards module infrastructure.

  • Introduces ValidationWrapper usage in BarrierGuard to support guard wrappers
  • Replaces custom Guard and GuardValue implementations with direct use of Guards::Guard and Guards::GuardValue
  • Simplifies guard control block predicates by delegating to standard Guards module methods

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@aschackmull aschackmull merged commit f8c144b into github:main Dec 12, 2025
28 of 29 checks passed
@aschackmull aschackmull deleted the csharp/guards-connect-barrierguard branch December 12, 2025 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants