-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[used-before-assignment] Extend "same test" exception to named expressions #10062
Conversation
Codecov ReportAll modified and coverable lines are covered by tests β
Additional details and impacted files@@ Coverage Diff @@
## main #10062 +/- ##
=======================================
Coverage ? 95.79%
=======================================
Files ? 174
Lines ? 18940
Branches ? 0
=======================================
Hits ? 18144
Misses ? 796
Partials ? 0
|
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-maintenance/3.3.x maintenance/3.3.x
# Navigate to the new working tree
cd .worktrees/backport-maintenance/3.3.x
# Create a new branch
git switch --create backport-10062-to-maintenance/3.3.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 ac2ae537468466f390432676e0dcea519ffa5277
# Push it to GitHub
git push --set-upstream origin backport-10062-to-maintenance/3.3.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-maintenance/3.3.x Then, create a pull request where the |
Forget the backport, the manual backport showed that we'd be cherry-picking down some changes with new false negative fixes along with this. |
Type of Changes
Closes #10061