-
Notifications
You must be signed in to change notification settings - Fork 215
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 panics caused by shifting(#1618) #1627
Fix panics caused by shifting(#1618) #1627
Conversation
93a8942
to
466fbbf
Compare
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.
This could really use a test case
Ok, I will add a test case. |
Signed-off-by: yp945 <pan107104@outlook.com>
466fbbf
to
f33fbaa
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1627 +/- ##
==========================================
- Coverage 88.58% 88.58% -0.01%
==========================================
Files 150 150
Lines 69331 69342 +11
==========================================
+ Hits 61416 61424 +8
- Misses 7915 7918 +3 ☔ View full report in Codecov by Sentry. |
I have successfully run the |
It was an intermittent failure in the integration tests. Rerunning it fixed the problem. |
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.
Looks good!
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.
Thanks
Fixed the bug where there was no load when the right expression of the shift calculation is a structure member.