-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fixed conditional import x.y causing possibly-used-before-assignment #10240
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10240 +/- ##
=======================================
Coverage 95.85% 95.85%
=======================================
Files 175 175
Lines 19056 19056
=======================================
Hits 18267 18267
Misses 789 789
🚀 New features to boost your workflow:
|
🤖 According to the primer, this change has no effect on the checked open source code. 🤖🎉 This comment was generated for commit 2d69243 |
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.
Thank you!
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-10240-to-maintenance/3.3.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7b28cf474796ecfb875c3c812e30865222623e41
# Push it to GitHub
git push --set-upstream origin backport-10240-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 |
…ylint-dev#10240) (cherry picked from commit 7b28cf4)
…10240) (#10241) (cherry picked from commit 7b28cf4) Co-authored-by: Alex Prabhat Bara <[email protected]>
Type of Changes
Description
Refs #XXXX
Closes #10081