- Notifications
You must be signed in to change notification settings - Fork 22
Undo Optimization Impact #811
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
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
| staging_review = self.args.staging_review | ||
| | ||
| if raise_pr or staging_review: | ||
| data["root_dir"] = git_root_dir() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this condition now required?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's from the original code, it's still required
User description
Current UX is problematic with lots of staging reviews created.
PR Type
Enhancement
Description
Disable optimization impact gating logic
Always respect explicit PR/staging flags
Preserve previous code via comments
Diagram Walkthrough
File Walkthrough
function_optimizer.py
Skip optimization impact-based PR/staging decisioncodeflash/optimization/function_optimizer.py
get_optimization_impact.no_prandstaging_reviewargs.