Conversation
|
I'm starting a first review of this pull request. You can view the conversation on Warp. I completed the review and posted feedback on this pull request. Comment Powered by Oz |
There was a problem hiding this comment.
Overview
This PR promotes GitOperationsInCodeReview by enabling the corresponding Cargo feature in the default feature set and removing the runtime flag from PREVIEW_FLAGS. Preview/Dev/Local builds still receive the behavior through the default Cargo feature, while stable production builds now initialize the runtime feature flag through the existing enabled_features() bridge.
Concerns
- No blocking correctness or security concerns found in the changed lines.
Verdict
Found: 0 critical, 0 important, 0 suggestions
Approve
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
This change enables the
git_operations_in_code_reviewfeature flag in the production environment. This allows the code review feature to perform Git operations.Cargo.toml.PREVIEW_FLAGSlist inwarp_features/src/lib.rs.