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

Add some symbol information and misc #1309

Merged
merged 3 commits into from
Feb 8, 2025
Merged

Add some symbol information and misc #1309

merged 3 commits into from
Feb 8, 2025

Conversation

HoshinoTented
Copy link
Contributor

Now the expression evaluator in the debugger works fine, but IDEA still cannot perform step over/into precisely, perhaps we need to supply the line number.

@HoshinoTented HoshinoTented added this to the v0.38 milestone Feb 8, 2025
Copy link

codecov bot commented Feb 8, 2025

Codecov Report

Attention: Patch coverage is 94.33962% with 3 lines in your changes missing coverage. Please review.

Project coverage is 83.58%. Comparing base (0505c78) to head (a8fa2b4).
Report is 17 commits behind head on main.

Files with missing lines Patch % Lines
...ompiler/free/morphism/asm/AsmArgumentProvider.java 66.66% 0 Missing and 1 partial ⚠️
...rg/aya/compiler/free/morphism/asm/AsmVariable.java 80.00% 0 Missing and 1 partial ⚠️
...ya/compiler/free/morphism/asm/AsmVariablePool.java 95.23% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1309      +/-   ##
============================================
- Coverage     83.59%   83.58%   -0.02%     
- Complexity     4382     4401      +19     
============================================
  Files           396      398       +2     
  Lines         12664    12716      +52     
  Branches       1452     1456       +4     
============================================
+ Hits          10587    10629      +42     
- Misses         1303     1309       +6     
- Partials        774      778       +4     

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

Copy link
Member

@ice1000 ice1000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@ice1000 ice1000 merged commit fed78ea into main Feb 8, 2025
6 checks passed
@ice1000 ice1000 deleted the jit-g branch February 8, 2025 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants