-
-
Notifications
You must be signed in to change notification settings - Fork 293
[fix] Fix a crash when the root of a node is not a module but is unknown #2739
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
[fix] Fix a crash when the root of a node is not a module but is unknown #2739
Conversation
Codecov ReportAll modified and coverable lines are covered by tests β
Additional details and impacted files@@ Coverage Diff @@
## main #2739 +/- ##
==========================================
+ Coverage 93.21% 93.25% +0.03%
==========================================
Files 93 93
Lines 11072 11072
==========================================
+ Hits 10321 10325 +4
+ Misses 751 747 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
π New features to boost your workflow:
|
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-2739-to-maintenance/3.3.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 97aac5237d4dac1a6ebef606df75f92c630a3d33
# Push it to GitHub
git push --set-upstream origin backport-2739-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 |
Type of Changes
Description
Closes #2672