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

Renamer #1096

Merged
merged 7 commits into from
Jun 4, 2024
Merged

Renamer #1096

merged 7 commits into from
Jun 4, 2024

Conversation

ice1000
Copy link
Member

@ice1000 ice1000 commented Jun 4, 2024

Fix #1041

Copy link

codecov bot commented Jun 4, 2024

Codecov Report

Attention: Patch coverage is 76.13636% with 42 lines in your changes missing coverage. Please review.

Project coverage is 78.79%. Comparing base (9eb394c) to head (d603ef4).
Report is 1 commits behind head on main.

Files Patch % Lines
syntax/src/main/java/org/aya/generic/Renamer.java 70.00% 8 Missing and 7 partials ⚠️
...ase/src/main/java/org/aya/unify/DoubleChecker.java 27.27% 7 Missing and 1 partial ⚠️
...ax/src/main/java/org/aya/syntax/ref/LocalCtx1.java 22.22% 4 Missing and 3 partials ⚠️
base/src/main/java/org/aya/unify/Synthesizer.java 50.00% 4 Missing ⚠️
...se/src/main/java/org/aya/unify/TermComparator.java 78.57% 1 Missing and 2 partials ⚠️
.../src/main/java/org/aya/syntax/ref/MapLocalCtx.java 86.66% 1 Missing and 1 partial ⚠️
.../src/main/java/org/aya/tyck/pat/PatternTycker.java 83.33% 1 Missing ⚠️
.../src/main/java/org/aya/compiler/SourceBuilder.java 50.00% 1 Missing ⚠️
...x/src/main/java/org/aya/prettier/CorePrettier.java 95.45% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1096      +/-   ##
============================================
- Coverage     78.84%   78.79%   -0.05%     
- Complexity     3194     3209      +15     
============================================
  Files           291      294       +3     
  Lines          9798     9834      +36     
  Branches       1148     1157       +9     
============================================
+ Hits           7725     7749      +24     
- Misses         1434     1440       +6     
- Partials        639      645       +6     

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

@ice1000 ice1000 added this to the v0.33 milestone Jun 4, 2024
@ice1000 ice1000 merged commit 7d37cd1 into main Jun 4, 2024
4 of 6 checks passed
@ice1000 ice1000 deleted the syntax branch June 4, 2024 20:27
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.

Context-based name generator
1 participant