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

Class call code #1113

Merged
merged 9 commits into from
Jun 9, 2024
Merged

Class call code #1113

merged 9 commits into from
Jun 9, 2024

Conversation

ice1000
Copy link
Member

@ice1000 ice1000 commented Jun 9, 2024

No description provided.

Copy link

codecov bot commented Jun 9, 2024

Codecov Report

Attention: Patch coverage is 37.50000% with 35 lines in your changes missing coverage. Please review.

Project coverage is 79.17%. Comparing base (dd756d8) to head (988d772).
Report is 8 commits behind head on main.

Files Patch % Lines
...rc/main/java/org/aya/syntax/core/def/ClassDef.java 0.00% 16 Missing ⚠️
...e/src/main/java/org/aya/tyck/tycker/AppTycker.java 0.00% 7 Missing ⚠️
.../java/org/aya/syntax/core/term/call/ClassCall.java 0.00% 4 Missing ⚠️
base/src/main/java/org/aya/tyck/StmtTycker.java 81.81% 0 Missing and 2 partials ⚠️
.../main/java/org/aya/resolve/visitor/StmtBinder.java 83.33% 1 Missing ⚠️
base/src/main/java/org/aya/unify/Synthesizer.java 0.00% 1 Missing ⚠️
...rc/main/java/org/aya/compiler/TermExprializer.java 0.00% 1 Missing ⚠️
...x/src/main/java/org/aya/prettier/CorePrettier.java 0.00% 1 Missing ⚠️
.../src/main/java/org/aya/syntax/core/def/AnyDef.java 0.00% 1 Missing ⚠️
...c/main/java/org/aya/syntax/core/def/MemberDef.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1113      +/-   ##
============================================
+ Coverage     79.05%   79.17%   +0.12%     
- Complexity     3260     3276      +16     
============================================
  Files           300      301       +1     
  Lines          9921     9965      +44     
  Branches       1178     1178              
============================================
+ Hits           7843     7890      +47     
+ Misses         1426     1425       -1     
+ Partials        652      650       -2     

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

@ice1000 ice1000 added this to the v0.34 milestone Jun 9, 2024
ice1000 and others added 3 commits June 9, 2024 14:54
@ice1000 ice1000 merged commit 2908edf into main Jun 9, 2024
5 of 6 checks passed
@ice1000 ice1000 deleted the clazz branch June 9, 2024 19:21
@ice1000 ice1000 added the classes label Jun 9, 2024
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.

None yet

2 participants