Skip to content
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(jit): out of index when dump mismatched error #717

Merged
merged 1 commit into from
Dec 2, 2024
Merged

Conversation

liuq19
Copy link
Collaborator

@liuq19 liuq19 commented Dec 2, 2024

Fixed #716

@liuq19 liuq19 force-pushed the dev/liuq19 branch 2 times, most recently from 9ba87db to 19827e4 Compare December 2, 2024 11:47
AsterDY
AsterDY previously approved these changes Dec 2, 2024
@codecov-commenter
Copy link

codecov-commenter commented Dec 2, 2024

Codecov Report

Attention: Patch coverage is 6.66667% with 14 lines in your changes missing coverage. Please review.

Project coverage is 53.14%. Comparing base (9e5bbc5) to head (84142fe).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
internal/decoder/jitdec/assembler_regabi_amd64.go 8.33% 9 Missing and 2 partials ⚠️
internal/decoder/jitdec/primitives.go 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #717       /-   ##
==========================================
  Coverage   51.85%   53.14%    1.29%     
==========================================
  Files         130      147       17     
  Lines       11020    11730      710     
==========================================
  Hits         5714     6234      520     
- Misses       4971     5138      167     
- Partials      335      358       23     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@liuq19 liuq19 merged commit 9267f9f into main Dec 2, 2024
34 of 49 checks passed
@liuq19 liuq19 deleted the dev/liuq19 branch December 2, 2024 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

index out of range when dump error
3 participants