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

Jit class #1134

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open

Jit class #1134

wants to merge 19 commits into from

Conversation

ice1000
Copy link
Member

@ice1000 ice1000 commented Aug 7, 2024

No description provided.

@ice1000 ice1000 added the classes label Aug 7, 2024
Copy link

codecov bot commented Aug 7, 2024

Codecov Report

Attention: Patch coverage is 77.47748% with 50 lines in your changes missing coverage. Please review.

Project coverage is 79.40%. Comparing base (8f52aab) to head (ff55e9b).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
base/src/main/java/org/aya/tyck/ClassResolver.java 0.00% 21 Missing ⚠️
...rc/main/java/org/aya/syntax/compile/JitMember.java 0.00% 8 Missing ⚠️
...src/main/java/org/aya/syntax/compile/JitClass.java 0.00% 6 Missing ⚠️
base/src/main/java/org/aya/tyck/ArgsComputer.java 92.42% 2 Missing and 3 partials ⚠️
base/src/main/java/org/aya/tyck/StmtTycker.java 60.00% 1 Missing and 1 partial ⚠️
...c/main/java/org/aya/compiler/ModuleSerializer.java 75.00% 2 Missing ⚠️
...ain/java/org/aya/syntax/core/def/ClassDefLike.java 81.81% 0 Missing and 2 partials ⚠️
base/src/main/java/org/aya/tyck/ExprTycker.java 80.00% 1 Missing ⚠️
...e/src/main/java/org/aya/tyck/tycker/AppTycker.java 85.71% 1 Missing ⚠️
...c/main/java/org/aya/compiler/JitDefSerializer.java 97.61% 0 Missing and 1 partial ⚠️
... and 1 more
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1134      +/-   ##
============================================
- Coverage     79.44%   79.40%   -0.05%     
- Complexity     3361     3394      +33     
============================================
  Files           306      313       +7     
  Lines         10172    10268      +96     
  Branches       1228     1222       -6     
============================================
+ Hits           8081     8153      +72     
- Misses         1411     1436      +25     
+ Partials        680      679       -1     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants